From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B58EA1B1F3 for ; Fri, 20 Oct 2017 11:54:02 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Oct 2017 02:54:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,405,1503385200"; d="scan'208";a="1207991559" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga001.fm.intel.com with ESMTP; 20 Oct 2017 02:53:57 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 20 Oct 2017 10:50:39 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by irsmsx112.ger.corp.intel.com ([169.254.1.12]) with mapi id 14.03.0319.002; Fri, 20 Oct 2017 10:50:39 +0100 From: "De Lara Guarch, Pablo" To: "aviadye@dev.mellanox.co.il" , "dev@dpdk.org" , "Gonzalez Monroy, Sergio" , "aviadye@mellanox.com" CC: "borisp@mellanox.com" , "akhil.goyal@nxp.com" , "hemant.agrawal@nxp.com" , "Nicolau, Radu" , "Doherty, Declan" , "liranl@mellanox.com" , "nelio.laranjeiro@6wind.com" , "thomas@monjalon.net" Thread-Topic: [dpdk-dev][PATCH v2 1/6] examples/ipsec-secgw: fix initialization of aead crypto devices Thread-Index: AQHTSQuH+M4IxrbpiUeZX+WjD4tkl6LsWeGA Date: Fri, 20 Oct 2017 09:50:39 +0000 Message-ID: References: <1507987683-12315-1-git-send-email-aviadye@dev.mellanox.co.il> <1508439184-17893-1-git-send-email-aviadye@dev.mellanox.co.il> In-Reply-To: <1508439184-17893-1-git-send-email-aviadye@dev.mellanox.co.il> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWNiN2U4ZDItMmIyNS00MGY5LTk0ZmUtNTc3M2JiOTE2NDhhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNi41LjkuMyIsIlRydXN0ZWRMYWJlbEhhc2giOiJVbUgyZzhPcnphb0ZwaVdlXC9vdEF5akkwMTRQUHBMRTBybks4ZUJDVzJSVT0ifQ== x-ctpclassification: CTP_PUBLIC dlp-product: dlpe-windows dlp-version: 11.0.0.116 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 v2 1/6] examples/ipsec-secgw: fix initialization of aead crypto devices 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 09:54:03 -0000 > -----Original Message----- > From: aviadye@dev.mellanox.co.il [mailto:aviadye@dev.mellanox.co.il] > Sent: Thursday, October 19, 2017 7:53 PM > To: dev@dpdk.org; Gonzalez Monroy, Sergio > ; De Lara Guarch, Pablo > ; aviadye@mellanox.com > Cc: borisp@mellanox.com; akhil.goyal@nxp.com; > hemant.agrawal@nxp.com; Nicolau, Radu ; > Doherty, Declan ; aviadye@dev.mellanox.co.il; > liranl@mellanox.com; nelio.laranjeiro@6wind.com; thomas@monjalon.net > Subject: [dpdk-dev][PATCH v2 1/6] examples/ipsec-secgw: fix initializatio= n > of aead crypto devices >=20 > From: Aviad Yehezkel >=20 > Fixes: 501e9c226adf ("examples/ipsec-secgw: add AEAD parameters") > Cc: pablo.de.lara.guarch@intel.com You should CC stable here. >=20 > Issue: None What does this mean? This is a fix to an existing issue, so this doesn't make sense. Apart from this: Acked-by: Pablo de Lara