[dpdk-dev] [PATCH v4 0/2] add support for buffered tx to ethdev

2016-03-11 Thread Thomas Monjalon
> Tomasz Kulasek (2): > ethdev: add buffered tx api > examples: rework to use buffered tx Applied, thanks Note: I've removed __rte_unused from callback prototype because it was confusing doxygen.

[dpdk-dev] [PATCH v4 0/2] add support for buffered tx to ethdev

2016-03-10 Thread Tomasz Kulasek
Many sample apps include internal buffering for single-packet-at-a-time operation. Since this is such a common paradigm, this functionality is better suited to being implemented in the ethdev API. The new APIs in the ethdev library are: * rte_eth_tx_buffer_init - initialize buffer *