From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 67B34A3 for ; Fri, 8 Mar 2019 16:35:43 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP; 08 Mar 2019 07:35:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,456,1544515200"; d="scan'208";a="122443757" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga006.jf.intel.com with ESMTP; 08 Mar 2019 07:35:41 -0800 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.210]) by IRSMSX153.ger.corp.intel.com ([169.254.9.83]) with mapi id 14.03.0415.000; Fri, 8 Mar 2019 15:35:39 +0000 From: "Ananyev, Konstantin" To: "Iremonger, Bernard" , "dev@dpdk.org" , "akhil.goyal@nxp.com" Thread-Topic: [PATCH v2 0/2] examples/ipsec-secgw: fix 1st pkt dropped Thread-Index: AQHU1PYwKa1WKPNSc0ujICunK35l46YB3zGQ Date: Fri, 8 Mar 2019 15:35:38 +0000 Message-ID: <2601191342CEEE43887BDE71AB9772580136556F20@irsmsx105.ger.corp.intel.com> References: <1551888011-27692-1-git-send-email-bernard.iremonger@intel.com> <1551970666-23557-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1551970666-23557-1-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDljNjBjZmEtMzExMC00Y2Q5LWJiZTMtOTY0NTQyMGNkNzY0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZDAzbXNhSENSeWlwTUR1UXA1RFk3WHdRbUVTT2xSUkVDZE1WSlBKQlBtY2plT1o1cjZWakE3d21RdWpBb2NvNCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/2] examples/ipsec-secgw: fix 1st pkt dropped 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: , X-List-Received-Date: Fri, 08 Mar 2019 15:35:44 -0000 > -----Original Message----- > From: Iremonger, Bernard > Sent: Thursday, March 7, 2019 2:58 PM > To: dev@dpdk.org; Ananyev, Konstantin ; akh= il.goyal@nxp.com > Cc: Iremonger, Bernard > Subject: [PATCH v2 0/2] examples/ipsec-secgw: fix 1st pkt dropped >=20 > This patchset fixes the issue of the first inbound packet > being dropped for inline crypto. >=20 > Changes in v2: > ------------- > The first three patches of the v1 have been squashed. > The commit message for the squashed patch has been updated. > Patches 4,5 and 6 of the v1 have been dropped from this patchset. > A patch to fix the test scripts has been added. >=20 > Bernard Iremonger (2): > examples/ipsec-secgw: fix 1st pkt dropped for inline crypto > examples/ipsec-secgw/test: fix inline test scripts >=20 > examples/ipsec-secgw/ipsec-secgw.c | 243 +++++++++++++--------= ------ > examples/ipsec-secgw/ipsec.c | 123 +++++++++----- > examples/ipsec-secgw/ipsec.h | 5 +- > examples/ipsec-secgw/ipsec_process.c | 9 +- > examples/ipsec-secgw/sa.c | 46 +++-- > examples/ipsec-secgw/test/trs_aesgcm_defs.sh | 10 -- > examples/ipsec-secgw/test/tun_aesgcm_defs.sh | 10 -- > 7 files changed, 246 insertions(+), 200 deletions(-) >=20 > -- Acked-by: Konstantin Ananyev > 2.7.4