From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 566712A9 for ; Mon, 3 Nov 2014 08:46:49 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 02 Nov 2014 23:56:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,305,1413270000"; d="scan'208";a="630162908" Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78]) by orsmga002.jf.intel.com with ESMTP; 02 Nov 2014 23:56:00 -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; Mon, 3 Nov 2014 15:54:12 +0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by KMSMSX152.gar.corp.intel.com (172.21.73.87) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 3 Nov 2014 15:54:12 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.156]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.174]) with mapi id 14.03.0195.001; Mon, 3 Nov 2014 15:54:11 +0800 From: "Chen, Jing D" To: "dev@dpdk.org" Thread-Topic: [PATCH v2 0/6] i40e VMDQ support Thread-Index: AQHP6SkNgvA0kbTqhUaBN1RDX3CQVJxOpB2g Date: Mon, 3 Nov 2014 07:54:10 +0000 Message-ID: <4341B239C0EFF9468EE453F9E9F4604D01605B4D@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> In-Reply-To: <1413454046-13407-1-git-send-email-jing.d.chen@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 v2 0/6] i40e 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: Mon, 03 Nov 2014 07:46:49 -0000 Hi, Any comments on this patch? > -----Original Message----- > From: Chen, Jing D > Sent: Thursday, October 16, 2014 6:07 PM > To: dev@dpdk.org > Cc: Ananyev, Konstantin; thomas.monjalon@6wind.com; Chen, Jing D > Subject: [PATCH v2 0/6] i40e VMDQ support >=20 > From: "Chen Jing D(Mark)" >=20 > v2: > - Fix a few typos. > - Add comments for RX mq mode flags. > - Remove '\n' from some log messages. > - Remove 'Acked-by' in commit log. >=20 > v1: > Define extra VMDQ arguments to expand VMDQ configuration. This also > includes change in igb and ixgbe PMD driver. In the meanwhile, fix 2 > defects in rte_ether library. >=20 > Add full VMDQ support in i40e PMD driver. renamed some functions, setup > VMDQ VSI after it's enabled in application. It also make some improvement > on macaddr add/delete to support setting multiple macaddr for single or > multiple pools. >=20 > Finally, change i40e rx/tx_queue_setup and dev_start/stop functions to > configure/switch queues belonging to VMDQ pools. >=20 >=20 > Chen Jing D(Mark) (6): > ether: enhancement for VMDQ support > igb: change for VMDQ arguments expansion > ixgbe: change for VMDQ arguments expansion > i40e: add VMDQ support > i40e: macaddr add/del enhancement > i40e: Add full VMDQ pools support >=20 > config/common_linuxapp | 1 + > lib/librte_ether/rte_ethdev.c | 12 +- > lib/librte_ether/rte_ethdev.h | 43 +++- > lib/librte_pmd_e1000/igb_ethdev.c | 3 + > lib/librte_pmd_i40e/i40e_ethdev.c | 499 > ++++++++++++++++++++++++++--------- > lib/librte_pmd_i40e/i40e_ethdev.h | 21 ++- > lib/librte_pmd_i40e/i40e_rxtx.c | 125 +++++++-- > lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 1 + > 8 files changed, 536 insertions(+), 169 deletions(-) >=20 > -- > 1.7.7.6