From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C2CBB20F for ; 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" To: "Lu, Wenzhuo" , "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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 Acked-by: John McNamara