On 17/11/2017 23:03, Ferruh Yigit wrote:
On 11/17/2017 6:42 AM, Mohammad Abdul Awal wrote:diff --git a/lib/librte_representor/rte_port_representor_version.map b/lib/librte_representor/rte_port_representor_version.map new file mode 100644 index 0000000..09ed768 --- /dev/null +++ b/lib/librte_representor/rte_port_representor_version.map @@ -0,0 +1,12 @@ +DPDK_18.02 {2 { + global: + + rte_representor_broker_find; + rte_representor_broker_init; + rte_representor_broker_uninit; + rte_representor_port_get_vport_id; + rte_representor_port_register; + rte_representor_port_unregister;Is any of these APIs intended to be used by application? From rest of the patch it looks like these are used by PMDs, if so why creating a new library?
These API's are to be used by PMDs only. We will remove them from here. Thanks, Awal.
+ + local: *; +};

