Re: [dpdk-dev] [PATCH 2/2] net/bnxt: fix rxq/txq offload information get op

2020-09-23 Thread Ajit Khaparde
On Tue, Sep 22, 2020 at 10:30 AM Lance Richardson wrote: > > Return current offloads in rxq_info_get()/txq_info_get(). > > 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

Re: [dpdk-dev] [PATCH 2/2] net/bnxt: fix rxq/txq offload information get op

2020-09-22 Thread Lance Richardson
On Tue, Sep 22, 2020 at 1:30 PM Lance Richardson wrote: > Apologies for not sending a cover letter. I can resend if needed. Lance

[dpdk-dev] [PATCH 2/2] net/bnxt: fix rxq/txq offload information get op

2020-09-22 Thread Lance Richardson
Return current offloads in rxq_info_get()/txq_info_get(). 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_ethdev.c | 2 ++ 1 file changed, 2 in