crypto/octeontx: add PMD skeleton
authorAnoob Joseph <anoob.joseph@caviumnetworks.com>
Tue, 9 Oct 2018 09:07:34 +0000 (14:37 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 17 Oct 2018 10:16:54 +0000 (12:16 +0200)
commitbfe2ae495ee2682a79e1cc84b10914f37a82d3cf
tree226bede926f6f119be90f2d1f2c1e53d01204b7b
parentf1597231ac2f1d07c9f79dc7c66e22b39f468d2e
crypto/octeontx: add PMD skeleton

Adding OCTEON TX crypto PMD skeleton. Updating the maintainers files to
claim responsibility. Also enabling driver by default by adding the
component in common_base.

Signed-off-by: Ankur Dwivedi <ankur.dwivedi@caviumnetworks.com>
Signed-off-by: Anoob Joseph <anoob.joseph@caviumnetworks.com>
Signed-off-by: Murthy NSSR <nidadavolu.murthy@caviumnetworks.com>
Signed-off-by: Nithin Dabilpuram <nithin.dabilpuram@caviumnetworks.com>
Signed-off-by: Ragothaman Jayaraman <rjayaraman@caviumnetworks.com>
Signed-off-by: Srisivasubramanian S <ssrinivasan@caviumnetworks.com>
Signed-off-by: Tejasree Kondoj <kondoj.tejasree@caviumnetworks.com>
13 files changed:
MAINTAINERS
config/common_base
drivers/common/cpt/cpt_pmd_logs.h [new file with mode: 0644]
drivers/crypto/Makefile
drivers/crypto/meson.build
drivers/crypto/octeontx/Makefile [new file with mode: 0644]
drivers/crypto/octeontx/meson.build [new file with mode: 0644]
drivers/crypto/octeontx/otx_cryptodev.c [new file with mode: 0644]
drivers/crypto/octeontx/otx_cryptodev.h [new file with mode: 0644]
drivers/crypto/octeontx/otx_cryptodev_ops.c [new file with mode: 0644]
drivers/crypto/octeontx/otx_cryptodev_ops.h [new file with mode: 0644]
drivers/crypto/octeontx/rte_pmd_octeontx_crypto_version.map [new file with mode: 0644]
mk/rte.app.mk