Re: [RFC PATCH v3 00/12] Unify interrupt mode and setup it as soon as possible

2017-06-26 Thread Dou Liyang
Hi Thomas, At 06/26/2017 07:50 PM, Thomas Gleixner wrote: Dou, On Mon, 26 Jun 2017, Dou Liyang wrote: I hope to know the status of this patchest in your todo list. I still did not come around to it. If you haven't dealt with it yet, I want to resent it as V5 first for you: * rebase this

Re: [RFC PATCH v3 00/12] Unify interrupt mode and setup it as soon as possible

2017-06-26 Thread Thomas Gleixner
Dou, On Mon, 26 Jun 2017, Dou Liyang wrote: > I hope to know the status of this patchest in your todo list. I still did not come around to it. > 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 >

Re: [RFC PATCH v3 00/12] Unify interrupt mode and setup it as soon as possible

2017-06-26 Thread Dou Liyang
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

Re: [RFC PATCH v3 00/12] Unify interrupt mode and setup it as soon as possible

2017-06-05 Thread Dou Liyang
Hi Thomas, At 05/23/2017 09:29 AM, Dou Liyang wrote: Dear 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

Re: [RFC PATCH v3 00/12] Unify interrupt mode and setup it as soon as possible

2017-05-22 Thread Dou Liyang
Dear 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 li

Re: [RFC PATCH v3 00/12] Unify interrupt mode and setup it as soon as possible

2017-05-22 Thread Thomas Gleixner
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. Thanks, t

[RFC PATCH v3 00/12] Unify interrupt mode and setup it as soon as possible

2017-05-10 Thread Dou Liyang
According to Ingo's and Eric's advice[1,2], Try my best to optimize the init of interrupt delivery mode for x86. MP specification defines three different interrupt modes as follows: 1. PIC Mode 2. Virtual Wire Mode 3. Symmetric I/O Mode Currently, in kernel, 1. Setup Virtual Wire Mode durin