We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7216908 commit e57dcc3Copy full SHA for e57dcc3
examples/l2fwd-crypto/main.c
@@ -981,9 +981,9 @@ l2fwd_crypto_options_print(struct l2fwd_crypto_options *options)
981
982
switch (options->cdev_type) {
983
case RTE_CRYPTODEV_AESNI_MB_PMD:
984
- printf("crytpodev type: AES-NI MB PMD\n"); break;
+ printf("cryptodev type: AES-NI MB PMD\n"); break;
985
case RTE_CRYPTODEV_QAT_PMD:
986
- printf("crytpodev type: QAT PMD\n"); break;
+ printf("cryptodev type: QAT PMD\n"); break;
987
default:
988
break;
989
}
0 commit comments