DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] security: fix comments
@ 2022-04-27  6:01 Anoob Joseph
  2022-04-27  8:20 ` Morten Brørup
  2022-04-28  7:28 ` Akhil Goyal
  0 siblings, 2 replies; 3+ messages in thread
From: Anoob Joseph @ 2022-04-27  6:01 UTC (permalink / raw)
  To: Akhil Goyal, Jerin Jacob
  Cc: Anoob Joseph, Archana Muniganti, Tejasree Kondoj, dev

Fix comments to reflect the field.

Fixes: ad7515a39f2a ("security: add SA lifetime configuration")
Cc: anoobj@marvell.com

Reported-by: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Anoob Joseph <anoobj@marvell.com>
---
 lib/security/rte_security.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 */
 };
 
 /**
-- 
2.7.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-28  7:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27  6:01 [PATCH] security: fix comments Anoob Joseph
2022-04-27  8:20 ` Morten Brørup
2022-04-28  7:28 ` Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).