Re: [PATCH 00/19 v2] Improve IRQ remapping abstraction in x86 core code

2012-11-01 Thread Sebastian Andrzej Siewior
On Wed, Sep 19, 2012 at 04:52:27PM +0200, Joerg Roedel wrote: > Hi Sebastian, Hi Joerg, > > After browsing through the new functions in irq_remapping_modify_x86_ops() I > > see that some of them test for "remap_ops" which is pointless because you > > don't > > call irq_remapping_modify_x86_ops()

Re: [PATCH 00/19 v2] Improve IRQ remapping abstraction in x86 core code

2012-09-19 Thread Joerg Roedel
Hi Sebastian, finally I am back from vacation and resume work on this :) On Sun, Aug 26, 2012 at 09:17:49PM +0200, Sebastian Andrzej Siewior wrote: > On Mon, Aug 20, 2012 at 03:55:46PM +0200, Joerg Roedel wrote: > > Please review. > > Finally. Usually you don't add/change code but you just move

Re: [PATCH 00/19 v2] Improve IRQ remapping abstraction in x86 core code

2012-08-26 Thread Sebastian Andrzej Siewior
On Mon, Aug 20, 2012 at 03:55:46PM +0200, Joerg Roedel wrote: > Please review. Finally. Usually you don't add/change code but you just move common irq remapping pieces out of geric io-apic code and put them in once place. I think it would be good, if you would note this in the description of your

[PATCH 00/19 v2] Improve IRQ remapping abstraction in x86 core code

2012-08-20 Thread Joerg Roedel
Hi, here is the second version of the patch-set to improve the abstraction of interrupt remapping in the x86 core code. A more detailed description can be found in the original post at: https://lkml.org/lkml/2012/8/7/317 Changes from v1->v2: * Fixed a couple of compile issues on