From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 0/6] net: aquantia: add rx-flow filter support Date: Wed, 14 Nov 2018 08:50:15 -0800 (PST) Message-ID: <20181114.085015.985792732591228832.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Igor.Russkikh@aquantia.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:47080 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727972AbeKOCyX (ORCPT ); Wed, 14 Nov 2018 21:54:23 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Igor Russkikh Date: Mon, 12 Nov 2018 15:45:56 +0000 > In this patchset the rx-flow filters functionality and vlan filter offloads > are implemented. > > The rules in NIC hardware have fixed order and priorities. > To support this, the locations of filters from ethtool perspective are also fixed: > > * Locations 0 - 15 for VLAN ID filters > * Locations 16 - 31 for L2 EtherType and PCP filters > * Locations 32 - 39 for L3/L4 5-tuple filters (locations 32, 36 for IPv6) Series applied, thanks.