From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 55BA8A0507; Wed, 27 Apr 2022 10:20:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 32BF640E78; Wed, 27 Apr 2022 10:20:55 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 833B940691 for ; Wed, 27 Apr 2022 10:20:53 +0200 (CEST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH] security: fix comments Date: Wed, 27 Apr 2022 10:20:52 +0200 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D87007@smartserver.smartshare.dk> In-Reply-To: <1651039306-149-1-git-send-email-anoobj@marvell.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH] security: fix comments Thread-Index: AdhZ/GQ04rdQNtp5Tp6Li7y4xmRXDAAEzotg References: <1651039306-149-1-git-send-email-anoobj@marvell.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Anoob Joseph" , "Akhil Goyal" , "Jerin Jacob" Cc: "Archana Muniganti" , "Tejasree Kondoj" , X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > From: Anoob Joseph [mailto:anoobj@marvell.com] > Sent: Wednesday, 27 April 2022 08.02 >=20 > Fix comments to reflect the field. >=20 > Fixes: ad7515a39f2a ("security: add SA lifetime configuration") > Cc: anoobj@marvell.com >=20 > Reported-by: Thomas Monjalon > Signed-off-by: Anoob Joseph > --- > lib/security/rte_security.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lib/security/rte_security.h b/lib/security/rte_security.h > index 2a43cbe..675db94 100644 > --- a/lib/security/rte_security.h > +++ b/lib/security/rte_security.h > @@ -311,9 +311,9 @@ struct rte_security_ipsec_lifetime { > uint64_t bytes_soft_limit; > /**< Soft expiry limit in bytes */ > uint64_t packets_hard_limit; > - /**< Soft expiry limit in number of packets */ > + /**< Hard expiry limit in number of packets */ > uint64_t bytes_hard_limit; > - /**< Soft expiry limit in bytes */ > + /**< Hard expiry limit in bytes */ > }; >=20 > /** > -- > 2.7.4 >=20 Reviewed-by: Morten Br=F8rup