crypto/nitrox: introduce Nitrox driver
authorNagadheeraj Rottela <rnagadheeraj@marvell.com>
Tue, 1 Oct 2019 06:41:20 +0000 (06:41 +0000)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 9 Oct 2019 09:50:12 +0000 (11:50 +0200)
commit0a8fc2423bffc6f4333f5c3b4e1b5cfe20453636
tree46175e35563f53fbb1d1e01ecbf7636c7936e410
parent616853f9db827949848650e1bbd132d98c27a586
crypto/nitrox: introduce Nitrox driver

Add bare minimum Nitrox PMD library which handles pci probe, remove and
hardware initialization. Add logs, documentation and update maintainers
file.

Signed-off-by: Nagadheeraj Rottela <rnagadheeraj@marvell.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
17 files changed:
MAINTAINERS
config/common_base
doc/guides/cryptodevs/index.rst
doc/guides/cryptodevs/nitrox.rst [new file with mode: 0644]
drivers/crypto/Makefile
drivers/crypto/meson.build
drivers/crypto/nitrox/Makefile [new file with mode: 0644]
drivers/crypto/nitrox/meson.build [new file with mode: 0644]
drivers/crypto/nitrox/nitrox_csr.h [new file with mode: 0644]
drivers/crypto/nitrox/nitrox_device.c [new file with mode: 0644]
drivers/crypto/nitrox/nitrox_device.h [new file with mode: 0644]
drivers/crypto/nitrox/nitrox_hal.c [new file with mode: 0644]
drivers/crypto/nitrox/nitrox_hal.h [new file with mode: 0644]
drivers/crypto/nitrox/nitrox_logs.c [new file with mode: 0644]
drivers/crypto/nitrox/nitrox_logs.h [new file with mode: 0644]
drivers/crypto/nitrox/rte_pmd_nitrox_version.map [new file with mode: 0644]
mk/rte.app.mk