patch 'net/gve: fix offloading capability' has been queued to stable release 22.11.2
Xueming Li
xuemingl at nvidia.com
Sun Apr 9 17:23:38 CEST 2023
Hi,
FYI, your patch has been queued to stable release 22.11.2
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 04/11/23. 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.
Queued patches are on a temporary branch at:
https://git.dpdk.org/dpdk-stable/log/?h=22.11-staging
This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/log/?h=22.11-staging/commit/64d858dc0305ac4d73cf1d1f91233aa8b93c9619
Thanks.
Xueming Li <xuemingl at nvidia.com>
---
>From 64d858dc0305ac4d73cf1d1f91233aa8b93c9619 Mon Sep 17 00:00:00 2001
From: Levend Sayar <levendsayar at gmail.com>
Date: Thu, 16 Feb 2023 21:58:13 +0300
Subject: [PATCH] net/gve: fix offloading capability
Cc: Xueming Li <xuemingl at nvidia.com>
[ upstream commit 81f6a0e5e4932bf66d01fc31c11a30ab6e8f837b ]
Google Virtual NIC is not doing IPv4 checksumming.
Removed that capability from PMD.
Fixes: a46583cf43c8 ("net/gve: support Rx/Tx")
Signed-off-by: Levend Sayar <levendsayar at gmail.com>
Acked-by: Rushil Gupta <rushilg at google.com>
Acked-by: Junfeng Guo <junfeng.guo at intel.com>
---
.mailmap | 1 +
drivers/net/gve/gve_ethdev.c | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.mailmap b/.mailmap
index 8b0904d938..dc8a8637e1 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1148,6 +1148,7 @@ Roy Franz <roy.franz at cavium.com>
Roy Pledge <roy.pledge at nxp.com>
Roy Shterman <roy.shterman at vastdata.com>
Ruifeng Wang <ruifeng.wang at arm.com>
+Rushil Gupta <rushilg at google.com>
Ryan E Hall <ryan.e.hall at intel.com>
Sabyasachi Sengupta <sabyasg at hpe.com>
Sachin Saxena <sachin.saxena at nxp.com> <sachin.saxena at oss.nxp.com>
diff --git a/drivers/net/gve/gve_ethdev.c b/drivers/net/gve/gve_ethdev.c
index 97781f0ed3..e357f16e16 100644
--- a/drivers/net/gve/gve_ethdev.c
+++ b/drivers/net/gve/gve_ethdev.c
@@ -282,7 +282,6 @@ gve_dev_info_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info)
dev_info->rx_offload_capa = 0;
dev_info->tx_offload_capa =
RTE_ETH_TX_OFFLOAD_MULTI_SEGS |
- RTE_ETH_TX_OFFLOAD_IPV4_CKSUM |
RTE_ETH_TX_OFFLOAD_UDP_CKSUM |
RTE_ETH_TX_OFFLOAD_TCP_CKSUM |
RTE_ETH_TX_OFFLOAD_SCTP_CKSUM |
--
2.25.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2023-04-09 21:45:39.574646800 +0800
+++ 0030-net-gve-fix-offloading-capability.patch 2023-04-09 21:45:38.609042200 +0800
@@ -1 +1 @@
-From 81f6a0e5e4932bf66d01fc31c11a30ab6e8f837b Mon Sep 17 00:00:00 2001
+From 64d858dc0305ac4d73cf1d1f91233aa8b93c9619 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 81f6a0e5e4932bf66d01fc31c11a30ab6e8f837b ]
@@ -10 +12,0 @@
-Cc: stable at dpdk.org
@@ -21 +23 @@
-index 8e7d78f37e..8b84277954 100644
+index 8b0904d938..dc8a8637e1 100644
@@ -24 +26 @@
-@@ -1154,6 +1154,7 @@ Roy Franz <roy.franz at cavium.com>
+@@ -1148,6 +1148,7 @@ Roy Franz <roy.franz at cavium.com>
@@ -33 +35 @@
-index 06d1b796c8..fef2458a16 100644
+index 97781f0ed3..e357f16e16 100644
More information about the stable
mailing list