From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=wcPgNR8IazKnkR927Lg6CK10iuwwcxIVQ+s44QU7Y54=; b=b+DRYV+QTVTMaJHYfqHZM8/zyL8wa2zrOp3V8JSdvNMdBqFLf7Hc1hJUoDyPZHsJa6 WsWqd9i3MvozdllsuvggL/a1KGWauIcswn0nMTMHM8DxE24eaa5eTxItDR/W0FBuiXV2 xL14FivCRE5+BjYqz2YNEclmCuueRFBQMbIW4NKQRJHo9JtuqezK0KnBdlpklzE5QNXv kCgSc7LFAiLZ8/sZxgr2B2E1i3lGx1fnv+QtjcKN7Z0bdnFfYUXVIW7tjTmWkvlkpkf4 CgyTArWZSoy0mrsTGGjQPiqt/PLC0pcKxK31vFyRz7EXHM30WNEQms7W0yOH72RQIyP8 dPxA== X-Gm-Message-State: ALoCoQmtDekM0yc/AwanHHWUk183WSXQQYTiY08bEdGbFtht4dPOh1SA41OyjgtNi0ieRdepTRPK X-Received: by 10.194.238.168 with SMTP id vl8mr70647502wjc.128.1439389252873; Wed, 12 Aug 2015 07:20:52 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id g13sm8202265wjs.21.2015.08.12.07.20.49 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 12 Aug 2015 07:20:51 -0700 (PDT) From: Thomas Monjalon To: "Lu, Wenzhuo" Date: Wed, 12 Aug 2015 16:19:35 +0200 Message-ID: <2066362.lVp0G6aZkE@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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: Wed, 12 Aug 2015 14:20:54 -0000 > > 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