From patchwork Fri May 10 05:38:25 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oleksij Rempel X-Patchwork-Id: 13660893 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C40E815E5C9 for ; Fri, 10 May 2024 05:38:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715319521; cv=none; b=h8umkH+XoyrQ//XoW1yluKNN6jlvONMTjOHtFyDIk3IOD8rEe8VuRubl+pmdWDXvYtQCSPAWf0nS2zVYEFQ+MHuQ81sV+9MF1MyMQzhoUR+81DFDiBjLhu/CN+80b260OOV0C9MpvVwqB00RuyPTGkonslaf/xQnZmRQIcAUiEs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715319521; c=relaxed/simple; bh=GSpMQSri9vV2W/mPCjfVGmKY0KvOr6Roho9vskVmg4I=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=BKVpsAgdOMjjvxguboRsjmvQfCOMlOgDX2okyhyunDnICaFWyQeLOVYzhE95WV07xhbbmNqLO7aTuuiOAKOnKP9gs4QLHMusVDpJ1duZRUUO/jkP19faCS39QHQFcr7KYFlryPoAi4kLzvEd6oxqN5/dEDQMJFfObUezCPt6XHE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1s5Ixk-0006RX-4d; Fri, 10 May 2024 07:38:32 +0200 Received: from [2a0a:edc0:0:1101:1d::ac] (helo=dude04.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s5Ixh-000a4C-D4; Fri, 10 May 2024 07:38:29 +0200 Received: from ore by dude04.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1s5Ixh-00A7bx-15; Fri, 10 May 2024 07:38:29 +0200 From: Oleksij Rempel To: "David S. Miller" , Andrew Lunn , Eric Dumazet , Florian Fainelli , Jakub Kicinski , Paolo Abeni , Vladimir Oltean , Woojung Huh , Arun Ramadoss Cc: Oleksij Rempel , kernel@pengutronix.de, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, UNGLinuxDriver@microchip.com, David Ahern , Simon Horman , Willem de Bruijn , =?utf-8?q?S=C3=B8ren_Andersen?= Subject: [PATCH net-next v3 0/3] net: dsa: microchip: DCB fixes Date: Fri, 10 May 2024 07:38:25 +0200 Message-Id: <20240510053828.2412516-1-o.rempel@pengutronix.de> X-Mailer: git-send-email 2.39.2 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: ore@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org This patch series address recommendation to rename IPV to IPM to avoid confusion with IPV name used in 802.1Qci PSFP. And restores default "PCP only" configuration as source of priorities to avoid possible regressions. change logs are in separate patches. Oleksij Rempel (3): net: dsa: microchip: dcb: rename IPV to IPM net: dsa: microchip: dcb: add comments for DSCP related functions net: dsa: microchip: dcb: set default apptrust to PCP only drivers/net/dsa/microchip/ksz_common.c | 46 +++++------ drivers/net/dsa/microchip/ksz_common.h | 2 +- drivers/net/dsa/microchip/ksz_dcb.c | 106 ++++++++++++++----------- 3 files changed, 85 insertions(+), 69 deletions(-)