Re: [dpdk-dev] [PATCH] ethdev: promote set ptypes API to stable

2021-09-15 Thread Ferruh Yigit
On 9/2/2021 4:56 PM, Kinsella, Ray wrote: > > > On 02/09/2021 09:17, pbhagavat...@marvell.com wrote: >> From: Pavan Nikhilesh >> >> Remove experimental tag from rte_eth_dev_set_ptypes(). >> >> Signed-off-by: Pavan Nikhilesh > Acked-by: Ray Kinsella > Applied to dpdk-next-net/main, thanks.

Re: [dpdk-dev] [PATCH] ethdev: promote set ptypes API to stable

2021-09-02 Thread Kinsella, Ray
On 02/09/2021 09:17, pbhagavat...@marvell.com wrote: > From: Pavan Nikhilesh > > Remove experimental tag from rte_eth_dev_set_ptypes(). > > Signed-off-by: Pavan Nikhilesh Acked-by: Ray Kinsella

Re: [dpdk-dev] [PATCH] ethdev: promote set ptypes API to stable

2021-09-02 Thread Andrew Rybchenko
On 9/2/21 11:17 AM, pbhagavat...@marvell.com wrote: > From: Pavan Nikhilesh > > Remove experimental tag from rte_eth_dev_set_ptypes(). > > Signed-off-by: Pavan Nikhilesh Acked-by: Andrew Rybchenko

[dpdk-dev] [PATCH] ethdev: promote set ptypes API to stable

2021-09-02 Thread pbhagavatula
From: Pavan Nikhilesh Remove experimental tag from rte_eth_dev_set_ptypes(). Signed-off-by: Pavan Nikhilesh --- lib/ethdev/rte_ethdev.h | 4 lib/ethdev/version.map | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/ethdev/rte_ethdev.h b/lib/ethdev/rte_ethdev.h inde