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 76CBDA04E7; Tue, 3 Nov 2020 03:34:34 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 57E7B9AFD; Tue, 3 Nov 2020 03:34:33 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 9397D5B3C for ; Tue, 3 Nov 2020 03:34:31 +0100 (CET) IronPort-SDR: VlGG3jpVw6oVQsn4L92vLXftdYmBkBKToGiMqVgv+i4t8ic1NNIT2yPNaw/pQtsTswuvxNSpz/ vY/n3yBkqHLw== X-IronPort-AV: E=McAfee;i="6000,8403,9793"; a="165483141" X-IronPort-AV: E=Sophos;i="5.77,446,1596524400"; d="scan'208";a="165483141" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 18:34:30 -0800 IronPort-SDR: AxBhdd610JXzpj2FQZo4P/hGK/QVB/P6TSM10DpDFiphTDUuYMkB388FGcffbOHsHNvBaP02Jw LkgmYFqFw7DQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,446,1596524400"; d="scan'208";a="470611503" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga004.jf.intel.com with ESMTP; 02 Nov 2020 18:34:30 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 2 Nov 2020 18:34:29 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 3 Nov 2020 10:34:27 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Tue, 3 Nov 2020 10:34:27 +0800 From: "Tu, Lijuan" To: "Ma, LihongX" , "dts@dpdk.org" CC: "Ma, LihongX" Thread-Topic: [dts] [PATCH V1 0/3] use scapy gtp instead of local gtp Thread-Index: AQHWrbOKWxOBLT6fGUK0wAK3CZW846m1uD0g Date: Tue, 3 Nov 2020 02:34:27 +0000 Message-ID: References: <1603921655-27071-1-git-send-email-lihongx.ma@intel.com> In-Reply-To: <1603921655-27071-1-git-send-email-lihongx.ma@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 0/3] use scapy gtp instead of local gtp 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" > LihongX Ma (3): > framework/packet: use GTPPDUSessionContainer instead of > GTP_PDUSession_ExtensionHeader > dep: remove local scapy module gtp > tests: use GTPPDUSessionContainer instead of > GTP_PDUSession_ExtensionHeader >=20 > dep/scapy_modules/gtp.py | 944 -------------------------= ------ > framework/packet.py | 2 +- > tests/TestSuite_cvl_advanced_iavf_rss.py | 50 +- > tests/TestSuite_cvl_fdir.py | 148 ++--- > tests/TestSuite_iavf_fdir.py | 146 ++--- > 5 files changed, 173 insertions(+), 1117 deletions(-) delete mode 10064= 4 > dep/scapy_modules/gtp.py Applied