[dts] [PATCH] ptype_mapping: Fix failures with i40e NICs

pvukkisala at marvell.com pvukkisala at marvell.com
Fri Sep 20 18:22:03 CEST 2019


From: Phanendra Vukkisala <pvukkisala at marvell.com>

Signed-off-by: Phanendra Vukkisala <pvukkisala at marvell.com>
---
 tests/TestSuite_ptype_mapping.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_ptype_mapping.py b/tests/TestSuite_ptype_mapping.py
index 8b8306c..b0dc70a 100644
--- a/tests/TestSuite_ptype_mapping.py
+++ b/tests/TestSuite_ptype_mapping.py
@@ -169,7 +169,7 @@ class TestPtype_Mapping(TestCase):
                 }
             elif hw_ptype == 75:
                 pktType = {
-                    "MAC_IP_NVGRE_MAC_VLAN_IP_UDP_PKT":
+                    "MAC_IP_NVGRE_MAC_VLAN_IP_PKT":
                         ["L2_ETHER", "L3_IPV4_EXT_UNKNOWN",
                          "TUNNEL_GRENAT", "INNER_L2_ETHER_VLAN",
                          "INNER_L3_IPV4_EXT_UNKNOWN", "INNER_L4_NONFRAG"]
-- 
1.7.9.5



More information about the dts mailing list