mbox series

[net-next,v3,0/3] net: dsa: microchip: DCB fixes

Message ID 20240510053828.2412516-1-o.rempel@pengutronix.de (mailing list archive)
Headers show
Series net: dsa: microchip: DCB fixes | expand

Message

Oleksij Rempel May 10, 2024, 5:38 a.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 13, 2024, 11:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 10 May 2024 07:38:25 +0200 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/3] net: dsa: microchip: dcb: rename IPV to IPM
    https://git.kernel.org/netdev/net-next/c/2ccb1ac2d018
  - [net-next,v3,2/3] net: dsa: microchip: dcb: add comments for DSCP related functions
    https://git.kernel.org/netdev/net-next/c/593d6ad1ef43
  - [net-next,v3,3/3] net: dsa: microchip: dcb: set default apptrust to PCP only
    https://git.kernel.org/netdev/net-next/c/01e400f29c91

You are awesome, thank you!