Re: [dpdk-dev] [PATCH 1/2] net/bnxt: fix drop en in rxq get information

2020-09-23 Thread Ajit Khaparde
On Tue, Sep 22, 2020 at 7:04 AM Lance Richardson wrote: > > Return correct value for rx_drop_en. Add per-queue field to > track rx_drop_en configuration. > > Fixes: 2fc201884be8 ("net/bnxt: support rxq/txq get information") > Cc: sta...@dpdk.org > > Signed-off-by: Lance Richardson > Reviewed-by:

[dpdk-dev] [PATCH 1/2] net/bnxt: fix drop en in rxq get information

2020-09-22 Thread Lance Richardson
Return correct value for rx_drop_en. Add per-queue field to track rx_drop_en configuration. Fixes: 2fc201884be8 ("net/bnxt: support rxq/txq get information") Cc: sta...@dpdk.org Signed-off-by: Lance Richardson Reviewed-by: Somnath Kotur Reviewed-by: Ajit Khaparde --- drivers/net/bnxt/bnxt_eth