From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/sfc: fix filter exceptions logic Date: Wed, 18 Jul 2018 13:53:19 +0100 Message-ID: <1be6e213-41bd-c2bd-3c5a-3ea755fde715@intel.com> References: <1531553903-11440-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Igor Romanov , stable@dpdk.org To: Andrew Rybchenko , dev@dpdk.org Return-path: In-Reply-To: <1531553903-11440-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 7/14/2018 8:38 AM, Andrew Rybchenko wrote: > From: Igor Romanov > > Now exception logic handles these cases: > > When FW variant does not support filters with transport ports, but > IP protocol filters are supported, TCP/UDP protocol filters may be > used. When FW variant does not support filters with IPv4/6 addresses > or IP protocol, but filters with EtherType are supported, IPv4 and > IPv6 EtherTypes may be used > > Fixes: 096dba799b4a ("net/sfc: avoid creation of ineffective flow rules") > Cc: stable@dpdk.org > > Signed-off-by: Igor Romanov > Signed-off-by: Andrew Rybchenko Applied to dpdk-next-net/master, thanks.