examples/l2fwd-crypto: align private data size to cache size
authorGagandeep Singh <g.singh@nxp.com>
Fri, 9 Apr 2021 12:56:21 +0000 (18:26 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Fri, 16 Apr 2021 10:43:33 +0000 (12:43 +0200)
commitef156f4eec84700d6188df820d14c31b02079552
tree063b2e03f538a3367e8aaee734df4cbd82fba7dc
parent5c727feebbbb040ca1d3c17551d3fbcd08926c58
examples/l2fwd-crypto: align private data size to cache size

L2fwd-crypto is passing 24b private data size while packet
pool creation. This patch aligns that private data size
to cache line size for better performance results.

Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
examples/l2fwd-crypto/main.c