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=-12.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham 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 53E75C4743C for ; Mon, 21 Jun 2021 11:30:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 32F83610C7 for ; Mon, 21 Jun 2021 11:30:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229640AbhFULdG (ORCPT ); Mon, 21 Jun 2021 07:33:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:56668 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229487AbhFULdF (ORCPT ); Mon, 21 Jun 2021 07:33:05 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 63C3560FE9; Mon, 21 Jun 2021 11:30:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1624275051; bh=LG6QB8SVQUWlDQVvmjlKt3qg1g6KvcmwLsMeAmJ+OGE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=an59891NjcUMADK+isizPY3/fQW+2kC7ybyqrYIdsoLDnTEuMPEJJ1EDUPieuSs/g HjtAL5+StKHQbqZa1aCyomuiACEBGxpDjQ6QeZg62OmTTJphMfLRdgbGkZFFukEla4 ivMIUacx2d/FEn2RmBxMHrnMlxV7o4lJ7/k70P7jtUNHEdGQzyUBT4gtub9to5pD5r x177oVg5k8UOcF6vp3uDE8rnpefdFLTAHwNUnDUkcIPzzMuP+4iuj7IOBY/Mnfqqm0 rAKfsP16MxrW8RbaXid2ROTt8gl6ys5wMyYp2w0oB1an1irY/u3Qbwa4S/9xE4CN0p 3sj0d/XeXmvxw== Date: Mon, 21 Jun 2021 13:30:48 +0200 From: Marek =?UTF-8?B?QmVow7pu?= To: Eldar Gasanov Cc: netdev@vger.kernel.org, Andrew Lunn , Vivien Didelot , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Jakub Kicinski Subject: Re: [PATCH] mv88e6xxx: fixed adding vlan 0 Message-ID: <20210621133026.475c3564@dellmb> In-Reply-To: <20210621085437.25777-1-eldargasanov2@gmail.com> References: <20210621085437.25777-1-eldargasanov2@gmail.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) 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 Mon, 21 Jun 2021 11:54:38 +0300 Eldar Gasanov wrote: > 8021q module adds vlan 0 to all interfaces when it starts. > When 8021q module is loaded it isn't possible to create bond > with mv88e6xxx interfaces, bonding module dipslay error > "Couldn't add bond vlan ids", because it tries to add vlan 0 > to slave interfaces. > > There is unexpected behavior in the switch. When a PVID > is assigned to a port the switch changes VID to PVID > in ingress frames with VID 0 on the port. Expected > that the switch doesn't assign PVID to tagged frames > with VID 0. But there isn't a way to change this behavior > in the switch. > > Signed-off-by: Eldar Gasanov Patch subject should be net: dsa: mv88e6xxx: Fix adding VLAN 0 We use present simple tense in commit messages.