From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc: announce ABI change of rte_eth_fdir_filter, rte_eth_fdir_masks Date: Wed, 12 Aug 2015 16:19:35 +0200 Message-ID: <2066362.lVp0G6aZkE@xps13> References: <1436410049-32516-1-git-send-email-wenzhuo.lu@intel.com> <1436495067-2139-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Lu, Wenzhuo" Return-path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 6335C8D3D for ; Wed, 12 Aug 2015 16:20:54 +0200 (CEST) Received: by wicja10 with SMTP id ja10so29664620wic.1 for ; Wed, 12 Aug 2015 07:20:54 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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 these > > new lookup fields. > > > > v2 changes: > > * Correct the names of the structures. > > * Wrap the words. > > * Add explanation for the new modes. > > > > Signed-off-by: Wenzhuo Lu > > Acked-by: John McNamara Applied, thanks