Re: [dpdk-dev] [PATCH 15/31] net/i40e: add VF vlan strip func

2016-12-02 Thread Ferruh Yigit
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

[dpdk-dev] [PATCH 15/31] net/i40e: add VF vlan strip func

2016-12-02 Thread Wenzhuo Lu
Add a function to configure vlan strip enable/disable for specific SRIOV VF device. Signed-off-by: Chen Jing D(Mark) --- drivers/net/i40e/i40e_ethdev.c | 26 ++ drivers/net/i40e/rte_pmd_i40e.h | 20 2 files changed, 46 insertions(+) diff --git a/dri