From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DC591A04B5; Wed, 13 Jan 2021 09:50:11 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 09C84140E88; Wed, 13 Jan 2021 09:50:11 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id A0D48140E85 for ; Wed, 13 Jan 2021 09:50:09 +0100 (CET) IronPort-SDR: jF8qr0z6dZsjy/lsdwaPB7XG4vr16XoziEk4pRDucFKe1si6AyDsLVd1GWfQ6+1CdMNiiciuyE 8oYjxCb6IfVA== X-IronPort-AV: E=McAfee;i="6000,8403,9862"; a="165261292" X-IronPort-AV: E=Sophos;i="5.79,343,1602572400"; d="scan'208";a="165261292" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2021 00:50:02 -0800 IronPort-SDR: ADv948dq8LC4LxBBaqq8ai00B/AiyDuaSW+cERl4Ki+lfSLkUaYOmqgkXtNrFcOV7AoprP/alF jzhW9Kn49qog== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,343,1602572400"; d="scan'208";a="352143539" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga006.jf.intel.com with ESMTP; 13 Jan 2021 00:50:01 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 13 Jan 2021 00:49:58 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 13 Jan 2021 16:49:56 +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; Wed, 13 Jan 2021 16:49:56 +0800 From: "Tu, Lijuan" To: "Zhao, HaiyangX" , "dts@dpdk.org" CC: "Zhao, HaiyangX" Thread-Topic: [dts][PATCH V1] framework/packet: remove sctp in required scapy module Thread-Index: AQHW6W6VqiSaIWDIzkS3DumTF2Q0gaolPzpA Date: Wed, 13 Jan 2021 08:49:56 +0000 Message-ID: <1383f895caaa4d7792b8f3126b6d521c@intel.com> References: <20210113053321.4580-1-haiyangx.zhao@intel.com> In-Reply-To: <20210113053321.4580-1-haiyangx.zhao@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] framework/packet: remove sctp in required scapy module X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" > sctp is in scapy.layers and is been imported by default, so remove the > importing sctp code. >=20 > Signed-off-by: Haiyang Zhao Applied