On 12/2/2016 12:11 AM, Wenzhuo Lu wrote: > Add a function to configure vlan strip enable/disable for specific > SRIOV VF device.
For shared library compilation, this function also needs to be added to rte_pmd_i40e_version.map file, otherwise throwing build error: .../app/test-pmd/cmdline.c:(.text+0x79d4): undefined reference to `rte_pmd_i40e_set_vf_vlan_stripq' > > Signed-off-by: Chen Jing D(Mark) <jing.d.c...@intel.com> > --- <...>