From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id F15C86A80 for ; Sat, 7 Mar 2015 22:29:00 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 07 Mar 2015 13:27:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,359,1422950400"; d="scan'208";a="464059012" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by FMSMGA003.fm.intel.com with ESMTP; 07 Mar 2015 13:22:28 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.218]) by IRSMSX101.ger.corp.intel.com ([163.33.3.153]) with mapi id 14.03.0195.001; Sat, 7 Mar 2015 21:28:58 +0000 From: "De Lara Guarch, Pablo" To: "Jastrzebski, MichalX K" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 0/2] testpmd: check return value of rte_eth_dev_vlan_filter() Thread-Index: AQHQTPfM0/7sbNvYhkeSuyE9HPLd2Z0RoWew Date: Sat, 7 Mar 2015 21:28:57 +0000 Message-ID: References: <1422379175-10004-1-git-send-email-michalx.k.jastrzebski@intel.com> <1424427972-6392-1-git-send-email-michalx.k.jastrzebski@intel.com> In-Reply-To: <1424427972-6392-1-git-send-email-michalx.k.jastrzebski@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 0/2] testpmd: check return value of rte_eth_dev_vlan_filter() X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Mar 2015 21:29:01 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Michal Jastrzebski > Sent: Friday, February 20, 2015 10:26 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/2] testpmd: check return value of > rte_eth_dev_vlan_filter() >=20 > v3 changes: > - add seperate patch with testpmd_funcs.rst changes >=20 > v2 changes: > - fix formatting errors >=20 > 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. >=20 > Michal Jastrzebski (2): > doc: add information about limited number of vlan_ids > testpmd: check return value of rte_eth_dev_vlan_filter() >=20 > app/test-pmd/config.c | 15 +++++++++------ > app/test-pmd/testpmd.h | 2 +- > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 ++ > lib/librte_ether/rte_ethdev.c | 4 ++-- > 4 files changed, 14 insertions(+), 9 deletions(-) >=20 > -- > 1.7.9.5 Acked-by: Pablo de Lara