From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59D64C433DB for ; Fri, 26 Feb 2021 23:50:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1DAAC64F0E for ; Fri, 26 Feb 2021 23:50:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229990AbhBZXuF (ORCPT ); Fri, 26 Feb 2021 18:50:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:52984 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229863AbhBZXuE (ORCPT ); Fri, 26 Feb 2021 18:50:04 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8479764EFA; Fri, 26 Feb 2021 23:49:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1614383363; bh=bGCuAne9qltV0wpM3AH8NOFz7x+4d/E3laWWipFwXzY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=FvNNdy6maTEbGyYGRpcw4ir9nvNWCIn6uiq3l9VJe04rdOIaLAVl+7mw6p4Ooy7cj 9V1cMegUTp12i7/ujyV2lXl9M9/mMgyVEq7GpNbt9IGAjyIoiwIH0OdIdBZsX8XuZW /o190V8u0zrPFR8tyXeux5PkdzGOv8KtTpk5KBTp8GJDnPgVS3jGnHoLHlJaXioQJX G8FRtfhd4/r2sew90uqc1lpi/Xe8jwTJG8cKgt0ZPa1QqTeZyyu3GUcfmox2GFlJcf aSJpsDwy+1LQkggcdnsVsKVOoGFSnozhKCpzudoevuGM5Z8LVyp+juj812DKGMZ7h1 J7Yi0LQifVYPw== Date: Fri, 26 Feb 2021 15:49:22 -0800 From: Jakub Kicinski To: Vladimir Oltean Cc: "David S . Miller" , netdev@vger.kernel.org, Michael Walle , Claudiu Manoil , Alexandru Marginean , Vladimir Oltean , Markus =?UTF-8?B?QmzDtmNobA==?= Subject: Re: [PATCH v2 net 5/6] net: enetc: don't disable VLAN filtering in IFF_PROMISC mode Message-ID: <20210226154922.5956512b@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <20210226234244.w7xw7qnpo3skdseb@skbuf> References: <20210225121835.3864036-1-olteanv@gmail.com> <20210225121835.3864036-6-olteanv@gmail.com> <20210226152836.31a0b1bb@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20210226234244.w7xw7qnpo3skdseb@skbuf> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sat, 27 Feb 2021 01:42:44 +0200 Vladimir Oltean wrote: > On Fri, Feb 26, 2021 at 03:28:36PM -0800, Jakub Kicinski wrote: > > I don't understand what you're fixing tho. > > > > Are we trying to establish vlan-filter-on as the expected behavior? > > What I'm fixing is unexpected behavior, according to the applicable > standards I could find. If I don't mark this change as a bug fix but as > a simple patch, somebody could claim it's a regression, since promiscuity > used to be enough to see packets with unknown VLANs, and now it no > longer is... Can we take it into net-next? What's your feeling on that option?