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

2016-01-15 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 inside the core ethdev API. The new APIs in the ethdev library are: * rte_eth_tx_buffer - buffer up a single packet for future

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

2016-01-15 Thread Kulasek, TomaszX
Sorry, winzip changes eols.

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

2016-01-15 Thread Stephen Hemminger
On Fri, 15 Jan 2016 15:43:56 +0100 Tomasz Kulasek wrote: > 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 inside the core ethdev API. > The new APIs in the ethdev library

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

2016-01-15 Thread Tomasz Kulasek
Date: Fri, 15 Jan 2016 15:25:30 +0100 Message-Id: <1452867932-5548-1-git-send-email-tomaszx.kulasek at intel.com> X-Mailer: git-send-email 2.1.4 Many sample apps include internal buffering for single-packet-at-a-time operation. Since this is such a common paradigm, this functionality is better