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

2016-02-25 Thread Ananyev, Konstantin
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Tomasz Kulasek > Sent: Wednesday, February 24, 2016 5:09 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/2] add support for buffered tx to ethdev > > Many sample apps include internal buffering for singl

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

2016-02-24 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 *