Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753805AbdHKVs0 (ORCPT ); Fri, 11 Aug 2017 17:48:26 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:60672 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753401AbdHKVsY (ORCPT ); Fri, 11 Aug 2017 17:48:24 -0400 Date: Fri, 11 Aug 2017 14:48:23 -0700 (PDT) Message-Id: <20170811.144823.1928647996484981190.davem@davemloft.net> To: sam@mendozajonas.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org, joel@jms.id.au, benh@kernel.crashing.org, gwshan@linux.vnet.ibm.com, ratagupt@in.ibm.com Subject: Re: [PATCH 0/3] NCSI VLAN Filtering Support From: David Miller In-Reply-To: <20170811061648.19661-1-sam@mendozajonas.com> References: <20170811061648.19661-1-sam@mendozajonas.com> X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 11 Aug 2017 14:48:24 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 610 Lines: 12 From: Samuel Mendoza-Jonas Date: Fri, 11 Aug 2017 16:16:45 +1000 > This series (mainly patch 3) adds VLAN filtering to the NCSI implementation. > A fair amount of code already exists in the NCSI stack for VLAN filtering but > none of it is actually hooked up. This goes the final mile and fixes a few > bugs in the existing code found along the way (patch 2). > > Patch 1 adds the appropriate flag to the ftgmac100 driver to enable filtering > as it's a large consumer of NCSI (and what I've been testing on). This patch series does not apply cleanly to net-next, you need to respin.