Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751895AbdFZKI2 (ORCPT ); Mon, 26 Jun 2017 06:08:28 -0400 Received: from cn.fujitsu.com ([59.151.112.132]:46292 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751406AbdFZKIV (ORCPT ); Mon, 26 Jun 2017 06:08:21 -0400 X-IronPort-AV: E=Sophos;i="5.22,518,1449504000"; d="scan'208";a="20490925" Subject: Re: [RFC PATCH v3 00/12] Unify interrupt mode and setup it as soon as possible To: Thomas Gleixner References: <1494423889-25799-1-git-send-email-douly.fnst@cn.fujitsu.com> CC: , , , , , , From: Dou Liyang Message-ID: Date: Mon, 26 Jun 2017 18:08:16 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.167.226.106] X-yoursite-MailScanner-ID: 3067C47CA8FD.AE176 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: douly.fnst@cn.fujitsu.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 672 Lines: 29 Hi Thomas, At 05/23/2017 04:23 AM, Thomas Gleixner wrote: > Dou, > > On Wed, 10 May 2017, Dou Liyang wrote: > >> According to Ingo's and Eric's advice[1,2], Try my best to optimize the >> init of interrupt delivery mode for x86. > > sorry for replying late. The patchset is not forgotten, it's on my todo > list and I'll tend to it latest next week. I hope to know the status of this patchest in your todo list. If you haven't dealt with it yet, I want to resent it as V5 first for you: * rebase this patchset to upstream * remove the RFC presix * remove the 1/12 patch * replace the pr_info with apic_printk Look forward to your reply ! Thanks, Dou.