[dpdk-dev] [PATCH] l2fwd-crypto: align private data size to cache size

Akhil Goyal gakhil at marvell.com
Mon Apr 5 20:52:57 CEST 2021


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 at nxp.com>
---
 app/proc-info/main.c         | 2 +-
 examples/l2fwd-crypto/main.c | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

I believe proc-info change is added by mistake in this patch.
Please fix this.




More information about the dev mailing list