Re: [dpdk-dev] [PATCH] net/octeontx2: fix CQE ring prefetch on wrap around case

2019-10-04 Thread Jerin Jacob
On Fri, Sep 13, 2019 at 9:01 PM wrote: > > From: Kommula Shiva Shankar > > When computing the head of CQE ring of prefetch, use qmask to point to > the correct head index on wrap around case. > > Fixes: cc4d7693f2d9 ("net/octeontx2: support Rx") > Cc: sta...@dpdk.org > > Signed-off-by: Kommula Sh

[dpdk-dev] [PATCH] net/octeontx2: fix CQE ring prefetch on wrap around case

2019-09-13 Thread jerinj
From: Kommula Shiva Shankar When computing the head of CQE ring of prefetch, use qmask to point to the correct head index on wrap around case. Fixes: cc4d7693f2d9 ("net/octeontx2: support Rx") Cc: sta...@dpdk.org Signed-off-by: Kommula Shiva Shankar Acked-by: Jerin Jacob --- drivers/net/octe