[dpdk-stable] patch 'net/avf: remove keeping CRC configuration' has been queued to stable release 18.08.1
Kevin Traynor
ktraynor at redhat.com
Wed Nov 21 17:04:24 CET 2018
Hi,
FYI, your patch has been queued to stable release 18.08.1
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/26/18. 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. If the code is different (ie: not only metadata diffs), due for example to
a change in context or macro names, please double check it.
Thanks.
Kevin Traynor
---
>From 328983dd640b60da0fbc2fed9c8271a0af53f8b2 Mon Sep 17 00:00:00 2001
From: Beilei Xing <beilei.xing at intel.com>
Date: Wed, 26 Sep 2018 10:44:34 +0800
Subject: [PATCH] net/avf: remove keeping CRC configuration
[ upstream commit 98ff88b3c45ec6b432fbeff761c48492dfaa735f ]
Remove keeping CRC configuration as it's not supported by AVF.
Fixes: 5ce4c2be1a64 ("net/avf: fix offload capabilities")
Signed-off-by: Beilei Xing <beilei.xing at intel.com>
Acked-by: Qi Zhang <qi.z.zhang at intel.com>
---
drivers/net/avf/avf_ethdev.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/net/avf/avf_ethdev.c b/drivers/net/avf/avf_ethdev.c
index a44e3e6ca..e56d57c43 100644
--- a/drivers/net/avf/avf_ethdev.c
+++ b/drivers/net/avf/avf_ethdev.c
@@ -515,6 +515,4 @@ avf_dev_info_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info)
DEV_RX_OFFLOAD_TCP_CKSUM |
DEV_RX_OFFLOAD_OUTER_IPV4_CKSUM |
- DEV_RX_OFFLOAD_CRC_STRIP |
- DEV_RX_OFFLOAD_KEEP_CRC |
DEV_RX_OFFLOAD_SCATTER |
DEV_RX_OFFLOAD_JUMBO_FRAME |
--
2.19.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2018-11-21 15:59:14.491918052 +0000
+++ 0034-net-avf-remove-keeping-CRC-configuration.patch 2018-11-21 15:59:13.000000000 +0000
@@ -1,26 +1,28 @@
-From 98ff88b3c45ec6b432fbeff761c48492dfaa735f Mon Sep 17 00:00:00 2001
+From 328983dd640b60da0fbc2fed9c8271a0af53f8b2 Mon Sep 17 00:00:00 2001
From: Beilei Xing <beilei.xing at intel.com>
Date: Wed, 26 Sep 2018 10:44:34 +0800
Subject: [PATCH] net/avf: remove keeping CRC configuration
+[ upstream commit 98ff88b3c45ec6b432fbeff761c48492dfaa735f ]
+
Remove keeping CRC configuration as it's not supported by AVF.
Fixes: 5ce4c2be1a64 ("net/avf: fix offload capabilities")
-Cc: stable at dpdk.org
Signed-off-by: Beilei Xing <beilei.xing at intel.com>
Acked-by: Qi Zhang <qi.z.zhang at intel.com>
---
- drivers/net/avf/avf_ethdev.c | 1 -
- 1 file changed, 1 deletion(-)
+ drivers/net/avf/avf_ethdev.c | 2 --
+ 1 file changed, 2 deletions(-)
diff --git a/drivers/net/avf/avf_ethdev.c b/drivers/net/avf/avf_ethdev.c
-index 549498477..e56d57c43 100644
+index a44e3e6ca..e56d57c43 100644
--- a/drivers/net/avf/avf_ethdev.c
+++ b/drivers/net/avf/avf_ethdev.c
-@@ -515,5 +515,4 @@ avf_dev_info_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info)
+@@ -515,6 +515,4 @@ avf_dev_info_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info)
DEV_RX_OFFLOAD_TCP_CKSUM |
DEV_RX_OFFLOAD_OUTER_IPV4_CKSUM |
+- DEV_RX_OFFLOAD_CRC_STRIP |
- DEV_RX_OFFLOAD_KEEP_CRC |
DEV_RX_OFFLOAD_SCATTER |
DEV_RX_OFFLOAD_JUMBO_FRAME |
More information about the stable
mailing list