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 0A20B7E75 for ; Wed, 12 Nov 2014 23:44:24 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 12 Nov 2014 14:52:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,371,1413270000"; d="scan'208";a="606910525" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by orsmga001.jf.intel.com with ESMTP; 12 Nov 2014 14:54:13 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 13 Nov 2014 06:52:45 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.110]) by shsmsx102.ccr.corp.intel.com ([169.254.2.216]) with mapi id 14.03.0195.001; Thu, 13 Nov 2014 06:52:43 +0800 From: "Xie, Huawei" To: "Xie, Huawei" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/2] examples/vhost: support new VMDQ api and new nic i40e in vhost example Thread-Index: AQHP/sjkdfDyCL5MBki+Uotx/zV7b5xdlMCQ Date: Wed, 12 Nov 2014 22:52:43 +0000 Message-ID: References: <1415831647-11139-1-git-send-email-huawei.xie@intel.com> In-Reply-To: <1415831647-11139-1-git-send-email-huawei.xie@intel.com> 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 Subject: Re: [dpdk-dev] [PATCH 0/2] examples/vhost: support new VMDQ api and new nic i40e in vhost example 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: Wed, 12 Nov 2014 22:44:26 -0000 This patch depends on the vlan filter set fix. > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Huawei Xie > Sent: Wednesday, November 12, 2014 3:34 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/2] examples/vhost: support new VMDQ api and > new nic i40e in vhost example >=20 > I40E has several different types of VSI and queues are allocated among th= em. > VMDQ queue base and pool base doesn't start from zero due to this change = and > VMDQ doesn't own all queues. > rte_eth_dev_info structure is extended to provide VMDQ queue base, pool b= ase, > queue number information for us to properly set up VMDQ, i.e, add mac/vla= n > filter. > This patchset enables the vhost example to use this information to set up= VMDQ. >=20 > Huawei Xie (2): > support new VMDQ API and new nic i40e > use factorized default Rx/Tx configuration >=20 > examples/vhost/main.c | 103 ++++++++++++++++++++------------------------= ------ > 1 file changed, 41 insertions(+), 62 deletions(-) >=20 > -- > 1.8.1.4