Re: [dpdk-dev] [PATCH v8 0/3] new API to free consumed buffers in Tx ring

2017-04-19 Thread Ferruh Yigit
On 3/24/2017 6:55 PM, Billy McFall wrote: > See request from 11/21/2016: > http://dpdk.org/ml/archives/dev/2016-November/050585.html > > Add a new API to free consumed buffers on TX ring. This addresses two > scenarios: > 1) Flooding a packet and want to reuse existing mbuf to avoid a packet > c

Re: [dpdk-dev] [PATCH v8 0/3] new API to free consumed buffers in Tx ring

2017-03-27 Thread Thomas Monjalon
2017-03-24 14:55, Billy McFall: > See request from 11/21/2016: > http://dpdk.org/ml/archives/dev/2016-November/050585.html > > Add a new API to free consumed buffers on TX ring. This addresses two > scenarios: > 1) Flooding a packet and want to reuse existing mbuf to avoid a packet > copy. Incre

[dpdk-dev] [PATCH v8 0/3] new API to free consumed buffers in Tx ring

2017-03-24 Thread Billy McFall
See request from 11/21/2016: http://dpdk.org/ml/archives/dev/2016-November/050585.html Add a new API to free consumed buffers on TX ring. This addresses two scenarios: 1) Flooding a packet and want to reuse existing mbuf to avoid a packet copy. Increment the reference count of the packet and pol