From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 38913C31E45 for ; Thu, 13 Jun 2019 12:34:38 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id F0B1421721 for ; Thu, 13 Jun 2019 12:34:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F0B1421721 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3BBAB1D416; Thu, 13 Jun 2019 14:34:37 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 9937A1D40D; Thu, 13 Jun 2019 14:34:35 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jun 2019 05:34:34 -0700 X-ExtLoop1: 1 Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga005.jf.intel.com with ESMTP; 13 Jun 2019 05:34:33 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.227]) by IRSMSX152.ger.corp.intel.com ([169.254.6.212]) with mapi id 14.03.0415.000; Thu, 13 Jun 2019 13:34:32 +0100 From: "Ananyev, Konstantin" To: "Iremonger, Bernard" , "dev@dpdk.org" , "akhil.goyal@nxp.com" CC: "stable@dpdk.org" Thread-Topic: [PATCH v6 2/2] examples/ipsec-secgw/test: fix inline test scripts Thread-Index: AQHVIS5vdTNrnLPUpkWowXypNEexA6aZhkRw Date: Thu, 13 Jun 2019 12:34:32 +0000 Message-ID: <2601191342CEEE43887BDE71AB97725801688E4E3C@IRSMSX104.ger.corp.intel.com> References: <1559819547-20742-1-git-send-email-bernard.iremonger@intel.com> <1560351121-21234-3-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1560351121-21234-3-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWYyYTUwNDAtZDRjOS00ZWVmLWE0ZTYtMjEzODFkYjI1YTI3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWWdEU0xrQUhZS3h1SldpVjhkdzErT0FiMHk2bkdRUURxRzR1NE1WN1hKMDR1V2g4Z0M4YUcrdFhYZmZlNnlqRyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6 2/2] examples/ipsec-secgw/test: fix inline test scripts X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Iremonger, Bernard > Sent: Wednesday, June 12, 2019 3:52 PM > To: dev@dpdk.org; Ananyev, Konstantin ; akh= il.goyal@nxp.com > Cc: Iremonger, Bernard ; stable@dpdk.org > Subject: [PATCH v6 2/2] examples/ipsec-secgw/test: fix inline test script= s >=20 > Remove workaround in tun_aesgcm_defs.sh and trs_aesgcm_defs.sh > to get around the bug where the first inbound packet is dropped > for inline crypto. >=20 > Fixes: 929784452094 ("examples/ipsec-secgw: add scripts for functional te= st") > Cc: stable@dpdk.org >=20 > Signed-off-by: Bernard Iremonger > --- Acked-by: Konstantin Ananyev Tested-by: Konstantin Ananyev > -- > 2.7.4