From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PATCH v2 0/2] examples/ipsec-secgw: fix 1st pkt dropped Date: Thu, 7 Mar 2019 14:57:44 +0000 Message-ID: <1551970666-23557-1-git-send-email-bernard.iremonger@intel.com> References: <1551888011-27692-1-git-send-email-bernard.iremonger@intel.com> Cc: Bernard Iremonger To: dev@dpdk.org, konstantin.ananyev@intel.com, akhil.goyal@nxp.com Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A29257CE2 for ; Thu, 7 Mar 2019 15:57:57 +0100 (CET) In-Reply-To: <1551888011-27692-1-git-send-email-bernard.iremonger@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset fixes the issue of the first inbound packet being dropped for inline crypto. 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 | 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(-) -- 2.7.4