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

2021-09-26 Thread Ajit Khaparde
On Fri, Sep 24, 2021 at 5:55 PM Ajit Khaparde wrote: > > Default queue state of Tx queues on startup is not correct. > Fix this by setting the state when the port is started. > > Fixes: 6eb3cc2294fd ("net/bnxt: add initial Tx code") > Cc: sta...@dpdk.org > > Signed-off-by: Ajit Khaparde > Reviewe

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

2021-09-24 Thread Ajit Khaparde
Default queue state of Tx queues on startup is not correct. Fix this by setting the state when the port is started. Fixes: 6eb3cc2294fd ("net/bnxt: add initial Tx code") Cc: sta...@dpdk.org Signed-off-by: Ajit Khaparde Reviewed-by: Lance Richardson --- drivers/net/bnxt/bnxt_ethdev.c | 10 +