Go to file
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
app app/test: improve hash unit tests 2015-07-10 12:34:13 +02:00
config config: revert the max queues per port to 256 2015-07-10 23:54:48 +02:00
doc doc: announce ABI change to support 1024 queues per port 2015-07-11 00:24:21 +02:00
drivers pcap: support jumbo frames 2015-07-10 23:14:47 +02:00
examples examples/ip_pipeline: rework flow classification pipeline 2015-07-09 17:25:46 +02:00
lib ethdev: call Rx and Tx callbacks in the order they were added 2015-07-12 23:36:18 +02:00
mk mk: enable next abi preview 2015-07-09 00:56:40 +02:00
pkg mk: enable next abi preview 2015-07-09 00:56:40 +02:00
scripts mk: enable next abi preview 2015-07-09 00:56:40 +02:00
tools tools: fix vfio support 2015-03-23 14:29:31 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile drivers: create new directory 2015-05-22 15:51:38 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS maintainers: claim EAL of IBM POWER 2015-07-01 23:39:43 +02:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00