From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45])
 by dpdk.org (Postfix) with ESMTP id EB74E5A9B
 for <dev@dpdk.org>; Mon,  9 Mar 2015 12:50:18 +0100 (CET)
Received: by wggy19 with SMTP id y19so10375861wgg.2
 for <dev@dpdk.org>; Mon, 09 Mar 2015 04:50:18 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=/kYW/wIUyeByopMdoZ+STG0dViVEQIeKrEYSkeX2gsA=;
 b=hXvjPNpZ8tutuJoqaz+CbXQJmUjVHYVwRpp/EI5o/wEMbcjez5NJa2q7kOq4JQPFxh
 BwgTtwWp61QEL/tuP2qoz5gjSETumwO9C/kWLoaji2K9t0v/nhg//vkHtG0dPakpoAS7
 GiSteotk1PprAfoDlsc/JhumfpGBgU8Hhfy/y7IEsQVGufT37niNge+KLsDDBSQNd08s
 8B1TXJua9mySSghF5UvAVCCwyA5hg0DT1Toq74GMVx8QSfEK2+/roX4EenK8N2vHM27p
 wkKWSNb6Qcz+joEBRq6ECBzFdFCqx6zwyYvQfQv2aRXS6jupRWHdZE1b/o8v5Xmwk2tY
 xN/w==
X-Gm-Message-State: ALoCoQkXozYmITd3SpaelBfes2eBFlFKmm1HAMBLFTHf6dBf1BML3BQxiZUdZsKPVAlfznPZTEzY
X-Received: by 10.180.105.131 with SMTP id gm3mr103672246wib.11.1425901818740; 
 Mon, 09 Mar 2015 04:50:18 -0700 (PDT)
Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237])
 by mx.google.com with ESMTPSA id p10sm27918609wjw.44.2015.03.09.04.50.17
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 09 Mar 2015 04:50:18 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Ouyang Changchun <changchun.ouyang@intel.com>
Date: Mon, 09 Mar 2015 12:23:31 +0100
Message-ID: <1458603.EO8V1isjU6@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
In-Reply-To: <1425629406-1838-1-git-send-email-changchun.ouyang@intel.com>
References: <1425628813-1546-1-git-send-email-changchun.ouyang@intel.com>
 <1425629406-1838-1-git-send-email-changchun.ouyang@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v3 0/2] New HW VLAN command in testpmd
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: Mon, 09 Mar 2015 11:50:19 -0000

> This patch enables testpmd user can config port hw_vlan with more fine granularity:
> hw vlan filter, hw vlan strip, and hw vlan extend;
> 
> Update testpmd doc accordingly.
> 
> Changchun Ouyang (2):
>   testpmd: HW vlan command
>   doc: Update for new HW vlan command

It may help in validation of this release.
Applied, thanks