[dpdk-dev] [PATCH 2/3] ethdev: Add in data rxtx callback support

2015-02-12 Thread John McNamara
From: Richardson, Bruce Add in support for inline processing of packets inside the RX or TX call. For an RX callback, what happens is that we get a set of packets from the NIC and then pass them to a callback function, if configured, to allow additional processing to be done on them, e.g. filling

[dpdk-dev] [PATCH 2/3] ethdev: Add in data rxtx callback support

2015-02-12 Thread Neil Horman
On Thu, Feb 12, 2015 at 07:57:56PM +, John McNamara wrote: > From: Richardson, Bruce > > Add in support for inline processing of packets inside the RX or > TX call. For an RX callback, what happens is that we get a set of > packets from the NIC and then pass them to a callback function, if >