Re: [dpdk-dev] [PATCH 1/1] net/bnxt: fix transmit length hint threshold

2021-03-19 Thread Ajit Khaparde
On Thu, Mar 18, 2021 at 12:52 PM Lance Richardson wrote: > > Use correct threshold when selecting "greater than or equal to > 2K" length hint. > > Fixes: 6eb3cc2294fd ("net/bnxt: add initial Tx code") > Cc: sta...@dpdk.org > > Signed-off-by: Lance Richardson > Reviewed-by: Ajit Kumar Khaparde >

[dpdk-dev] [PATCH 1/1] net/bnxt: fix transmit length hint threshold

2021-03-18 Thread Lance Richardson
Use correct threshold when selecting "greater than or equal to 2K" length hint. Fixes: 6eb3cc2294fd ("net/bnxt: add initial Tx code") Cc: sta...@dpdk.org Signed-off-by: Lance Richardson Reviewed-by: Ajit Kumar Khaparde Reviewed-by: Somnath Kotur --- drivers/net/bnxt/bnxt_txr.c | 2 +- 1 file