summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authorJef Oliver <jef.oliver@intel.com>2016-11-07 13:33:54 -0800
committerThomas Haller <thaller@redhat.com>2016-11-24 13:27:39 +0100
commit5d6e43ebef12deadf31fccfa46c0b34892675d36 (patch)
tree227eaa2e7e0181a0b2725f0badaceb69b2088eb9 /libnl-route-3.sym
parentd9840f648cf724e0d43dfe33e5a24f026f7fa52e (diff)
downloadlibnl-5d6e43ebef12deadf31fccfa46c0b34892675d36.tar.gz
lib/route: SRIOV Parse and Read support
* This patch adds support for parsing SRIOV VF specific information on a link. * Adds LINK_ATTR_VF_LIST to add to link->ce_mask. * Extends the rtnl_link object to include 'l_vf_list', a member to carry information for SRIOV VFs. * Adds rtnl_link_sriov, a private structure to fill link->l_vf_list. * This patch adds support for reading parsed SRIOV VF specific informatino on a link. * This patch adds support for freeing stored SRIOV VF specific information on a link. Signed-off-by: Jef Oliver <jef.oliver@intel.com> Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'libnl-route-3.sym')
-rw-r--r--libnl-route-3.sym21
1 files changed, 21 insertions, 0 deletions
diff --git a/libnl-route-3.sym b/libnl-route-3.sym
index bfab1456..ef44d09d 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -984,5 +984,26 @@ global:
rtnl_link_vxlan_set_udp_csum;
rtnl_link_vxlan_set_udp_zero_csum6_rx;
rtnl_link_vxlan_set_udp_zero_csum6_tx;
+ rtnl_link_has_vf_list;
+ rtnl_link_set_vf_list;
+ rtnl_link_unset_vf_list;
+ rtnl_link_sriov_free_data;
+ rtnl_link_sriov_parse_vflist;
+ rtnl_link_vf_alloc;
+ rtnl_link_vf_free;
+ rtnl_link_vf_get;
+ rtnl_link_vf_put;
+ rtnl_link_vf_get_addr;
+ rtnl_link_vf_get_index;
+ rtnl_link_vf_get_linkstate;
+ rtnl_link_vf_get_rate;
+ rtnl_link_vf_get_rss_query_en;
+ rtnl_link_vf_get_spoofchk;
+ rtnl_link_vf_get_stat;
+ rtnl_link_vf_get_trust;
+ rtnl_link_vf_get_vlans;
+ rtnl_link_vf_vlan_alloc;
+ rtnl_link_vf_vlan_free;
+ rtnl_link_vf_vlan_put;
} libnl_3_2_28;