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

2015-02-19 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, February 18, 2015 6:20 PM > To: Mcnamara, John; Richardson, Bruce > Cc: dev at dpdk.org; nhorman at tuxdriver.com; stephen at networkplumber.org; > Doherty, Declan > Subject: Re: [PATCH v3

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

2015-02-18 Thread Thomas Monjalon
2015-02-18 17:42, 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 v3 2/3] ethdev: Add rxtx callback support

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