Re: [dpdk-dev] [PATCH] ethdev: declare tx prepare api as not experimental

2019-01-11 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of David Marchand > Sent: Friday, January 11, 2019 1:15 PM > To: dev@dpdk.org > Cc: tho...@monjalon.net; Yigit, Ferruh ; > arybche...@solarflare.com > Subject: [dpdk-dev] [PATCH] ethdev: decl

Re: [dpdk-dev] [PATCH] ethdev: declare tx prepare api as not experimental

2019-01-11 Thread Andrew Rybchenko
On 1/11/19 4:14 PM, David Marchand wrote: The tx prepare api was introduced at a time when the experimental api tag mechanism did not exist yet and is missing the tag. However, this api has been there since 17.02 and did not suffer any change since its introduction. Let's just remove the warning

Re: [dpdk-dev] [PATCH] ethdev: declare tx prepare api as not experimental

2019-01-11 Thread Ferruh Yigit
On 1/11/2019 1:14 PM, David Marchand wrote: > The tx prepare api was introduced at a time when the experimental api > tag mechanism did not exist yet and is missing the tag. > However, this api has been there since 17.02 and did not suffer any > change since its introduction. > > Let's just remove

[dpdk-dev] [PATCH] ethdev: declare tx prepare api as not experimental

2019-01-11 Thread David Marchand
The tx prepare api was introduced at a time when the experimental api tag mechanism did not exist yet and is missing the tag. However, this api has been there since 17.02 and did not suffer any change since its introduction. Let's just remove the warning from the documentation. Signed-off-by: Dav