From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 574422904 for ; Tue, 9 Jan 2018 06:39:07 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jan 2018 21:39:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,334,1511856000"; d="scan'208";a="8349306" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.109]) ([10.67.119.109]) by fmsmga008.fm.intel.com with ESMTP; 08 Jan 2018 21:39:05 -0800 Message-ID: <5A54C3EE.9000906@intel.com> Date: Tue, 09 Jan 2018 21:30:22 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "xu,gang" , dts@dpdk.org References: <1514972045-3295-1-git-send-email-gangx.xu@intel.com> In-Reply-To: <1514972045-3295-1-git-send-email-gangx.xu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V3] add inline_ipsec test suite 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: , X-List-Received-Date: Tue, 09 Jan 2018 05:39:07 -0000 Gang, Your suite is depend on scapy to encap/decap ESP packets. I known that scapy not support that with previous versions. Could you list which version is needed in the suite or even further more check the needed version? Thanks, Marvin On 01/03/2018 05:34 PM, xu,gang wrote: > Signed-off-by: xu,gang > --- > tests/TestSuite_inline_ipsec.py | 375 ++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 375 insertions(+) > create mode 100644 tests/TestSuite_inline_ipsec.py