From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <michael.qiu@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id E1D8991AB
 for <dev@dpdk.org>; Fri, 30 Oct 2015 15:08:22 +0100 (CET)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga102.fm.intel.com with ESMTP; 30 Oct 2015 07:08:21 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.20,218,1444719600"; d="scan'208";a="675066336"
Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205])
 by orsmga003.jf.intel.com with ESMTP; 30 Oct 2015 07:08:16 -0700
Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by
 fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Fri, 30 Oct 2015 07:07:51 -0700
Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by
 fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Fri, 30 Oct 2015 07:07:51 -0700
Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.96]) by
 SHSMSX151.ccr.corp.intel.com ([169.254.3.47]) with mapi id 14.03.0248.002;
 Fri, 30 Oct 2015 22:07:49 +0800
From: "Qiu, Michael" <michael.qiu@intel.com>
To: "He, Shaopeng" <shaopeng.he@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [PATCH v3 0/4] fm10k: add VMDQ support
Thread-Index: AQHREJlrzwl9sJsxMkeJ1oXf33SKkg==
Date: Fri, 30 Oct 2015 14:07:48 +0000
Message-ID: <533710CFB86FA344BFBF2D6802E6028621B58814@SHSMSX101.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>
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 30 Oct 2015 14:08:23 -0000

On 2015/10/27 17:25, He, Shaopeng wrote:=0A=
> This patch series adds VMDQ support for fm10k.=0A=
> It includes the functions to configure VMDQ mode and=0A=
> add MAC address for each VMDQ queue pool.=0A=
> It also includes logic to do sanity check for=0A=
> multi-queue settings.=0A=
>=0A=
> Changes in v3:=0A=
> - Keep device default MAC address even in VMDQ mode after=0A=
>   queue pool config was changed, because some applications=0A=
>   (e.g. vmdq_app) always need a valid MAC address there.=0A=
>=0A=
> Changes in v2:=0A=
> - Reword some comments and commit messages=0A=
> - Updated release note=0A=
>=0A=
> Shaopeng He (4):=0A=
>   fm10k: add multi-queue checking=0A=
>   fm10k: add VMDQ support in MAC/VLAN filter=0A=
>   fm10k: add VMDQ support in multi-queue configure=0A=
>   doc: update release note for fm10k VMDQ support=0A=
>=0A=
>  doc/guides/rel_notes/release_2_2.rst |   5 +=0A=
>  drivers/net/fm10k/fm10k.h            |   3 +=0A=
>  drivers/net/fm10k/fm10k_ethdev.c     | 358 +++++++++++++++++++++++++++--=
------=0A=
>  3 files changed, 289 insertions(+), 77 deletions(-)=0A=
>=0A=
=0A=
Acked-by: Michael Qiu <michael.qiu@intel.com>=0A=