Re: [dpdk-dev] [PATCH] eal: promote non-EAL lcore API as stable

2021-11-05 Thread David Marchand
On Wed, Nov 3, 2021 at 6:41 PM Thomas Monjalon wrote: > 22/10/2021 12:22, Kevin Traynor: > > On 22/10/2021 07:55, David Marchand wrote: > > > This API has been around for more than a year (and is in LTS 20.11). > > > It did not receive negative feedback and will be used in a next OVS > > > release

Re: [dpdk-dev] [PATCH] eal: promote non-EAL lcore API as stable

2021-11-03 Thread Thomas Monjalon
22/10/2021 12:22, Kevin Traynor: > On 22/10/2021 07:55, David Marchand wrote: > > This API has been around for more than a year (and is in LTS 20.11). > > It did not receive negative feedback and will be used in a next OVS > > release. > > Mark it stable. > > > > Signed-off-by: David Marchand >

Re: [dpdk-dev] [PATCH] eal: promote non-EAL lcore API as stable

2021-10-22 Thread Kevin Traynor
On 22/10/2021 07:55, David Marchand wrote: This API has been around for more than a year (and is in LTS 20.11). It did not receive negative feedback and will be used in a next OVS release. Mark it stable. Signed-off-by: David Marchand I have tested with rte_lcore_dump(), rte_mp_disable(), rt

[dpdk-dev] [PATCH] eal: promote non-EAL lcore API as stable

2021-10-21 Thread David Marchand
This API has been around for more than a year (and is in LTS 20.11). It did not receive negative feedback and will be used in a next OVS release. Mark it stable. Signed-off-by: David Marchand --- lib/eal/include/rte_eal.h | 1 - lib/eal/include/rte_lcore.h | 6 -- lib/eal/version.map