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
Hi Qiming, On Tue, 21 Mar 2017 08:32:17 +, "Yang, Qiming" wrote: > Hi, Olivier > You need to add your new API in lib/librte_ether/rte_ether_version.map and > doc/guides/rel_notes/release_17_05.rst About rte_ether_version.map, I don't think it's needed since the functions are static inline.

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

2017-03-21 Thread Yang, Qiming
Hi, Olivier You need to add your new API in lib/librte_ether/rte_ether_version.map and doc/guides/rel_notes/release_17_05.rst > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Olivier Matz > Sent: Wednesday, March 8, 2017 12:00 AM > To: dev@dpdk.org; thomas.monja

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