crypto/octeontx: revert non-byte aligned data feature
authorAnkur Dwivedi <adwivedi@marvell.com>
Fri, 3 Jul 2020 05:41:41 +0000 (11:11 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 8 Jul 2020 16:16:16 +0000 (18:16 +0200)
commit371dbd5751e3812fd06f148a9840ddbcf1c2fd37
treee70abb5a81cf95c3ed356b33b3bbc8f8ca07adaa
parent04907345dbdae82de7b68e8a4b222d9e3df44def
crypto/octeontx: revert non-byte aligned data feature

This reverts commit 32b8f26adf8b26a55230408ff6adffd4b2327e52.

For SNOW and ZUC algos the offset value for enryption and decryption
is converted to bytes. Hence RTE_CRYPTODEV_FF_NON_BYTE_ALIGNED_DATA
feature is not supported by the octeontx crypto pmd.

Fixes: 32b8f26adf8b ("crypto/octeontx: enable non-byte aligned data")
Cc: stable@dpdk.org
Signed-off-by: Ankur Dwivedi <adwivedi@marvell.com>
doc/guides/cryptodevs/features/octeontx.ini
drivers/crypto/octeontx/otx_cryptodev_ops.c