From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 1D5BB5F2D for ; Fri, 9 Mar 2018 11:37:38 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Mar 2018 02:37:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,445,1515484800"; d="scan'208";a="181286031" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.62]) ([10.237.221.62]) by orsmga004.jf.intel.com with ESMTP; 09 Mar 2018 02:37:35 -0800 To: Andrew Rybchenko , dev@dpdk.org References: <1519735526-2259-1-git-send-email-arybchenko@solarflare.com> <1520349899-31810-1-git-send-email-arybchenko@solarflare.com> From: Ferruh Yigit Message-ID: <7811fb88-a76b-85e7-db9a-4d74b5a76857@intel.com> Date: Fri, 9 Mar 2018 10:37:35 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <1520349899-31810-1-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 00/14] net/sfc: support flow API for tunnels 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: Fri, 09 Mar 2018 10:37:39 -0000 On 3/6/2018 3:24 PM, Andrew Rybchenko wrote: > Update base driver and the PMD itself to support flow API > patterns for tunnels: VXLAN, NVGRE and Geneve. > > Applicable to SFN8xxx NICs with full-feature firmware variant running. > > Andrew Rybchenko (1): > doc: add net/sfc flow API support for tunnels > > Roman Zhukov (12): > net/sfc/base: support filters for encapsulated packets > net/sfc/base: support VNI/VSID and inner frame local MAC > net/sfc/base: distinguish filters for encapsulated packets > net/sfc: add VXLAN in flow API filters support > net/sfc: add NVGRE in flow API filters support > net/sfc: add GENEVE in flow API filters support > net/sfc: add inner frame ETH in flow API filters support > net/sfc: add infrastructure to make many filters from flow > net/sfc: multiply of specs with an unknown EtherType > net/sfc: multiply of specs w/o inner frame destination MAC > net/sfc: multiply of specs with an unknown destination MAC > net/sfc: avoid creation of ineffective flow rules > > Vijay Srivastava (1): > net/sfc/base: support VXLAN filter creation Series applied to dpdk-next-net/master, thanks.