Re: [dpdk-dev] [PATCH] net/bnxt: fix a check in rxq start op

2019-10-08 Thread Ferruh Yigit
On 10/7/2019 8:41 PM, Ajit Khaparde wrote: > From: Kalesh AP > > This patch fixes a wrong check in rxq start operation. > Driver should check for rxq start state. > > Fixes: 4316e043cbcb ("net/bnxt: fix RxQ stop/start handling") > Signed-off-by: Kalesh AP > Reviewed-by: Ajit Khaparde Squashed

[dpdk-dev] [PATCH] net/bnxt: fix a check in rxq start op

2019-10-07 Thread Ajit Khaparde
From: Kalesh AP This patch fixes a wrong check in rxq start operation. Driver should check for rxq start state. Fixes: 4316e043cbcb ("net/bnxt: fix RxQ stop/start handling") Signed-off-by: Kalesh AP Reviewed-by: Ajit Khaparde --- drivers/net/bnxt/bnxt_ring.c | 2 +- 1 file changed, 1 insertio