From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 00/14] net/sfc: support flow API for tunnels Date: Fri, 9 Mar 2018 10:37:35 +0000 Message-ID: <7811fb88-a76b-85e7-db9a-4d74b5a76857@intel.com> References: <1519735526-2259-1-git-send-email-arybchenko@solarflare.com> <1520349899-31810-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Andrew Rybchenko , dev@dpdk.org 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) In-Reply-To: <1520349899-31810-1-git-send-email-arybchenko@solarflare.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.