net/cnxk: add build infra and common probing
authorNithin Dabilpuram <ndabilpuram@marvell.com>
Wed, 23 Jun 2021 04:46:09 +0000 (10:16 +0530)
committerJerin Jacob <jerinj@marvell.com>
Tue, 29 Jun 2021 19:12:43 +0000 (21:12 +0200)
commit47db46bb7613371b4d8186ef51956dcccac524ca
tree1e612efa9e28b9993d5aedaf7297de2ddcf4cf6d
parent19f3cc2374d0e5d2cb35bede4198911a8401c901
net/cnxk: add build infra and common probing

Add build infrastructure and common probe and remove for cnxk driver
which is used by both CN10K and CN9K SoC.

Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
13 files changed:
MAINTAINERS
doc/guides/nics/cnxk.rst [new file with mode: 0644]
doc/guides/nics/features/cnxk.ini [new file with mode: 0644]
doc/guides/nics/features/cnxk_vec.ini [new file with mode: 0644]
doc/guides/nics/features/cnxk_vf.ini [new file with mode: 0644]
doc/guides/nics/index.rst
doc/guides/platform/cnxk.rst
doc/guides/rel_notes/release_21_08.rst
drivers/net/cnxk/cnxk_ethdev.c [new file with mode: 0644]
drivers/net/cnxk/cnxk_ethdev.h [new file with mode: 0644]
drivers/net/cnxk/meson.build [new file with mode: 0644]
drivers/net/cnxk/version.map [new file with mode: 0644]
drivers/net/meson.build