Re: [dpdk-dev] [PATCH] net/bnxt: fix Rx queue startup state

2021-09-15 Thread Ajit Khaparde
On Tue, Sep 14, 2021 at 5:51 AM Lance Richardson wrote: > > Since the addition of support for runtime queue setup, > receive queues that are started by default no longer > have the correct state. Fix this by setting the state > when a port is started. > > Fixes: 0105ea1296c9 ("net/bnxt: support ru

[dpdk-dev] [PATCH] net/bnxt: fix Rx queue startup state

2021-09-14 Thread Lance Richardson
Since the addition of support for runtime queue setup, receive queues that are started by default no longer have the correct state. Fix this by setting the state when a port is started. Fixes: 0105ea1296c9 ("net/bnxt: support runtime queue setup") Signed-off-by: Lance Richardson Reviewed-by: Ajit