[dpdk-dev] [PATCH] enic: remove code under VFIO_PRESENT and use eal code for interrupts

2014-12-18 Thread Thomas Monjalon
2014-12-18 14:39, Sujith Sankar: > This patch removes the interrupt registration code which was under the flag > VFIO_PRESENT > and relies on the rte_lib code for the same. This also ignores the initial > trigger of > ISR from the lib. > > Signed-off-by: Sujith Sankar This driver is new, so

[dpdk-dev] [PATCH] enic: remove code under VFIO_PRESENT and use eal code for interrupts

2014-12-18 Thread Sujith Sankar
This patch removes the interrupt registration code which was under the flag VFIO_PRESENT and relies on the rte_lib code for the same. This also ignores the initial trigger of ISR from the lib. Signed-off-by: Sujith Sankar --- lib/librte_pmd_enic/enic_main.c | 117