crypto/cnxk: add driver skeleton
authorAnkur Dwivedi <adwivedi@marvell.com>
Fri, 25 Jun 2021 05:56:12 +0000 (11:26 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 7 Jul 2021 19:15:08 +0000 (21:15 +0200)
commit2457705e64748c65c92abde3862ac32304dea1bb
tree4b0452d0cc386f324c1178a87a5edff492b2dd4f
parent5e076b609f2adba109e2df8b8457fceb91000944
crypto/cnxk: add driver skeleton

Add driver skeleton for crypto_cn9k & crypto_cn10k
PMDs leveraging cnxk common framework.

Signed-off-by: Ankur Dwivedi <adwivedi@marvell.com>
Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Archana Muniganti <marchana@marvell.com>
Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
12 files changed:
MAINTAINERS
doc/guides/cryptodevs/cnxk.rst [new file with mode: 0644]
doc/guides/cryptodevs/features/cn10k.ini [new file with mode: 0644]
doc/guides/cryptodevs/features/cn9k.ini [new file with mode: 0644]
doc/guides/cryptodevs/index.rst
drivers/crypto/cnxk/cn10k_cryptodev.c [new file with mode: 0644]
drivers/crypto/cnxk/cn10k_cryptodev.h [new file with mode: 0644]
drivers/crypto/cnxk/cn9k_cryptodev.c [new file with mode: 0644]
drivers/crypto/cnxk/cn9k_cryptodev.h [new file with mode: 0644]
drivers/crypto/cnxk/meson.build [new file with mode: 0644]
drivers/crypto/cnxk/version.map [new file with mode: 0644]
drivers/crypto/meson.build