[dpdk-stable] patch 'net/sfc: do not enforce hash offload in RSS multi-queue' has been queued to stable release 19.11.4

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri Jul 24 14:00:15 CEST 2020


Hi,

FYI, your patch has been queued to stable release 19.11.4

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 07/26/20. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Thanks.

Luca Boccassi

---
>From 77c1a9f4453c2633f64e319432f65f15b0cda03c Mon Sep 17 00:00:00 2001
From: Andrew Rybchenko <arybchenko at solarflare.com>
Date: Tue, 21 Jul 2020 15:54:49 +0100
Subject: [PATCH] net/sfc: do not enforce hash offload in RSS multi-queue

[ upstream commit 6fd44a47a73e8de649ed8636e4972ef18e81aeae ]

Rx RSS hash offload should be controlled by the user and should
not be enforced by RSS multi-queue Rx mode.

Fixes: 8b945a7f7dcb ("drivers/net: update Rx RSS hash offload capabilities")

Signed-off-by: Andrew Rybchenko <arybchenko at solarflare.com>
---
 drivers/net/sfc/sfc_rx.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/net/sfc/sfc_rx.c b/drivers/net/sfc/sfc_rx.c
index 891709fd0..61736196c 100644
--- a/drivers/net/sfc/sfc_rx.c
+++ b/drivers/net/sfc/sfc_rx.c
@@ -1561,10 +1561,6 @@ sfc_rx_check_mode(struct sfc_adapter *sa, struct rte_eth_rxmode *rxmode)
 		rxmode->offloads |= DEV_RX_OFFLOAD_OUTER_IPV4_CKSUM;
 	}
 
-	if ((offloads_supported & DEV_RX_OFFLOAD_RSS_HASH) &&
-	    (rxmode->mq_mode & ETH_MQ_RX_RSS_FLAG))
-		rxmode->offloads |= DEV_RX_OFFLOAD_RSS_HASH;
-
 	return rc;
 }
 
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-07-24 12:53:55.386048913 +0100
+++ 0177-net-sfc-do-not-enforce-hash-offload-in-RSS-multi-que.patch	2020-07-24 12:53:48.599012273 +0100
@@ -1,13 +1,14 @@
-From 6fd44a47a73e8de649ed8636e4972ef18e81aeae Mon Sep 17 00:00:00 2001
+From 77c1a9f4453c2633f64e319432f65f15b0cda03c Mon Sep 17 00:00:00 2001
 From: Andrew Rybchenko <arybchenko at solarflare.com>
 Date: Tue, 21 Jul 2020 15:54:49 +0100
 Subject: [PATCH] net/sfc: do not enforce hash offload in RSS multi-queue
 
+[ upstream commit 6fd44a47a73e8de649ed8636e4972ef18e81aeae ]
+
 Rx RSS hash offload should be controlled by the user and should
 not be enforced by RSS multi-queue Rx mode.
 
 Fixes: 8b945a7f7dcb ("drivers/net: update Rx RSS hash offload capabilities")
-Cc: stable at dpdk.org
 
 Signed-off-by: Andrew Rybchenko <arybchenko at solarflare.com>
 ---
@@ -15,7 +16,7 @@
  1 file changed, 4 deletions(-)
 
 diff --git a/drivers/net/sfc/sfc_rx.c b/drivers/net/sfc/sfc_rx.c
-index 7d22e2f8e..a62ce4a17 100644
+index 891709fd0..61736196c 100644
 --- a/drivers/net/sfc/sfc_rx.c
 +++ b/drivers/net/sfc/sfc_rx.c
 @@ -1561,10 +1561,6 @@ sfc_rx_check_mode(struct sfc_adapter *sa, struct rte_eth_rxmode *rxmode)


More information about the stable mailing list