numam-dpdk/lib/librte_ether
Olivier Matz 0ef850c4f6 ethdev: move a queue id check to generic layer
The check of queue_id is done in all drivers implementing
rte_eth_rx_queue_count(). Factorize this check in the generic function.

Note that the nfp driver was doing the check differently, which could
induce crashes if the queue index was too big.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
2017-03-09 19:29:51 +01:00
..
Makefile ethdev: remove some VF functions 2017-01-17 19:40:50 +01:00
rte_dev_info.h lib: add missing include dependencies 2016-09-13 15:35:28 +02:00
rte_eth_ctrl.h ethdev: introduce generic flow API 2016-12-23 10:11:07 +01:00
rte_ethdev.c ethdev: remove useless pointer initialization 2017-01-30 10:36:18 +01:00
rte_ethdev.h ethdev: move a queue id check to generic layer 2017-03-09 19:29:51 +01:00
rte_ether_version.map ethdev: remove some VF functions 2017-01-17 19:40:50 +01:00
rte_flow_driver.h ethdev: modify flow API error function 2017-01-11 16:53:07 +01:00
rte_flow.c ethdev: modify flow API error function 2017-01-11 16:53:07 +01:00
rte_flow.h net/ixgbe: parse L2 tunnel filter 2017-01-17 19:41:43 +01:00