From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <wenzhuo.lu@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id B940B3B5
 for <dev@dpdk.org>; Thu,  9 Jul 2015 10:42:02 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga103.fm.intel.com with ESMTP; 09 Jul 2015 01:42:01 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.15,438,1432623600"; d="scan'208";a="602878081"
Received: from pgsmsx105.gar.corp.intel.com ([10.221.44.96])
 by orsmga003.jf.intel.com with ESMTP; 09 Jul 2015 01:42:00 -0700
Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by
 PGSMSX105.gar.corp.intel.com (10.221.44.96) with Microsoft SMTP Server (TLS)
 id 14.3.224.2; Thu, 9 Jul 2015 16:39:27 +0800
Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.165]) by
 SHSMSX103.ccr.corp.intel.com ([169.254.4.46]) with mapi id 14.03.0224.002;
 Thu, 9 Jul 2015 16:39:25 +0800
From: "Lu, Wenzhuo" <wenzhuo.lu@intel.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>
Thread-Topic: [dpdk-dev] [PATCH] doc: announce ABI change of
 rte_fdir_filter, rte_fdir_masks
Thread-Index: AQHQufGmpCTFOUjHekmAWOnk0Mt+zp3SONoAgACYjTA=
Date: Thu, 9 Jul 2015 08:39:25 +0000
Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909CF8C64@shsmsx102.ccr.corp.intel.com>
References: <1436410049-32516-1-git-send-email-wenzhuo.lu@intel.com>
 <1659674.ZWB7NxpVj5@xps13>
In-Reply-To: <1659674.ZWB7NxpVj5@xps13>
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
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI change of rte_fdir_filter,
 rte_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: Thu, 09 Jul 2015 08:42:03 -0000

Hi Thomas,

> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Thursday, July 9, 2015 3:33 PM
> To: Lu, Wenzhuo
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI change of rte_fdir_filt=
er,
> rte_fdir_masks
>=20
> 2015-07-09 10:47, Wenzhuo Lu:
> > +* The ABI changes are planned for struct rte_fdir_filter and rte_fdir_=
masks in
> order to support new flow director modes, MAC VLAN and Cloud on x550. The
> upcoming release 2.1 will not contain these ABI changes, but release 2.2 =
will,
> and no backwards compatibility is planed due to this change. Binaries usi=
ng this
> library build prior to version 2.2 will require updating and recompilatio=
n.
>=20
> Please wrap it.
> What means Cloud for flow director? If you think about a tunnel type, ple=
ase
> name it.
Thanks for the comments, I'll send a V2.
Wenzhuo