mbox series

[net-next,v2,0/4] net: dsa: add pause stats support

Message ID 20220628085155.2591201-1-o.rempel@pengutronix.de (mailing list archive)
Headers show
Series net: dsa: add pause stats support | expand

Message

Oleksij Rempel June 28, 2022, 8:51 a.m. UTC
changes v2:
- add Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
- remove packet calculation fix from ar9331 patch. It needs more fixes.
- add packet calculation fix for microchip

Oleksij Rempel (4):
  net: dsa: add get_pause_stats support
  net: dsa: ar9331: add support for pause stats
  net: dsa: microchip: add pause stats support
  net: dsa: microchip: count pause packets together will all other
    packets

 drivers/net/dsa/microchip/ksz_common.c | 25 +++++++++++++++++++++++--
 drivers/net/dsa/microchip/ksz_common.h |  1 +
 drivers/net/dsa/qca/ar9331.c           | 17 +++++++++++++++++
 include/net/dsa.h                      |  2 ++
 net/dsa/slave.c                        | 11 +++++++++++
 5 files changed, 54 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 30, 2022, 3:40 a.m. UTC | #1
Hello:

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

On Tue, 28 Jun 2022 10:51:51 +0200 you wrote:
> changes v2:
> - add Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
> - remove packet calculation fix from ar9331 patch. It needs more fixes.
> - add packet calculation fix for microchip
> 
> Oleksij Rempel (4):
>   net: dsa: add get_pause_stats support
>   net: dsa: ar9331: add support for pause stats
>   net: dsa: microchip: add pause stats support
>   net: dsa: microchip: count pause packets together will all other
>     packets
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/4] net: dsa: add get_pause_stats support
    https://git.kernel.org/netdev/net-next/c/3d410403a572
  - [net-next,v2,2/4] net: dsa: ar9331: add support for pause stats
    https://git.kernel.org/netdev/net-next/c/ea294f39b438
  - [net-next,v2,3/4] net: dsa: microchip: add pause stats support
    https://git.kernel.org/netdev/net-next/c/c4748ff6566b
  - [net-next,v2,4/4] net: dsa: microchip: count pause packets together will all other packets
    https://git.kernel.org/netdev/net-next/c/961d6c70d886

You are awesome, thank you!