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 01DFFA0471 for ; Fri, 19 Jul 2019 17:41:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B8AF72C17; Fri, 19 Jul 2019 17:41:05 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 456A614E8 for ; Fri, 19 Jul 2019 17:41:03 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2019 08:41:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,282,1559545200"; d="scan'208";a="195983849" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga002.fm.intel.com with ESMTP; 19 Jul 2019 08:41:01 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 19 Jul 2019 16:41:00 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.229]) by irsmsx155.ger.corp.intel.com ([169.254.14.201]) with mapi id 14.03.0439.000; Fri, 19 Jul 2019 16:41:00 +0100 From: "Iremonger, Bernard" To: "Iremonger, Bernard" , Akhil Goyal , "dev@dpdk.org" , "Ananyev, Konstantin" Thread-Topic: [dpdk-dev] [PATCH v7 0/2] examples/ipsec-secgw: fix 1st pkt dropped Thread-Index: AQHVPjJ1WQgFtXUqPkedIVSgED456qbSE5cA Date: Fri, 19 Jul 2019 15:40:59 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260DD2211@IRSMSX108.ger.corp.intel.com> References: <1560351121-21234-1-git-send-email-bernard.iremonger@intel.com> <1562757790-22455-1-git-send-email-bernard.iremonger@intel.com> <8CEF83825BEC744B83065625E567D7C260DD20FF@IRSMSX108.ger.corp.intel.com> In-Reply-To: <8CEF83825BEC744B83065625E567D7C260DD20FF@IRSMSX108.ger.corp.intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2RhOTJjYzMtM2YxYy00MTYyLWEyOWMtYzJmNDY5OGRjY2U4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaVY0XC9JS2FpaEhZTk1FbmtuYkgra2Y3ZVdTK2NMc0FmQ2ptUEdiU1BpY3FycXhmMDNcL1ZRTGFcL1dsRzAxYk5KcyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v7 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Akhil, > > > Subject: [PATCH v7 0/2] examples/ipsec-secgw: fix 1st pkt dropped > > > > > > This patchset fixes the issue of the first inbound packet being > > > dropped for inline crypto. > > > > > > Changes in v7: > > > -------------- > > > Rebased to DPDK 19.08-rc1 > > > > > > Changes in v6: > > > -------------- > > > Rebased to latest master. > > > Minor changes to the following functions in ipsec.c: > > > create_lookaside_session() > > > create_inline_session() > > > > > > Bernard Iremonger (2): > > > examples/ipsec-secgw: fix 1st pkt dropped for inline crypto > > > examples/ipsec-secgw/test: fix inline test scripts > > > > > > examples/ipsec-secgw/ipsec-secgw.c | 244 +++++++-------- > > > examples/ipsec-secgw/ipsec.c | 449 ++++++++++++++---= --------- > - > > > 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, 403 insertions(+), 370 deletions(-) > > > > > > Changes in v5: > > > ------------- > > > The v2 patchset has been rebased to the latest master. > > > The v4 patchset has been dropped as it caused issues with the > > > lookaside code which we are unable to test. > > > > > > Bernard Iremonger (2): > > > examples/ipsec-secgw: fix 1st pkt dropped for inline crypto > > > examples/ipsec-secgw/test: fix inline test scripts > > > > > > examples/ipsec-secgw/ipsec-secgw.c | 244 +++++++++++++----= ----- > -- > > --- > > > examples/ipsec-secgw/ipsec.c | 122 +++++++++----- > > > 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, 245 insertions(+), 201 deletions(-) > > > > > > 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. > > > > > > Bernard Iremonger (2): > > > examples/ipsec-secgw: fix 1st pkt dropped for inline crypto > > > examples/ipsec-secgw/test: fix inline test scripts > > > > > > examples/ipsec-secgw/ipsec-secgw.c | 244 +++++++------- > > > examples/ipsec-secgw/ipsec.c | 456 ++++++++++++++---= --------- > - > > > 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, 405 insertions(+), 375 deletions(-) > > > > > > -- > > > 2.7.4 > > > > It was rebased manually, so please verify. > > Applied to dpdk-next-crypto > > > > Thanks. >=20 > I will verify. >=20 > Regards, >=20 > Bernard. >=20 >=20 Our tests are passing fine with the rebased patches. Regards, Bernard.