From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 662841B24D for ; Fri, 20 Oct 2017 17:52:16 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Oct 2017 08:52:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,405,1503385200"; d="scan'208";a="162884653" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga005.jf.intel.com with ESMTP; 20 Oct 2017 08:52:14 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0319.002; Fri, 20 Oct 2017 16:52:13 +0100 From: "De Lara Guarch, Pablo" To: "Nicolau, Radu" , "dev@dpdk.org" CC: "Gonzalez Monroy, Sergio" , "aviadye@dev.mellanox.co.il" Thread-Topic: [PATCH v4 1/2] examples/ipsec_secgw: switched to new offload API Thread-Index: AQHTSYadCe5v8vjoXE2xo4uiqEWKvaLs2HTg Date: Fri, 20 Oct 2017 15:52:13 +0000 Message-ID: References: <1508428699-24363-1-git-send-email-radu.nicolau@intel.com> <1508491821-2204-1-git-send-email-radu.nicolau@intel.com> In-Reply-To: <1508491821-2204-1-git-send-email-radu.nicolau@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2M3NGRhN2EtNzRhMS00YTMzLWFlZDQtYzhmMjcyMzNiOWZmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNi41LjkuMyIsIlRydXN0ZWRMYWJlbEhhc2giOiIxYU9yXC9YU1Q5amFIbnBEd0NFU2hTRzM0VjR2cWQyZjdxeEo3bWFmSWFsQT0ifQ== x-ctpclassification: CTP_PUBLIC dlp-product: dlpe-windows dlp-version: 11.0.0.116 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 v4 1/2] examples/ipsec_secgw: switched to new offload API 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, 20 Oct 2017 15:52:16 -0000 > -----Original Message----- > From: Nicolau, Radu > Sent: Friday, October 20, 2017 10:30 AM > To: dev@dpdk.org > Cc: Gonzalez Monroy, Sergio ; De Lara > Guarch, Pablo ; > aviadye@dev.mellanox.co.il; Nicolau, Radu > Subject: [PATCH v4 1/2] examples/ipsec_secgw: switched to new offload > API >=20 > Signed-off-by: Radu Nicolau Series applied to dpdk-next-crypto. Thanks, Pablo