net/octeontx: add net device probe and remove
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Sun, 8 Oct 2017 12:44:15 +0000 (18:14 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 12 Oct 2017 00:36:57 +0000 (01:36 +0100)
commitf7be70e5130e35a0ee5434e8e7a6d3288c86f94a
tree67eb7fd654f39a284c3f108dedca0e0ca7bc06d0
parent3813a10af5f014b1595d1d8633702ecbb7e1802a
net/octeontx: add net device probe and remove

An octeontx ethdev device consists of multiple PKO VF devices, a PKI
VF device and multiple SSOVF devices which shared between eventdev.
This patch adds a vdev based device called "eth_octeontx" which
will create multiple ethernet ports based on "nr_port" or maximum
physical ports are available in the system.

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Signed-off-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
drivers/net/octeontx/Makefile
drivers/net/octeontx/octeontx_ethdev.c [new file with mode: 0644]
drivers/net/octeontx/octeontx_ethdev.h [new file with mode: 0644]