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.si...@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.