numam-dpdk/drivers/net/softnic/rte_pmd_softnic_version.map
Jasvinder Singh 7709a63bf1 net/softnic: add connection agent
Add connection agent to enable connectivity with external agent
(e.g. telnet, netcat, Python script, etc).

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
2018-07-12 13:52:37 +02:00

14 lines
114 B
Plaintext

DPDK_17.11 {
global:
rte_pmd_softnic_run;
local: *;
};
EXPERIMENTAL {
global:
rte_pmd_softnic_manage;
};