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 46D98DE6 for ; Fri, 30 Oct 2015 05:42:22 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 29 Oct 2015 21:42:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,217,1444719600"; d="scan'208";a="674814618" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga003.jf.intel.com with ESMTP; 29 Oct 2015 21:42:21 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 29 Oct 2015 21:42:20 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 29 Oct 2015 21:42:20 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.194]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.96]) with mapi id 14.03.0248.002; Fri, 30 Oct 2015 12:42:18 +0800 From: "Wu, Jingjing" To: "He, Shaopeng" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 0/4] fm10k: add VMDQ support Thread-Index: AQHREJmkhSc+ZT3IfUeGNV4xQEem3Z6DeTrA Date: Fri, 30 Oct 2015 04:42:18 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8D0D5EE@SHSMSX104.ccr.corp.intel.com> References: <1444447338-24155-1-git-send-email-shaopeng.he@intel.com> <1445937709-5445-1-git-send-email-shaopeng.he@intel.com> In-Reply-To: <1445937709-5445-1-git-send-email-shaopeng.he@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 v3 0/4] fm10k: 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: Fri, 30 Oct 2015 04:42:22 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shaopeng He > Sent: Tuesday, October 27, 2015 5:22 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/4] fm10k: add VMDQ support >=20 > This patch series adds VMDQ support for fm10k. > It includes the functions to configure VMDQ mode and add MAC address for > each VMDQ queue pool. > It also includes logic to do sanity check for multi-queue settings. >=20 > Changes in v3: > - Keep device default MAC address even in VMDQ mode after > queue pool config was changed, because some applications > (e.g. vmdq_app) always need a valid MAC address there. >=20 > Changes in v2: > - Reword some comments and commit messages > - Updated release note >=20 > Shaopeng He (4): > fm10k: add multi-queue checking > fm10k: add VMDQ support in MAC/VLAN filter > fm10k: add VMDQ support in multi-queue configure > doc: update release note for fm10k VMDQ support >=20 > doc/guides/rel_notes/release_2_2.rst | 5 + > drivers/net/fm10k/fm10k.h | 3 + > drivers/net/fm10k/fm10k_ethdev.c | 358 > +++++++++++++++++++++++++++-------- > 3 files changed, 289 insertions(+), 77 deletions(-) >=20 > -- > 1.9.3 Acked-by: Jingjing Wu