Re: [dpdk-dev] [PATCH v2 1/6] ethdev: add descriptor status API

2017-03-26 Thread Yang, Qiming
ing ; > adrien.mazarg...@6wind.com; nelio.laranje...@6wind.com; Yigit, Ferruh > ; Richardson, Bruce ; > Venkatesan, Venky ; > arybche...@solarflare.com > Subject: Re: [dpdk-dev] [PATCH v2 1/6] ethdev: add descriptor status API > > Hi Qiming, > > On Tue, 21 Mar 2017 08:32:17 +,

Re: [dpdk-dev] [PATCH v2 1/6] ethdev: add descriptor status API

2017-03-24 Thread Olivier Matz
ent: Wednesday, March 8, 2017 12:00 AM > > To: dev@dpdk.org; thomas.monja...@6wind.com; Ananyev, Konstantin > > ; Lu, Wenzhuo ; > > Zhang, Helin ; Wu, Jingjing ; > > adrien.mazarg...@6wind.com; nelio.laranje...@6wind.com > > Cc: Yigit, Ferruh ; Richardson, Bruce > > ; V

Re: [dpdk-dev] [PATCH v2 1/6] ethdev: add descriptor status API

2017-03-21 Thread Yang, Qiming
dev@dpdk.org; thomas.monja...@6wind.com; Ananyev, Konstantin > ; Lu, Wenzhuo ; > Zhang, Helin ; Wu, Jingjing ; > adrien.mazarg...@6wind.com; nelio.laranje...@6wind.com > Cc: Yigit, Ferruh ; Richardson, Bruce > ; Venkatesan, Venky > ; arybche...@solarflare.com > Subject: [dpdk-dev] [PAT

Re: [dpdk-dev] [PATCH v2 1/6] ethdev: add descriptor status API

2017-03-09 Thread Andrew Rybchenko
On 03/07/2017 06:59 PM, Olivier Matz wrote: Introduce a new API to get the status of a descriptor. For Rx, it is almost similar to rx_descriptor_done API, except it differentiates "used" descriptors (which are hold by the driver and not returned to the hardware). For Tx, it is a new API. The d

[dpdk-dev] [PATCH v2 1/6] ethdev: add descriptor status API

2017-03-07 Thread Olivier Matz
Introduce a new API to get the status of a descriptor. For Rx, it is almost similar to rx_descriptor_done API, except it differentiates "used" descriptors (which are hold by the driver and not returned to the hardware). For Tx, it is a new API. The descriptor_done() API, and probably the rx_queu