From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/sfc: fallback to filter with zero vid Date: Wed, 18 Jul 2018 13:59:00 +0100 Message-ID: References: <1531553939-11508-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 To: Andrew Rybchenko , dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7828D160 for ; Wed, 18 Jul 2018 14:59:08 +0200 (CEST) In-Reply-To: <1531553939-11508-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 > > Fallback to filter with VLAN=0 if match without VLAN is not supported > Strictly speaking it is not 100% equivalent, but good tradeoff - > untagged and priority only tagged frames will match. > > Signed-off-by: Igor Romanov > Signed-off-by: Andrew Rybchenko Applied to dpdk-next-net/master, thanks.