mbox series

[net,0/3] selftests: net: more fixes

Message ID cover.1706723341.git.pabeni@redhat.com (mailing list archive)
Headers show
Series selftests: net: more fixes | expand

Message

Paolo Abeni Jan. 31, 2024, 5:52 p.m. UTC
Another small bunch of fixes, addressing issues outlined by the
netdev CI.

Paolo Abeni (3):
  selftests: net: cut more slack for gro fwd tests.
  selftests: net: fix setup_ns usage in rtnetlink.sh
  selftests: net: enable some more knobs

 tools/testing/selftests/net/config            |  3 +++
 tools/testing/selftests/net/rtnetlink.sh      |  6 ++----
 tools/testing/selftests/net/udpgro_fwd.sh     | 14 ++++++++++++--
 tools/testing/selftests/net/udpgso_bench_rx.c |  2 +-
 4 files changed, 18 insertions(+), 7 deletions(-)

Comments

Jakub Kicinski Feb. 1, 2024, 4:47 p.m. UTC | #1
On Wed, 31 Jan 2024 18:52:26 +0100 Paolo Abeni wrote:
> Another small bunch of fixes, addressing issues outlined by the
> netdev CI.
> 
> Paolo Abeni (3):
>   selftests: net: cut more slack for gro fwd tests.
>   selftests: net: fix setup_ns usage in rtnetlink.sh
>   selftests: net: enable some more knobs

Let me apply the last patch since it's equivalent to what we had
locally in the CI bot for a week. (The rest needs a repost since
they didn't apply at the time of posting.)