Re: [dpdk-dev] [PATCH] net/sfc: fix LSC interrupt support for UIO cases

2017-04-21 Thread Ferruh Yigit
On 4/21/2017 1:16 PM, Andrew Rybchenko wrote: > Recently link status change interrupt was enabled by default in testpmd, > it has opened the driver bug with not working LSC interrupt if either > igb_uio or uio_pci_generic kernel driver is used. > > Fixes: 06bc197796e2 ("net/sfc: interrupts support

[dpdk-dev] [PATCH] net/sfc: fix LSC interrupt support for UIO cases

2017-04-21 Thread Andrew Rybchenko
Recently link status change interrupt was enabled by default in testpmd, it has opened the driver bug with not working LSC interrupt if either igb_uio or uio_pci_generic kernel driver is used. Fixes: 06bc197796e2 ("net/sfc: interrupts support sufficient for event queue init") Cc: sta...@dpdk.org