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 10369A2EDB for ; Wed, 2 Oct 2019 17:43:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B2F781BF29; Wed, 2 Oct 2019 17:43:45 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 144651BF28 for ; Wed, 2 Oct 2019 17:43:43 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Oct 2019 08:43:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,574,1566889200"; d="scan'208";a="190978809" Received: from rnicolau-mobl1.ger.corp.intel.com (HELO [10.237.221.62]) ([10.237.221.62]) by fmsmga008.fm.intel.com with ESMTP; 02 Oct 2019 08:43:41 -0700 To: Marcin Smoczynski , "anoobj@marvell.com" , "akhil.goyal@nxp.com" , "Ananyev, Konstantin" Cc: "dev@dpdk.org" References: <20190927091028.19316-1-marcinx.smoczynski@intel.com> <20190927155446.19136-1-marcinx.smoczynski@intel.com> <20190927155446.19136-2-marcinx.smoczynski@intel.com> From: "Nicolau, Radu" Message-ID: Date: Wed, 2 Oct 2019 16:43:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.0 MIME-Version: 1.0 In-Reply-To: <20190927155446.19136-2-marcinx.smoczynski@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB Subject: Re: [dpdk-dev] [PATCH v5 1/4] examples/ipsec-secgw: ipsec_sa structure cleanup 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" On 9/27/2019 4:54 PM, Marcin Smoczynski wrote: > Cleanup ipsec_sa structure by removing every field that is already in > the rte_ipsec_session structure: > * cryptodev/security session union > * action type > * offload flags > * security context > References to abovementioned fields are changed to direct references > to matching fields of rte_ipsec_session structure. > > Such refactoring is needed to introduce many sessions per SA feature, > e.g. fallback session for inline offload processing. > > Acked-by: Konstantin Ananyev > Signed-off-by: Marcin Smoczynski > --- Acked-by: Radu Nicolau