From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 32857A2EFC for ; Fri, 20 Sep 2019 18:22:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F26E01F52B; Fri, 20 Sep 2019 18:22:49 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 54F611F507 for ; Fri, 20 Sep 2019 18:22:49 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x8KGMePJ012312 for ; Fri, 20 Sep 2019 09:22:48 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=pfpt0818; bh=j796lmJSvzmQ+nVVfDgdkBEs7ldiKizuOMamiXc/mBg=; b=pV87uL/NF+/cuz6Em1+v+kMrGa6vYIq49v5AXz7V8UfYDlqiUoZ+l9yNtFdzQV45/yKi PLdNQM7+G8Igd1kbLTUf7mb95hPZMAyEygW3gY6DOV2MBimv8NUjtOgcz2Iyci5je0qT nxyXYwi3EGnEkB4zrSqtlQkOZ0/1NtILGO7cpfZtZgotv0mTDpc6wFPDtCEaVzBTEWBt djuybsnz5UPpErR8AHBH7Rq9wcX9gS9WaD30KgUTFwUJk14XIewQuEbVdwhaegEZuB5H eHy+iZeUqHpmoSoa1R67fKg1Utt5WNBz8tlSup3T1+5SNWfjZEurYTz5nFldWumlZRRo OQ== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0b-0016f401.pphosted.com with ESMTP id 2v3vcfrtu5-5 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Fri, 20 Sep 2019 09:22:48 -0700 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Fri, 20 Sep 2019 09:22:10 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Fri, 20 Sep 2019 09:22:10 -0700 Received: from phanendra-system.marvell.com (unknown [10.28.11.20]) by maili.marvell.com (Postfix) with ESMTP id 18A083F703F; Fri, 20 Sep 2019 09:22:08 -0700 (PDT) From: To: CC: , , Phanendra Vukkisala Date: Fri, 20 Sep 2019 21:52:03 +0530 Message-ID: <1568996523-25306-1-git-send-email-pvukkisala@marvell.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.70,1.0.8 definitions=2019-09-20_06:2019-09-20,2019-09-20 signatures=0 Subject: [dts] [PATCH] ptype_mapping: Fix failures with i40e NICs X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" 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