Re: [dpdk-dev] [PATCH] event/octeontx2: remove WFE from dualslot dequeue

2020-02-15 Thread Jerin Jacob
On Sat, Feb 15, 2020 at 5:53 PM Gavin Hu wrote: > > Reviewed-by: Gavin Hu Applied to dpdk-next-eventdev/master. Thanks.

Re: [dpdk-dev] [PATCH] event/octeontx2: remove WFE from dualslot dequeue

2020-02-15 Thread Gavin Hu
Reviewed-by: Gavin Hu

Re: [dpdk-dev] [PATCH] event/octeontx2: remove WFE from dualslot dequeue

2020-02-15 Thread Pavan Nikhilesh Bhagavatula
Hi Gavin, >Hi Pavan, > >> -Original Message- >> From: pbhagavat...@marvell.com >> Sent: Friday, February 14, 2020 2:45 PM >> To: jer...@marvell.com; Pavan Nikhilesh > >> Cc: Gavin Hu ; dev@dpdk.org >> Subject: [dpdk-dev] [PATCH] event/oc

Re: [dpdk-dev] [PATCH] event/octeontx2: remove WFE from dualslot dequeue

2020-02-14 Thread Gavin Hu
Hi Pavan, > -Original Message- > From: pbhagavat...@marvell.com > Sent: Friday, February 14, 2020 2:45 PM > To: jer...@marvell.com; Pavan Nikhilesh > Cc: Gavin Hu ; dev@dpdk.org > Subject: [dpdk-dev] [PATCH] event/octeontx2: remove WFE from dualslot > dequeue >

[dpdk-dev] [PATCH] event/octeontx2: remove WFE from dualslot dequeue

2020-02-13 Thread pbhagavatula
From: Pavan Nikhilesh Each workslot is always bound to a specific lcore there is no multi-core contention to cause cache trashing as a result it is safe to remove the WFE. Also, in dual workslot dequeue work will mostlikely be available on the pair workslot making WFE impractical. Signed-off-by: