Re: [dpdk-dev] [PATCH] eal: promote some service core functions to stable

2019-06-22 Thread Neil Horman
On Sat, Jun 22, 2019 at 07:51:10PM +0200, David Marchand wrote: > On Sat, Jun 22, 2019 at 6:17 PM Neil Horman wrote: > > > On Fri, Jun 21, 2019 at 09:58:41PM +0200, David Marchand wrote: > > > On Fri, Jun 21, 2019 at 7:41 PM Neil Horman > > wrote: > > > > > > > On Fri, Jun 21, 2019 at 06:47:31PM

Re: [dpdk-dev] [PATCH] eal: promote some service core functions to stable

2019-06-22 Thread David Marchand
On Sat, Jun 22, 2019 at 6:17 PM Neil Horman wrote: > On Fri, Jun 21, 2019 at 09:58:41PM +0200, David Marchand wrote: > > On Fri, Jun 21, 2019 at 7:41 PM Neil Horman > wrote: > > > > > On Fri, Jun 21, 2019 at 06:47:31PM +0200, David Marchand wrote: > > > > On Fri, Jun 21, 2019 at 6:28 PM Neil Hor

Re: [dpdk-dev] [PATCH] eal: promote some service core functions to stable

2019-06-22 Thread Neil Horman
On Fri, Jun 21, 2019 at 09:58:41PM +0200, David Marchand wrote: > On Fri, Jun 21, 2019 at 7:41 PM Neil Horman wrote: > > > On Fri, Jun 21, 2019 at 06:47:31PM +0200, David Marchand wrote: > > > On Fri, Jun 21, 2019 at 6:28 PM Neil Horman > > wrote: > > > > > > > On Fri, Jun 21, 2019 at 02:45:45PM

Re: [dpdk-dev] [PATCH] eal: promote some service core functions to stable

2019-06-21 Thread David Marchand
On Fri, Jun 21, 2019 at 7:41 PM Neil Horman wrote: > On Fri, Jun 21, 2019 at 06:47:31PM +0200, David Marchand wrote: > > On Fri, Jun 21, 2019 at 6:28 PM Neil Horman > wrote: > > > > > On Fri, Jun 21, 2019 at 02:45:45PM +0200, David Marchand wrote: > > > > Ok, did a new pass on the tree.. found q

Re: [dpdk-dev] [PATCH] eal: promote some service core functions to stable

2019-06-21 Thread Neil Horman
On Fri, Jun 21, 2019 at 06:47:31PM +0200, David Marchand wrote: > On Fri, Jun 21, 2019 at 6:28 PM Neil Horman wrote: > > > On Fri, Jun 21, 2019 at 02:45:45PM +0200, David Marchand wrote: > > > Ok, did a new pass on the tree.. found quite some sites where we have > > > issues (and other discrepanc

Re: [dpdk-dev] [PATCH] eal: promote some service core functions to stable

2019-06-21 Thread David Marchand
On Fri, Jun 21, 2019 at 6:28 PM Neil Horman wrote: > On Fri, Jun 21, 2019 at 02:45:45PM +0200, David Marchand wrote: > > Ok, did a new pass on the tree.. found quite some sites where we have > > issues (and other discrepancies... I started a new patchset). > > Looked at gcc documentation [1], and

Re: [dpdk-dev] [PATCH] eal: promote some service core functions to stable

2019-06-21 Thread Neil Horman
On Fri, Jun 21, 2019 at 02:45:45PM +0200, David Marchand wrote: > On Thu, Jun 20, 2019 at 10:16 PM David Marchand > wrote: > > > > > > > On Thu, Jun 20, 2019 at 9:45 PM David Marchand > > wrote: > > > >> > >> > >> On Thu, Jun 20, 2019 at 8:26 PM Aaron Conole wrote: > >> > >>> Gage Eads writes:

Re: [dpdk-dev] [PATCH] eal: promote some service core functions to stable

2019-06-21 Thread David Marchand
On Thu, Jun 20, 2019 at 10:16 PM David Marchand wrote: > > > On Thu, Jun 20, 2019 at 9:45 PM David Marchand > wrote: > >> >> >> On Thu, Jun 20, 2019 at 8:26 PM Aaron Conole wrote: >> >>> Gage Eads writes: >>> >>> > The functions rte_service_may_be_active(), >>> rte_service_lcore_attr_get(), >>

Re: [dpdk-dev] [PATCH] eal: promote some service core functions to stable

2019-06-20 Thread David Marchand
On Thu, Jun 20, 2019 at 9:45 PM David Marchand wrote: > > > On Thu, Jun 20, 2019 at 8:26 PM Aaron Conole wrote: > >> Gage Eads writes: >> >> > The functions rte_service_may_be_active(), rte_service_lcore_attr_get(), >> > and rte_service_attr_reset_all() were introduced nearly a year ago in >> D

Re: [dpdk-dev] [PATCH] eal: promote some service core functions to stable

2019-06-20 Thread David Marchand
On Thu, Jun 20, 2019 at 8:26 PM Aaron Conole wrote: > Gage Eads writes: > > > The functions rte_service_may_be_active(), rte_service_lcore_attr_get(), > > and rte_service_attr_reset_all() were introduced nearly a year ago in > DPDK > > 18.08. They can be considered non-experimental for the 19.08

Re: [dpdk-dev] [PATCH] eal: promote some service core functions to stable

2019-06-20 Thread Eads, Gage
> Gage Eads writes: > > > The functions rte_service_may_be_active(), > > rte_service_lcore_attr_get(), and rte_service_attr_reset_all() were > > introduced nearly a year ago in DPDK 18.08. They can be considered non- > experimental for the 19.08 release. > > > > rte_service_may_be_active() is use

Re: [dpdk-dev] [PATCH] eal: promote some service core functions to stable

2019-06-20 Thread Aaron Conole
Gage Eads writes: > The functions rte_service_may_be_active(), rte_service_lcore_attr_get(), > and rte_service_attr_reset_all() were introduced nearly a year ago in DPDK > 18.08. They can be considered non-experimental for the 19.08 release. > > rte_service_may_be_active() is used by eventdev and

[dpdk-dev] [PATCH] eal: promote some service core functions to stable

2019-06-20 Thread Gage Eads
The functions rte_service_may_be_active(), rte_service_lcore_attr_get(), and rte_service_attr_reset_all() were introduced nearly a year ago in DPDK 18.08. They can be considered non-experimental for the 19.08 release. rte_service_may_be_active() is used by eventdev and the sw PMD, and this commit