Re: [dpdk-dev] [RFC 3/5] eal: lcore state FINISHED is not required

2021-03-29 Thread Honnappa Nagarahalli
> > Hi everyone, Thanks Konstantin for the review. > > > > > > > > > > > > > > > Subject: [RFC 3/5] eal: lcore state FINISHED is not required > > > > > > > > > > > > FINISHED state seems to be used to indicate that the worker's > > > > > > update of the 'state' is not visible to other threads

Re: [dpdk-dev] [RFC 3/5] eal: lcore state FINISHED is not required

2021-03-19 Thread Ananyev, Konstantin
Hi everyone, > > > > > > > > > > Subject: [RFC 3/5] eal: lcore state FINISHED is not required > > > > > > > > > > FINISHED state seems to be used to indicate that the worker's > > > > > update of the 'state' is not visible to other threads. There seems > > > > > to be no requirement to have su

Re: [dpdk-dev] [RFC 3/5] eal: lcore state FINISHED is not required

2021-03-01 Thread Honnappa Nagarahalli
> > > > > > Subject: [RFC 3/5] eal: lcore state FINISHED is not required > > > > > > > > FINISHED state seems to be used to indicate that the worker's > > > > update of the 'state' is not visible to other threads. There seems > > > > to be no requirement to have such a state. > > > > > > I am not

Re: [dpdk-dev] [RFC 3/5] eal: lcore state FINISHED is not required

2021-02-26 Thread Thomas Monjalon
26/02/2021 00:33, Honnappa Nagarahalli: > +Thomas, David, Konstantin for input > > > > > > Subject: [RFC 3/5] eal: lcore state FINISHED is not required > > > > > > FINISHED state seems to be used to indicate that the worker's update > > > of the 'state' is not visible to other threads. There see

Re: [dpdk-dev] [RFC 3/5] eal: lcore state FINISHED is not required

2021-02-25 Thread Honnappa Nagarahalli
+Thomas, David, Konstantin for input > > Subject: [RFC 3/5] eal: lcore state FINISHED is not required > > > > FINISHED state seems to be used to indicate that the worker's update > > of the 'state' is not visible to other threads. There seems to be no > > requirement to have such a state. > > I

[dpdk-dev] [RFC 3/5] eal: lcore state FINISHED is not required

2021-02-24 Thread Honnappa Nagarahalli
FINISHED state seems to be used to indicate that the worker's update of the 'state' is not visible to other threads. There seems to be no requirement to have such a state. Signed-off-by: Honnappa Nagarahalli Reviewed-by: Ola Liljedahl --- drivers/event/dpaa2/dpaa2_eventdev_selftest.c | 2 +- dr