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

2017-03-15 Thread Wiles, Keith
> On Mar 16, 2017, at 2:02 AM, 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

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

2017-03-15 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