From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/2] testpmd: check return value of rte_eth_dev_vlan_filter() Date: Mon, 09 Mar 2015 12:00:15 +0100 Message-ID: <5185714.ZgIS6q3xnZ@xps13> References: <1422379175-10004-1-git-send-email-michalx.k.jastrzebski@intel.com> <1424427972-6392-1-git-send-email-michalx.k.jastrzebski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Jastrzebski, MichalX K" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > v3 changes: > > - add seperate patch with testpmd_funcs.rst changes > > > > v2 changes: > > - fix formatting errors > > > > This patchset modifies testpmd behavior when setting: > > rx_vlan add all vf_port (enabling all vlanids > > to be passed thru rx filter on VF). > > Rx_vlan_all_filter_set() function, > > checks if the next vlanid can be enabled by the driver. > > Number of vlanids is limited by the NIC and thus the NIC > > do not allow to enable more vlanids than it can allocate > > in VFTA table. > > tespmd_funcs.rst file is modified to provide a brief description > > why enabling all vlan ids may not be possible. > > > > Michal Jastrzebski (2): > > doc: add information about limited number of vlan_ids > > testpmd: check return value of rte_eth_dev_vlan_filter() > > Acked-by: Pablo de Lara Applied, thanks