From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <helin.zhang@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id 18F855A76
 for <dev@dpdk.org>; Tue, 27 Oct 2015 08:53:23 +0100 (CET)
Received: from orsmga002.jf.intel.com ([10.7.209.21])
 by fmsmga102.fm.intel.com with ESMTP; 27 Oct 2015 00:53:23 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.20,203,1444719600"; d="scan'208";a="835900670"
Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201])
 by orsmga002.jf.intel.com with ESMTP; 27 Oct 2015 00:53:22 -0700
Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by
 FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Tue, 27 Oct 2015 00:53:22 -0700
Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by
 fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Tue, 27 Oct 2015 00:53:22 -0700
Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.194]) by
 SHSMSX152.ccr.corp.intel.com ([169.254.6.106]) with mapi id 14.03.0248.002;
 Tue, 27 Oct 2015 15:53:20 +0800
From: "Zhang, Helin" <helin.zhang@intel.com>
To: "Wu, Jingjing" <jingjing.wu@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [PATCH 3/4] testpmd: extend commands
Thread-Index: AQHQ9Ok5xZwfT15D/E2di9ANz+HPa55/Ly8Q
Date: Tue, 27 Oct 2015 07:53:19 +0000
Message-ID: <F35DEAC7BCE34641BA9FAC6BCA4A12E70A91DFBD@SHSMSX104.ccr.corp.intel.com>
References: <1442893533-32546-1-git-send-email-jingjing.wu@intel.com>
 <1442893533-32546-4-git-send-email-jingjing.wu@intel.com>
In-Reply-To: <1442893533-32546-4-git-send-email-jingjing.wu@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 3/4] testpmd: extend commands
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: Tue, 27 Oct 2015 07:53:24 -0000



> -----Original Message-----
> From: Wu, Jingjing
> Sent: Tuesday, September 22, 2015 11:46 AM
> To: dev@dpdk.org
> Cc: Wu, Jingjing; Zhang, Helin; Lu, Wenzhuo; Xu, HuilongX
> Subject: [PATCH 3/4] testpmd: extend commands
>=20
> This patch extends commands to support filtering in VFs of flow director.
>=20
> Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>