Re: [dpdk-dev] [PATCH] event/cnxk: fix reading stale Tx queue depth
From: Jerin Jacob <hidden>
Date: 2021-07-30 10:59:00
From: Jerin Jacob <hidden>
Date: 2021-07-30 10:59:00
On Tue, Jul 20, 2021 at 12:35 PM [off-list ref] wrote:
From: Pavan Nikhilesh <redacted>
Reads to Tx queue FC memory need to be atomic to avoid cores using
same Tx queue spinning on stale values.
Fixes: 313e884a22fd ("event/cnxk: support Tx adapter fast path")
Signed-off-by: Pavan Nikhilesh <redacted>Applied to dpdk-next-net-eventdev/for-main. Thanks