Fix comments to reflect the hard expiry fields.
Fixes: ad7515a39f2a ("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>
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 */
};
/**