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 675B61B7EA for ; Tue, 24 Oct 2017 16:06:27 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2017 07:06:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,428,1503385200"; d="scan'208,217";a="166942950" Received: from rnicolau-mobl.ger.corp.intel.com (HELO [10.237.221.73]) ([10.237.221.73]) by fmsmga006.fm.intel.com with ESMTP; 24 Oct 2017 07:06:23 -0700 To: aviadye@dev.mellanox.co.il, dev@dpdk.org, sergio.gonzalez.monroy@intel.com, pablo.de.lara.guarch@intel.com, aviadye@mellanox.com Cc: borisp@mellanox.com, akhil.goyal@nxp.com, hemant.agrawal@nxp.com, declan.doherty@intel.com, liranl@mellanox.com, nelio.laranjeiro@6wind.com, thomas@monjalon.net References: <1507987683-12315-1-git-send-email-aviadye@dev.mellanox.co.il> <1508849340-23758-1-git-send-email-aviadye@dev.mellanox.co.il> From: Radu Nicolau Message-ID: <7d180087-1c7b-0994-5f81-332512c2f93d@intel.com> Date: Tue, 24 Oct 2017 15:06:22 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1508849340-23758-1-git-send-email-aviadye@dev.mellanox.co.il> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v3 1/4] 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: Tue, 24 Oct 2017 14:06:27 -0000 On 10/24/2017 1:48 PM, aviadye@dev.mellanox.co.il wrote: > From: Aviad Yehezkel > > Fixes: 501e9c226adf ("examples/ipsec-secgw: add AEAD parameters") > Cc: stable@dpdk.org > > Signed-off-by: Aviad Yehezkel > -- > v3: > * Address feedbacks. > v2: > * Fix commit message. > * Address feedbacks. > --- > Series-acked-by: Radu Nicolau