examples/l2fwd-crypto: fix auth info display
Fixes: 4790f99d2d31 ("examples/l2fwd-crypto: use cryptodev algorithm parser") Cc: stable@dpdk.org Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
This commit is contained in:
parent
a3c2e34b7f
commit
4eb45d2d4a
@ -1263,7 +1263,7 @@ display_auth_info(struct l2fwd_crypto_options *options)
|
||||
{
|
||||
printf("\n---- Authentication information ---\n");
|
||||
printf("Algorithm: %s\n",
|
||||
rte_crypto_auth_algorithm_strings[options->auth_xform.cipher.algo]);
|
||||
rte_crypto_auth_algorithm_strings[options->auth_xform.auth.algo]);
|
||||
rte_hexdump(stdout, "Auth key:",
|
||||
options->auth_xform.auth.key.data,
|
||||
options->auth_xform.auth.key.length);
|
||||
|
Loading…
x
Reference in New Issue
Block a user