Re: [dpdk-dev] [PATCH 2/7] net/mlx4: fix Rx interrupts with multiple ports

2017-06-16 Thread Ferruh Yigit
On 6/16/2017 2:39 PM, Adrien Mazarguil wrote: > On Fri, Jun 16, 2017 at 02:07:54PM +0100, Ferruh Yigit wrote: >> On 6/14/2017 12:49 PM, Adrien Mazarguil wrote: >>> Several Ethernet device structures are allocated on top of a common PCI >>> device for mlx4 adapters with multiple ports. These inherit

Re: [dpdk-dev] [PATCH 2/7] net/mlx4: fix Rx interrupts with multiple ports

2017-06-16 Thread Adrien Mazarguil
On Fri, Jun 16, 2017 at 02:07:54PM +0100, Ferruh Yigit wrote: > On 6/14/2017 12:49 PM, Adrien Mazarguil wrote: > > Several Ethernet device structures are allocated on top of a common PCI > > device for mlx4 adapters with multiple ports. These inherit a common > > interrupt handle from their parent

Re: [dpdk-dev] [PATCH 2/7] net/mlx4: fix Rx interrupts with multiple ports

2017-06-16 Thread Ferruh Yigit
On 6/14/2017 12:49 PM, Adrien Mazarguil wrote: > Several Ethernet device structures are allocated on top of a common PCI > device for mlx4 adapters with multiple ports. These inherit a common > interrupt handle from their parent PCI device, which prevents Rx interrupts > from working properly on al

[dpdk-dev] [PATCH 2/7] net/mlx4: fix Rx interrupts with multiple ports

2017-06-14 Thread Adrien Mazarguil
Several Ethernet device structures are allocated on top of a common PCI device for mlx4 adapters with multiple ports. These inherit a common interrupt handle from their parent PCI device, which prevents Rx interrupts from working properly on all ports as their configuration is overwritten. Use a l