Tested-by: Li, WenjieX A > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of > pvukkisala@marvell.com > Sent: Saturday, September 21, 2019 12:22 AM > To: dts@dpdk.org > Cc: avijay@marvell.com; fmasood@marvell.com; Phanendra Vukkisala > > Subject: [dts] [PATCH] ptype_mapping: Fix failures with i40e NICs > > From: Phanendra Vukkisala > > Signed-off-by: Phanendra Vukkisala > --- > 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