Skip to content

Commit

Permalink
security: fix SA lifetime comments
Browse files Browse the repository at this point in the history
[ upstream commit 99783e2 ]

Fix comments to reflect the hard expiry fields.

Fixes: ad7515a ("security: add SA lifetime configuration")

Reported-by: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Reviewed-by: Morten Brørup <mb@smartsharesystems.com>
  • Loading branch information
anoobj authored and kevintraynor committed May 10, 2022
1 parent bb386a9 commit be6637f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/security/rte_security.h
Expand Up @@ -301,9 +301,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 */
};

/**
Expand Down

0 comments on commit be6637f

Please sign in to comment.