From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 76FD37E75 for ; Tue, 4 Nov 2014 12:10:31 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 04 Nov 2014 03:19:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,312,1413270000"; d="scan'208";a="626181407" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga002.fm.intel.com with ESMTP; 04 Nov 2014 03:19:47 -0800 Received: from irsmsx108.ger.corp.intel.com (163.33.3.3) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 4 Nov 2014 11:19:30 +0000 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.56]) by IRSMSX108.ger.corp.intel.com ([169.254.11.82]) with mapi id 14.03.0195.001; Tue, 4 Nov 2014 11:19:30 +0000 From: "Ananyev, Konstantin" To: "Chen, Jing D" , "dev@dpdk.org" Thread-Topic: [PATCH v3 0/6] i40e VMDQ support Thread-Index: AQHP+BZV5aT+53xFZ0uB1wwZtcYW3pxQUUyg Date: Tue, 4 Nov 2014 11:19:30 +0000 Message-ID: <2601191342CEEE43887BDE71AB977258213A249C@IRSMSX105.ger.corp.intel.com> References: <1411478047-1251-2-git-send-email-jing.d.chen@intel.com> <1415095289-28961-1-git-send-email-jing.d.chen@intel.com> In-Reply-To: <1415095289-28961-1-git-send-email-jing.d.chen@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 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: Tue, 04 Nov 2014 11:10:31 -0000 > From: Chen, Jing D > Sent: Tuesday, November 04, 2014 10:01 AM > To: dev@dpdk.org > Cc: Ananyev, Konstantin; thomas.monjalon@6wind.com; De Lara Guarch, Pablo= ; Chen, Jing D > Subject: [PATCH v3 0/6] i40e VMDQ support >=20 > From: "Chen Jing D(Mark)" >=20 > v3: > - Fix comments style. > - Simplify words in comments. > - Add variable defintion for BSD config file. > - Code rebase to latest DPDK repo. >=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_bsdapp | 1 + > config/common_linuxapp | 1 + > lib/librte_ether/rte_ethdev.c | 6 +- > lib/librte_ether/rte_ethdev.h | 41 ++- > lib/librte_pmd_e1000/igb_ethdev.c | 3 + > lib/librte_pmd_i40e/i40e_ethdev.c | 498 ++++++++++++++++++++++++++---= ------ > lib/librte_pmd_i40e/i40e_ethdev.h | 21 ++- > lib/librte_pmd_i40e/i40e_rxtx.c | 125 +++++++-- > lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 1 + > 9 files changed, 532 insertions(+), 165 deletions(-) >=20 > -- > 1.7.7.6 Acked-by: Konstantin Ananyev