crypto/octeontx2: add PMD skeleton
authorAnoob Joseph <anoobj@marvell.com>
Wed, 16 Oct 2019 15:25:34 +0000 (20:55 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 23 Oct 2019 14:57:06 +0000 (16:57 +0200)
commit2f8a1b963eb772acaab7ceb1e2a2e728f33ebd3e
treef53ee9b3040a703b9de739944312c98c3a429697
parent2437fbbc8400d060d2447bd49fc87c56584d96c1
crypto/octeontx2: add PMD skeleton

Adding OCTEON TX2 crypto PMD skeleton.
Enabling the driver by default in common_base.

Signed-off-by: Ankur Dwivedi <adwivedi@marvell.com>
Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
18 files changed:
MAINTAINERS
config/common_base
doc/guides/cryptodevs/features/octeontx2.ini [new file with mode: 0644]
doc/guides/cryptodevs/index.rst
doc/guides/cryptodevs/octeontx2.rst [new file with mode: 0644]
doc/guides/platform/octeontx2.rst
doc/guides/rel_notes/release_19_11.rst
drivers/common/Makefile
drivers/crypto/Makefile
drivers/crypto/meson.build
drivers/crypto/octeontx2/Makefile [new file with mode: 0644]
drivers/crypto/octeontx2/meson.build [new file with mode: 0644]
drivers/crypto/octeontx2/otx2_cryptodev.c [new file with mode: 0644]
drivers/crypto/octeontx2/otx2_cryptodev.h [new file with mode: 0644]
drivers/crypto/octeontx2/otx2_cryptodev_ops.c [new file with mode: 0644]
drivers/crypto/octeontx2/otx2_cryptodev_ops.h [new file with mode: 0644]
drivers/crypto/octeontx2/rte_pmd_octeontx2_crypto_version.map [new file with mode: 0644]
mk/rte.app.mk