From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 15/31] net/i40e: add VF vlan strip func Date: Fri, 2 Dec 2016 11:25:14 +0000 Message-ID: <6a7dc137-cde4-da24-97fd-02b359302b98@intel.com> References: <1480637533-37425-1-git-send-email-wenzhuo.lu@intel.com> <1480637533-37425-16-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: "Chen Jing D(Mark)" To: Wenzhuo Lu , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id C8882591E for ; Fri, 2 Dec 2016 12:25:17 +0100 (CET) In-Reply-To: <1480637533-37425-16-git-send-email-wenzhuo.lu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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) > --- <...>