numam-dpdk/lib/librte_ether
John McNamara 073208ebab ethdev: call Rx and Tx callbacks in the order they were added
Change the order that user supplied RX and TX callbacks are called
to the order that they were added (fifo).

The previous calling order was the reverse of this (lifo) and was
counter intuitive for users.

Suggested-by: Robert Sanford <rsanford@akamai.com>
Signed-off-by: John McNamara <john.mcnamara@intel.com>
2015-07-12 23:36:18 +02:00
..
Makefile mk: add library version extension 2015-02-03 16:56:58 +01:00
rte_eth_ctrl.h ethdev: add flow director for L2 payload 2015-07-07 23:20:56 +02:00
rte_ethdev.c ethdev: call Rx and Tx callbacks in the order they were added 2015-07-12 23:36:18 +02:00
rte_ethdev.h ethdev: call Rx and Tx callbacks in the order they were added 2015-07-12 23:36:18 +02:00
rte_ether_version.map ethdev: add ieee1588 timestamping 2015-07-10 02:26:01 +02:00
rte_ether.h eal: add and use unaligned integer types 2015-06-24 12:00:41 +02:00