[dpdk-dev] UIO RTE_INTR_MODE_NONE issue.

2015-07-04 Thread Prathap Thammanna
Yes Stephen, I would be using udev->info.irq = UIO_IRQ_NONE; I will generate a patch and send it out for review. Thanks for the response. Regards, Prathap -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Stephen Hemminger Sent: 04 July 2015 04:29 To: Prathap T Cc

[dpdk-dev] UIO RTE_INTR_MODE_NONE issue.

2015-07-02 Thread Prathap Thammanna
Hi: If INTX fails, igb_uio falls back to running without IRQ ( refer to the implementation in igbuio_pci_probe). On QEMU 0.12.0, the INTX seems to have broken, and the intr_mode falls to RTE_INTR_MODE_NONE However this sets the udev->info.irq = 0; Setting of udev->info.irq to '0' does not work