[dpdk-dev] [PATCH] l2fwd-crypto: remove padding after decrypting

Akhil Goyal gakhil at marvell.com
Mon Apr 5 20:41:48 CEST 2021


There were some padding left when a packet gets decrypted. This
patch removes those padding.
This patch also removes the padding left after verifying auth of
the packet.

Signed-off-by: Rohit Raj <rohit.raj at nxp.com>
---
 examples/l2fwd-crypto/main.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

this patch is a fix for a bug.
Could you please add a fixes tag and update the
title of patch accordingly
examples/l2fwd-crypto: fix packet length while decryption



More information about the dev mailing list