[dpdk-dev] [PATCH v14 10/13] ethdev: add rx intr enable, disable and ctl functions

2015-07-20 Thread Liang, Cunming
On 7/18/2015 5:40 AM, Stephen Hemminger wrote: >> +/** >>* Turn on the LED on the Ethernet device. >>* This function turns on the LED on the Ethernet device. >>* >> diff --git a/lib/librte_ether/rte_ether_version.map >> b/lib/librte_ether/rte_ether_version.map >> index 39baf11..fa09d

[dpdk-dev] [PATCH v14 10/13] ethdev: add rx intr enable, disable and ctl functions

2015-07-17 Thread Stephen Hemminger
> +/** > * Turn on the LED on the Ethernet device. > * This function turns on the LED on the Ethernet device. > * > diff --git a/lib/librte_ether/rte_ether_version.map > b/lib/librte_ether/rte_ether_version.map > index 39baf11..fa09d75 100644 > --- a/lib/librte_ether/rte_ether_version.map >

[dpdk-dev] [PATCH v14 10/13] ethdev: add rx intr enable, disable and ctl functions

2015-07-17 Thread Cunming Liang
The patch adds two dev_ops functions to enable and disable rx queue interrupts. In addtion, it adds rte_eth_dev_rx_intr_ctl/rx_intr_q to support per port or per queue rx intr event set. Signed-off-by: Danny Zhou Signed-off-by: Cunming Liang --- v14 changes - per-patch basis ABI compatibility r