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

2015-02-13 Thread Bruce Richardson
On Fri, Feb 13, 2015 at 05:33:12PM +0100, Thomas Monjalon wrote: > 2015-02-13 15:39, 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 a

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

2015-02-13 Thread Thomas Monjalon
2015-02-13 15:39, 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 additiona

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

2015-02-13 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