[dpdk-stable] [PATCH 18.11] net/bnxt: advertise scatter Rx offload capability

Lance Richardson lance.richardson at broadcom.com
Wed Dec 4 22:05:09 CET 2019


[ upstream commit 94d4afd2d167886f9eb4833443478e048cd60588 ]

Scattered receive is supported but not included in receive offload
capabilities. Fix by adding it to the receive offload capabilities..

Fixes: 9c1507d96ab8 ("net/bnxt: switch to the new offload API")

Signed-off-by: Lance Richardson <lance.richardson at broadcom.com>
Reviewed-by: Somnath Kotur <somnath.kotur at broadcom.com>
Reviewed-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
---
Note: this patch drops the upstream hunk related to vector
mode support, which is not present in 18.11.

 drivers/net/bnxt/bnxt_ethdev.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/bnxt/bnxt_ethdev.c b/drivers/net/bnxt/bnxt_ethdev.c
index 2f3e067ed..47dde067a 100644
--- a/drivers/net/bnxt/bnxt_ethdev.c
+++ b/drivers/net/bnxt/bnxt_ethdev.c
@@ -150,7 +150,8 @@ static const struct rte_pci_id bnxt_pci_id_map[] = {
 				     DEV_RX_OFFLOAD_OUTER_IPV4_CKSUM | \
 				     DEV_RX_OFFLOAD_JUMBO_FRAME | \
 				     DEV_RX_OFFLOAD_KEEP_CRC | \
-				     DEV_RX_OFFLOAD_TCP_LRO)
+				     DEV_RX_OFFLOAD_TCP_LRO | \
+				     DEV_RX_OFFLOAD_SCATTER)
 
 static int bnxt_vlan_offload_set_op(struct rte_eth_dev *dev, int mask);
 static void bnxt_print_link_info(struct rte_eth_dev *eth_dev);
-- 
2.17.1



More information about the stable mailing list