numam-dpdk/drivers/net/softnic
Jianfeng Tan ee27edbe0c drivers/net: share vdev data to secondary process
dpdk-procinfo, as a secondary process, cannot fetch stats for vdev.

This patch enables that by attaching the port from the shared data.
We also fill the eth dev ops, with only some ops works in secondary
process, for example, stats_get().

Note that, we still cannot Rx/Tx packets on the ports which do not
support multi-process.

Reported-by: Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>
Reviewed-by: Qi Zhang <qi.z.zhang@intel.com>
2018-04-24 12:37:31 +02:00
..
Makefile drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_eth_softnic_internals.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
rte_eth_softnic_tm.c drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_eth_softnic.c drivers/net: share vdev data to secondary process 2018-04-24 12:37:31 +02:00
rte_eth_softnic.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_pmd_eth_softnic_version.map net/softnic: add softnic PMD 2017-10-12 01:52:38 +01:00