numam-dpdk/drivers
Somnath Kotur 322bd6e702 net/bnxt: add port representor infrastructure
Defines data structures and code to init/uninit
VF representors during pci_probe and pci_remove
respectively.
Most of the dev_ops for the VF representor are just
stubs for now and will be will be filled out in next patch.

To create a representor using testpmd:
testpmd -c 0xff -wB:D.F,representor=1 -- -i
testpmd -c 0xff -w05:02.0,representor=[1] -- -i

To create a representor using ovs-dpdk:
1. First add the trusted VF port to a bridge
ovs-vsctl add-port ovsbr0 vf_rep1 -- set Interface vf_rep1 type=dpdk
options:dpdk-devargs=0000:06:02.0
2. Add the representor port to the bridge
ovs-vsctl add-port ovsbr0 vf_rep1 -- set Interface vf_rep1 type=dpdk
options:dpdk-devargs=0000:06:02.0,representor=1

Signed-off-by: Somnath Kotur <somnath.kotur@broadcom.com>
Signed-off-by: Venkat Duvvuru <venkatkumar.duvvuru@broadcom.com>
Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
2020-07-07 23:38:26 +02:00
..
baseband log: introduce logtype register macro 2020-07-03 15:52:51 +02:00
bus drivers: drop workaround for internal libraries version 2020-07-07 12:48:59 +02:00
common common/octeontx2: fix crash on running procinfo 2020-07-07 23:38:26 +02:00
compress common/qat: add multi-process handling of capabilities 2020-07-08 18:16:27 +02:00
crypto crypto/qat: support ChaCha20-Poly1305 2020-07-08 18:16:40 +02:00
event event/octeontx2: improve datapath memory locality 2020-06-30 07:41:26 +02:00
mempool mempool/bucket: handle non-EAL lcores 2020-07-08 14:41:06 +02:00
net net/bnxt: add port representor infrastructure 2020-07-07 23:38:26 +02:00
raw log: introduce logtype register macro 2020-07-03 15:52:51 +02:00
vdpa log: remove unneeded logtype declaration 2020-07-07 13:18:23 +02:00
Makefile drivers: add crypto as dependency for event drivers 2020-03-05 14:22:11 +01:00
meson.build build: remove special versioning for non stable libraries 2020-07-07 12:48:25 +02:00