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:
parent
841147ef97
commit
99783e2121
@ -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 */
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user