[dpdk-dev] [PATCH 0/3] DPDK ethdev callback support

2015-02-13 Thread Declan Doherty
On 12/02/15 19:57, John McNamara wrote: > This patchset is for a small addition to the ethdev library, to > add in support for callbacks at the RX and TX stages. This allows > packet processing to be done on packets before they get returned > to applications using rte_eth_rx_burst call. > > See the

[dpdk-dev] [PATCH 0/3] DPDK ethdev callback support

2015-02-12 Thread John McNamara
This patchset is for a small addition to the ethdev library, to add in support for callbacks at the RX and TX stages. This allows packet processing to be done on packets before they get returned to applications using rte_eth_rx_burst call. See the RFC cover letter for the use cases: http://dp