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

2017-03-24 Thread Olivier Matz
On Fri, 24 Mar 2017 09:18:54 -0400, Billy McFall wrote: > On Fri, Mar 24, 2017 at 8:46 AM, Olivier Matz > wrote: [...] > > > I read through this patch. This API doesn't indicate if the packet was > > > transmitted or dropped (I think that is what you were asking). This API > > > could be used

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

2017-03-24 Thread Billy McFall
On Fri, Mar 24, 2017 at 8:46 AM, Olivier Matz wrote: > Hi Billy, > > On Thu, 23 Mar 2017 09:32:14 -0400, Billy McFall > wrote: > > Thank you for your comments. See inline. > > > > On Thu, Mar 23, 2017 at 6:37 AM, Olivier MATZ > > wrote: > > > > > Hi Billy, > > > > > > On Wed, 15 Mar 2017 14:02:

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

2017-03-24 Thread Olivier Matz
Hi Billy, On Thu, 23 Mar 2017 09:32:14 -0400, Billy McFall wrote: > Thank you for your comments. See inline. > > On Thu, Mar 23, 2017 at 6:37 AM, Olivier MATZ > wrote: > > > Hi Billy, > > > > On Wed, 15 Mar 2017 14:02:24 -0400, Billy McFall > > wrote: > > > Add a new API to force free consu

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

2017-03-23 Thread Billy McFall
Thank you for your comments. See inline. On Thu, Mar 23, 2017 at 6:37 AM, Olivier MATZ wrote: > Hi Billy, > > On Wed, 15 Mar 2017 14:02:24 -0400, Billy McFall > wrote: > > Add a new API to force free consumed buffers on Tx ring. API will return > > the number of packets freed (0-n) or error cod

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

2017-03-23 Thread Olivier MATZ
Hi Billy, On Wed, 15 Mar 2017 14:02:24 -0400, Billy McFall wrote: > Add a new API to force free consumed buffers on Tx ring. API will return > the number of packets freed (0-n) or error code if feature not supported > (-ENOTSUP) or input invalid (-ENODEV). > > Signed-off-by: Billy McFall > ---

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

2017-03-15 Thread Billy McFall
Add a new API to force free consumed buffers on Tx ring. API will return the number of packets freed (0-n) or error code if feature not supported (-ENOTSUP) or input invalid (-ENODEV). Signed-off-by: Billy McFall --- doc/guides/conf.py | 7 +-- doc/guides/nics/features/