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

2017-03-07 Thread Thomas Monjalon
2017-01-27 13:37, Billy McFall: > 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 poll new API until > reference count is decremented.

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

2017-01-27 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