mbox series

[net-next,v6,0/5] net: hsr: Add support for HSR-SAN (RedBOX)

Message ID 20240423124908.2073400-1-lukma@denx.de (mailing list archive)
Headers show
Series net: hsr: Add support for HSR-SAN (RedBOX) | expand

Message

Lukasz Majewski April 23, 2024, 12:49 p.m. UTC
This patch set provides v6 of HSR-SAN (RedBOX) as well as hsr_redbox.sh
test script.

The most straightforward way to test those patches is to use buildroot
(2024.02.01) to create rootfs and QEMU based environment to run x86_64
Linux.

Then one shall run hsr_redbox.sh and hsr_ping.sh from
tools/testing/selftests/net/hsr.

Lukasz Majewski (5):
  net: hsr: Provide RedBox support (HSR-SAN)
  test: hsr: Remove script code already implemented in lib.sh
  test: hsr: Move common code to hsr_common.sh file
  test: hsr: Extract version agnostic information from ping command
    output
  test: hsr: Add test for HSR RedBOX (HSR-SAN) mode of operation

 include/uapi/linux/if_link.h                  |   1 +
 net/hsr/hsr_device.c                          |  36 +++++-
 net/hsr/hsr_device.h                          |   4 +-
 net/hsr/hsr_forward.c                         |  85 ++++++++++++--
 net/hsr/hsr_framereg.c                        |  52 +++++++++
 net/hsr/hsr_framereg.h                        |   4 +
 net/hsr/hsr_main.h                            |   7 ++
 net/hsr/hsr_netlink.c                         |  30 ++++-
 net/hsr/hsr_slave.c                           |   1 +
 tools/testing/selftests/net/hsr/Makefile      |   3 +-
 tools/testing/selftests/net/hsr/hsr_common.sh |  84 ++++++++++++++
 tools/testing/selftests/net/hsr/hsr_ping.sh   | 106 +-----------------
 tools/testing/selftests/net/hsr/hsr_redbox.sh |  92 +++++++++++++++
 13 files changed, 387 insertions(+), 118 deletions(-)
 create mode 100644 tools/testing/selftests/net/hsr/hsr_common.sh
 create mode 100755 tools/testing/selftests/net/hsr/hsr_redbox.sh

Comments

patchwork-bot+netdevbpf@kernel.org April 26, 2024, 10:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Tue, 23 Apr 2024 14:49:03 +0200 you wrote:
> This patch set provides v6 of HSR-SAN (RedBOX) as well as hsr_redbox.sh
> test script.
> 
> The most straightforward way to test those patches is to use buildroot
> (2024.02.01) to create rootfs and QEMU based environment to run x86_64
> Linux.
> 
> [...]

Here is the summary with links:
  - [net-next,v6,1/5] net: hsr: Provide RedBox support (HSR-SAN)
    https://git.kernel.org/netdev/net-next/c/5055cccfc2d1
  - [net-next,v6,2/5] test: hsr: Remove script code already implemented in lib.sh
    https://git.kernel.org/netdev/net-next/c/680fda4f6714
  - [net-next,v6,3/5] test: hsr: Move common code to hsr_common.sh file
    https://git.kernel.org/netdev/net-next/c/154a82cb64be
  - [net-next,v6,4/5] test: hsr: Extract version agnostic information from ping command output
    https://git.kernel.org/netdev/net-next/c/40b90bf60ce1
  - [net-next,v6,5/5] test: hsr: Add test for HSR RedBOX (HSR-SAN) mode of operation
    https://git.kernel.org/netdev/net-next/c/542e645c4a4d

You are awesome, thank you!