From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <john.mcnamara@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id C2CBB20F
 for <dev@dpdk.org>; Tue,  4 Aug 2015 10:58:30 +0200 (CEST)
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by fmsmga102.fm.intel.com with ESMTP; 04 Aug 2015 01:58:24 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.15,607,1432623600"; d="scan'208";a="741780250"
Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23])
 by orsmga001.jf.intel.com with ESMTP; 04 Aug 2015 01:58:23 -0700
Received: from irsmsx103.ger.corp.intel.com ([169.254.3.149]) by
 IRSMSX109.ger.corp.intel.com ([169.254.13.130]) with mapi id 14.03.0224.002;
 Tue, 4 Aug 2015 09:56:33 +0100
From: "Mcnamara, John" <john.mcnamara@intel.com>
To: "Lu, Wenzhuo" <wenzhuo.lu@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH v2] doc: announce ABI change of
 rte_eth_fdir_filter, rte_eth_fdir_masks
Thread-Index: AQHQureeYkL+a4v9U0G4rgppjrx8VJ37sWtA
Date: Tue, 4 Aug 2015 08:56:32 +0000
Message-ID: <B27915DBBA3421428155699D51E4CFE2022DCBB4@IRSMSX103.ger.corp.intel.com>
References: <1436410049-32516-1-git-send-email-wenzhuo.lu@intel.com>
 <1436495067-2139-1-git-send-email-wenzhuo.lu@intel.com>
In-Reply-To: <1436495067-2139-1-git-send-email-wenzhuo.lu@intel.com>
Accept-Language: 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 v2] doc: announce ABI change
	of	rte_eth_fdir_filter, rte_eth_fdir_masks
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, 04 Aug 2015 08:58:31 -0000

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wenzhuo Lu
> Sent: Friday, July 10, 2015 3:24 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v2] doc: announce ABI change of
> rte_eth_fdir_filter, rte_eth_fdir_masks
>=20
> For x550 supports 2 new flow director modes, MAC VLAN and Cloud. The MAC
> VLAN mode means the MAC and VLAN are monitored. The Cloud mode is for
> VxLAN and NVGRE, and the tunnel type, TNI/VNI, inner MAC and inner VLAN
> are monitored. So, there're a few new lookup fields for these 2 new modes=
,
> like MAC, tunnel type, TNI/VNI. We have to change the ABI to support thes=
e
> new lookup fields.
>=20
> v2 changes:
> * Correct the names of the structures.
> * Wrap the words.
> * Add explanation for the new modes.
>=20
> Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>

Acked-by: John McNamara <john.mcnamara@intel.com>