Re: [dpdk-dev] [PATCH] ethdev: mark all traffic manager API as experimental

2020-09-09 Thread Ferruh Yigit
On 9/9/2020 6:22 PM, Nithin Dabilpuram wrote: > This patch marks all traffic manager API as experimental as > per deprecation notice[1] and discussion[2] mentioned in following > threads. Can you please remove mentioned deprecation notice in this patch? > > [1] https://mails.dpdk.org/archives/de

Re: [dpdk-dev] [PATCH] ethdev: mark all traffic manager API as experimental

2020-09-09 Thread Dumitrescu, Cristian
> -Original Message- > From: Nithin Dabilpuram > Sent: Wednesday, September 9, 2020 6:22 PM > To: Yigit, Ferruh ; Richardson, Bruce > ; Dumitrescu, Cristian > ; tho...@monjalon.net; > bl...@debian.org; Singh, Jasvinder ; > arybche...@solarflare.com; Kinsella, Ray ; > nhor...@tuxdriver.c

[dpdk-dev] [PATCH] ethdev: mark all traffic manager API as experimental

2020-09-09 Thread Nithin Dabilpuram
This patch marks all traffic manager API as experimental as per deprecation notice[1] and discussion[2] mentioned in following threads. [1] https://mails.dpdk.org/archives/dev/2020-May/166221.html [2] https://mails.dpdk.org/archives/dev/2020-April/165364.html Signed-off-by: Nithin Dabilpuram ---