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

2021-04-05 Thread Akhil Goyal
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 --- examples/l2fwd-crypto/main.c | 14 ++ 1 file changed, 14 insertions(+) this patch is

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

2021-02-22 Thread Hemant Agrawal
From: Rohit Raj 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 --- examples/l2fwd-crypto/main.c | 14 ++ 1 file changed, 14 insertions