Re: [dpdk-dev] [PATCH v4] doc: add known issue about legacy intr mode for ixgbe

2018-10-15 Thread Zhang, Qi Z
> -Original Message- > From: Li, Xiaoyun > Sent: Sunday, October 14, 2018 9:37 PM > To: Xing, Beilei ; Zhang, Qi Z ; > dev@dpdk.org; Lu, Wenzhuo ; Wu, Jingjing > > Cc: Li, Xiaoyun > Subject: [PATCH v4] doc: add known issue about legacy intr mode for ixgbe > > When using uio_pci_generi

[dpdk-dev] [PATCH v4] doc: add known issue about legacy intr mode for ixgbe

2018-10-14 Thread Xiaoyun Li
When using uio_pci_generic module or using legacy interrupt mode of igb_uio or vfio, X550 cannot get interrupts. Because the Interrupt Status bit is not implemented, then the irq cannot be handled correctly and cannot report the event fd to DPDK apps. Add this hw limitation and details into ixgbe