From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 300025A44 for ; Wed, 4 Jan 2017 15:48:47 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP; 04 Jan 2017 06:48:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,459,1477983600"; d="scan'208";a="49436768" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by fmsmga005.fm.intel.com with ESMTP; 04 Jan 2017 06:48:45 -0800 To: Nelio Laranjeiro , dev@dpdk.org References: Cc: Adrien Mazarguil From: Ferruh Yigit Message-ID: <3c722f0b-6eb1-0e1e-36f6-ccbff096fe0b@intel.com> Date: Wed, 4 Jan 2017 14:48:45 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5 0/6] net/mlx5: support flow API X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2017 14:48:48 -0000 On 12/29/2016 3:15 PM, Nelio Laranjeiro wrote: > Changes in v5: > > - Fix masking when only spec is present in item structure. > - Fix first element of flow items array. > > Changes in v4: > > - Simplify flow parsing by using a graph. > - Add VXLAN flow item. > - Add mark flow action. > - Extend IPv4 filter item (Type of service, Next Protocol ID). > > Changes in v3: > > - Fix Ethernet ether type issue. > > Changes in v2: > > - Fix several issues. > - Support VLAN filtering. > > Nelio Laranjeiro (6): > net/mlx5: add preliminary flow API support > net/mlx5: support basic flow items and actions > net/mlx5: support VLAN flow item > net/mlx5: support VXLAN flow item > net/mlx5: support mark flow action > net/mlx5: extend IPv4 flow item > Series applied to dpdk-next-net/master, thanks.