From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5B813592E for ; Tue, 4 Nov 2014 06:14:08 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 03 Nov 2014 21:21:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,311,1413270000"; d="scan'208";a="630913288" Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78]) by orsmga002.jf.intel.com with ESMTP; 03 Nov 2014 21:23:23 -0800 Received: from kmsmsx152.gar.corp.intel.com (172.21.73.87) by PGSMSX101.gar.corp.intel.com (10.221.44.78) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 4 Nov 2014 13:22:26 +0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by KMSMSX152.gar.corp.intel.com (172.21.73.87) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 4 Nov 2014 13:22:26 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.156]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.44]) with mapi id 14.03.0195.001; Tue, 4 Nov 2014 13:22:23 +0800 From: "Chen, Jing D" To: Thomas Monjalon Thread-Topic: [PATCH v2 4/6] i40e: add VMDQ support Thread-Index: AQHP6SkUFVILr+jjdk215JzoUuzP1pxO0PyAgAE6fyA= Date: Tue, 4 Nov 2014 05:22:23 +0000 Message-ID: <4341B239C0EFF9468EE453F9E9F4604D0160615F@shsmsx102.ccr.corp.intel.com> References: <1411478047-1251-2-git-send-email-jing.d.chen@intel.com> <1413454046-13407-1-git-send-email-jing.d.chen@intel.com> <1413454046-13407-5-git-send-email-jing.d.chen@intel.com> <5457024.tr3V83eNPQ@xps13> In-Reply-To: <5457024.tr3V83eNPQ@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2 4/6] i40e: add VMDQ support 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: Tue, 04 Nov 2014 05:14:08 -0000 Hi, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Tuesday, November 04, 2014 2:34 AM > To: Chen, Jing D > Cc: dev@dpdk.org; Ananyev, Konstantin > Subject: Re: [PATCH v2 4/6] i40e: add VMDQ support >=20 > Hi Jing, >=20 > 2014-10-16 18:07, Chen Jing D: > > --- a/config/common_linuxapp > > +++ b/config/common_linuxapp > > @@ -208,6 +208,7 @@ > CONFIG_RTE_LIBRTE_I40E_RX_ALLOW_BULK_ALLOC=3Dy > > CONFIG_RTE_LIBRTE_I40E_ALLOW_UNSUPPORTED_SFP=3Dn > > CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=3Dn > > CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VF=3D4 > > +CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM=3D4 >=20 > It seems you missed Pablo's comment. > Should you add this option in BSD configuration? Sorry, missed Pablo's email. Will add it for BSD. >=20 > -- > Thomas