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 379EDA00D7; Thu, 31 Oct 2019 11:21:31 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0D3F01C1C5; Thu, 31 Oct 2019 11:21:31 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 13BE31C138 for ; Thu, 31 Oct 2019 11:21:28 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Oct 2019 03:21:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,250,1569308400"; d="scan'208";a="401834468" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga006.fm.intel.com with ESMTP; 31 Oct 2019 03:21:27 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.252]) by IRSMSX106.ger.corp.intel.com ([169.254.8.185]) with mapi id 14.03.0439.000; Thu, 31 Oct 2019 10:21:26 +0000 From: "Ananyev, Konstantin" To: Hemant Agrawal , "dev@dpdk.org" , "akhil.goyal@nxp.com" Thread-Topic: [PATCH v4 2/3] ipsec: remove redundant replay_win_sz Thread-Index: AQHVj6fVZAOXiOwgNEKL1pIaJ3b4W6d0inZQ Date: Thu, 31 Oct 2019 10:21:25 +0000 Message-ID: <2601191342CEEE43887BDE71AB97725801A8C736AB@IRSMSX104.ger.corp.intel.com> References: <20191030085701.13815-1-hemant.agrawal@nxp.com> <20191031045458.29166-1-hemant.agrawal@nxp.com> <20191031045458.29166-2-hemant.agrawal@nxp.com> In-Reply-To: <20191031045458.29166-2-hemant.agrawal@nxp.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzEwMDBmNmMtZGUzYS00YzI5LWJkMGMtYTE1ZDk4YzYxYjdmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicVZPS0dNMjJGXC9Bblh4RWpuZkxFNStMcm9YcVYyQ2lDQzhsc1wvWlVBMTl1STdoTTVNWjRZbVJ1XC8rd0hJeHdjNiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 2/3] ipsec: remove redundant replay_win_sz 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" > The rte_security lib has introduced replay_win_sz, > so it can be removed from the rte_ipsec lib. >=20 > Also, the relaved tests,app are also update to reflect > the usages. >=20 > Signed-off-by: Hemant Agrawal Acked-by: Konstantin Ananyev > -- > 2.17.1