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 D3BB82B8C for ; Thu, 9 Mar 2017 18:28:33 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Mar 2017 09:28:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,136,1486454400"; d="scan'208";a="1120553672" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.255.86.60]) ([10.255.86.60]) by fmsmga001.fm.intel.com with ESMTP; 09 Mar 2017 09:28:29 -0800 To: Andrew Rybchenko , dev@dpdk.org References: <1488470591-5853-1-git-send-email-arybchenko@solarflare.com> <1489073193-2920-1-git-send-email-arybchenko@solarflare.com> From: Ferruh Yigit Message-ID: <88ac2224-e918-06ba-bdf5-6e5308ccbbc3@intel.com> Date: Thu, 9 Mar 2017 17:28:29 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1489073193-2920-1-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 00/11] Support flow API in Solarflare PMD 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: Thu, 09 Mar 2017 17:28:34 -0000 On 3/9/2017 3:26 PM, Andrew Rybchenko wrote: > Support simple queue destination flow API filters in Solarflare > libefx-based PMD including: > - Ethernet source/destination, EtherType exact matching > - VLAN ID exact matching including double-tagging > - IPv4/6 source/destination and IP protocol exact matching > - TCP/UDP source/destination exact matching > > Supported combinations of fields mentioned above depend on > firmware (including running variant) and correctly processed by > validate callback. > > v1 -> v2: > - fix spelling > - add comments to protocol parsers > - add release notes > - add l3 and l4 layer enum items on demand > > Andrew Rybchenko (2): > net/sfc: implement dummy filter control callback > net/sfc: provide a way to check if filter is supported > > Mark Spender (2): > net/sfc/base: split local MAC I/G back into separate flags > net/sfc/base: improve API to get supported filter matches > > Roman Zhukov (7): > net/sfc: add flow API filters support > net/sfc: add VLAN in flow API filters support > net/sfc: add IPV4 in flow API filters support > net/sfc: add IPV6 in flow API filters support > net/sfc: add TCP in flow API filters support > net/sfc: add UDP in flow API filters support > net/sfc: add unknown unicast/multicast match in flow API Series applied to dpdk-next-net/master, thanks.