security: fix SA lifetime comments

Fix comments to reflect the hard expiry fields.

Fixes: ad7515a39f ("security: add SA lifetime configuration")
Cc: stable@dpdk.org

Reported-by: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Reviewed-by: Morten Brørup <mb@smartsharesystems.com>
This commit is contained in:
Anoob Joseph 2022-04-27 11:31:45 +05:30 committed by Akhil Goyal
parent 841147ef97
commit 99783e2121

View File

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