5f19dee604
We introduced private rte_eth_dev_data to allow vdev to be created both in primary process and secondary process(es). This is not friendly to multi-process model, for example, it leads to port id contention issue if two processes both find the data entry is free. And to get stats of primary vdev in secondary, we must allocate from the pre-defined array so that we can find it. Suggested-by: Bruce Richardson <bruce.richardson@intel.com> Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com> Reviewed-by: Qi Zhang <qi.z.zhang@intel.com> |
||
---|---|---|
.. | ||
base | ||
cxgbe_compat.h | ||
cxgbe_ethdev.c | ||
cxgbe_main.c | ||
cxgbe_pfvf.h | ||
cxgbe.h | ||
cxgbevf_ethdev.c | ||
cxgbevf_main.c | ||
Makefile | ||
rte_pmd_cxgbe_version.map | ||
sge.c |