raw/octeontx2_ep: add device configuration
authorMahipal Challa <mchalla@marvell.com>
Mon, 13 Jan 2020 06:00:37 +0000 (11:30 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 20 Jan 2020 08:40:48 +0000 (09:40 +0100)
commit81fd15a2acc2858d39c70e875169248f1a2f702f
tree8e003cc93f007d6ae4c11217ff0cf70dbc518cd8
parent56d46d13f73606aea3a18680d0219b6a5bfe3092
raw/octeontx2_ep: add device configuration

Register "dev_configure" API to configure/initialize the SDP
VF PCIe devices.

Signed-off-by: Mahipal Challa <mchalla@marvell.com>
Reviewed-by: Gavin Hu <gavin.hu@arm.com>
13 files changed:
doc/guides/rawdevs/octeontx2_ep.rst
drivers/common/octeontx2/hw/otx2_sdp.h [new file with mode: 0644]
drivers/common/octeontx2/otx2_common.c
drivers/common/octeontx2/otx2_common.h
drivers/common/octeontx2/rte_common_octeontx2_version.map
drivers/raw/octeontx2_ep/Makefile
drivers/raw/octeontx2_ep/meson.build
drivers/raw/octeontx2_ep/otx2_ep_enqdeq.c [new file with mode: 0644]
drivers/raw/octeontx2_ep/otx2_ep_enqdeq.h [new file with mode: 0644]
drivers/raw/octeontx2_ep/otx2_ep_rawdev.c
drivers/raw/octeontx2_ep/otx2_ep_rawdev.h
drivers/raw/octeontx2_ep/otx2_ep_vf.c [new file with mode: 0644]
drivers/raw/octeontx2_ep/otx2_ep_vf.h [new file with mode: 0644]