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

2015-02-24 Thread Thomas Monjalon
2015-02-23 18:30, John McNamara: > This patchset is for a small optional addition to the ethdev library, > to add 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 v6 0/3] DPDK ethdev callback support

2015-02-23 Thread John McNamara
This patchset is for a small optional addition to the ethdev library, to add 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: htt