Searched refs:vti (Results 1 – 3 of 3) sorted by relevance
1818 struct virtchnl_tc_info *vti = NULL; in iavf_enable_channels() local1829 len = virtchnl_struct_size(vti, list, adapter->num_tc); in iavf_enable_channels()1830 vti = kzalloc(len, GFP_KERNEL); in iavf_enable_channels()1831 if (!vti) in iavf_enable_channels()1833 vti->num_tc = adapter->num_tc; in iavf_enable_channels()1834 for (i = 0; i < vti->num_tc; i++) { in iavf_enable_channels()1835 vti->list[i].count = adapter->ch_config.ch_info[i].count; in iavf_enable_channels()1836 vti->list[i].offset = adapter->ch_config.ch_info[i].offset; in iavf_enable_channels()1837 vti->list[i].pad = 0; in iavf_enable_channels()1838 vti->list[i].max_tx_rate = in iavf_enable_channels()[all …]
123 # Set up vti tunnel on top of veth, with xfrm states and policies, in two134 # Set up vti tunnel on top of veth connected through routing namespace and151 # Same as pmtu_vti6_udp_routed_exception but with routing between vti156 # endpoints. Check that MTU assigned to vti interface is the MTU of the580 [ ${proto} -eq 6 ] && vti_type="vti6" || vti_type="vti"582 run_cmd ${ns_a} ip link add vti${proto}_a type ${vti_type} local ${veth_a_addr} remote ${veth_b_addr} key 10 || return 1583 run_cmd ${ns_b} ip link add vti${proto}_b type ${vti_type} local ${veth_b_addr} remote ${veth_a_addr} key 10585 run_cmd ${ns_a} ip addr add ${vti_a_addr}/${vti_mask} dev vti${proto}_a586 run_cmd ${ns_b} ip addr add ${vti_b_addr}/${vti_mask} dev vti${proto}_b588 run_cmd ${ns_a} ip link set vti[all...]
9 <http://www.vti.fi/en/>