examples/l2fwd-crypto: fix packet length while decryption
There were some padding left when a packet gets decrypted. This patch removes those padding. This patch also removes the padding left after
examples/l2fwd-crypto: fix packet length while decryption
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.
Fixes: e2cdfbd07c8a ("examples/l2fwd-crypto: fix port id type") Cc: [email protected]
Signed-off-by: Rohit Raj <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|