Re: [PATCH net] selftests: tls: swap the TX and RX sockets in some tests

2023-09-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Tue, 12 Sep 2023 16:16:25 +0200 you wrote: > tls.sendmsg_large and tls.sendmsg_multiple are trying to send through > the self->cfd socket (only configured with TLS_RX) and to receive through > the self->fd socket (only

Re: [PATCH bpf-next v3 0/9] arm32, bpf: add support for cpuv4 insns

2023-09-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Thu, 7 Sep 2023 23:05:41 + you wrote: > Changes in V2 -> V3 > - Added comments at places where there could be confustion. > - In the patch for DIV64, fix the if-else case that would never run. > - In the s

Re: [PATCH bpf 0/3] libbpf/selftests syscall wrapper fixes for RISC-V

2023-10-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Wed, 4 Oct 2023 13:09:02 +0200 you wrote: > From: Björn Töpel > > Commit 08d0ce30e0e4 ("riscv: Implement syscall wrappers") introduced > some regressions in libbpf, and the kselftests BPF suite, which are > fix

Re: [PATCH bpf-next 0/3] selftest/bpf, riscv: Improved cross-building support

2023-10-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Wed, 4 Oct 2023 14:27:18 +0200 you wrote: > From: Björn Töpel > > Yet another "more cross-building support for RISC-V" series. > > An example how to invoke a gen_tar build: > > | make ARCH=riscv CROSS_COMPI

Re: [PATCH bpf-next v2 0/2] cleanups for sockmap_listen

2023-10-05 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Thu, 5 Oct 2023 15:21:50 +0800 you wrote: > v2: > - rename c0/c1 to cli0/cli1, p0/p1 to peer0/perr1 as Daniel suggested. > > Two cleanups for sockmap_listen selftests: enable a kconfig and add a > new helper.

Re: [PATCH bpf-next v3] selftests/bpf: Add pairs_redir_to_connected helper

2023-10-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Fri, 6 Oct 2023 18:32:16 +0800 you wrote: > Extract duplicate code from these four functions > > unix_redir_to_connected() > udp_redir_to_connected() > inet_unix_redir_to_connected() > unix_inet_redir_to_con

Re: [PATCH net-next 00/11] Extend VXLAN driver to support FDB flushing

2023-10-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Mon, 9 Oct 2023 13:06:07 +0300 you wrote: > The merge commit 92716869375b ("Merge branch 'br-flush-filtering'") added > support for FDB flushing in bridge driver. Extend VXLAN driver to support > FDB flushing als

Re: [patch net-next] selftests: netdevsim: use suitable existing dummy file for flash test

2023-10-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 10 Oct 2023 16:44:00 +0200 you wrote: > From: Jiri Pirko > > The file name used in flash test was "dummy" because at the time test > was written, drivers were responsible for file request and as netdevsim >

Re: [PATCH net v2 0/4] selftests: openvswitch: Minor fixes for some systems

2023-10-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by David S. Miller : On Wed, 11 Oct 2023 15:49:35 -0400 you wrote: > A number of corner cases were caught when trying to run the selftests on > older systems. Missed skip conditions, some error cases, and outdated > python setups would all

Re: [PATCH] selftests: net: remove unused variables

2023-10-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Sun, 15 Oct 2023 23:30:39 -0700 you wrote: > These variables are never referenced in the code, just remove them > > Signed-off-by: zhujun2 > --- > tools/testing/selftests/net/af_unix/scm_pidfd.c | 1 - > to

Re: [PATCH net-next v5 0/5] bridge: Add a limit on learned FDB entries

2023-10-17 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 16 Oct 2023 15:27:19 +0200 you wrote: > Introduce a limit on the amount of learned FDB entries on a bridge, > configured by netlink with a build time default on bridge creation in > the kernel config. > > Fo

Re: [PATCH v2] selftests:net change ifconfig with ip command

2023-10-24 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 23 Oct 2023 18:04:22 +0530 you wrote: > Change ifconfig with ip command, > on a system where ifconfig is > not used this script will not > work correcly. > > Test result with this patchset: > > [...] Here i

Re: [PATCH bpf v3 0/2] bpf: Fix incorrect immediate spill

2023-11-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf.git (master) by Alexei Starovoitov : On Wed, 01 Nov 2023 13:33:50 +0100 you wrote: > Immediate is incorrectly cast to u32 before being spilled, losing sign > information. The range information is incorrect after load again. Fix > immediate spill by remove

Re: [PATCH bpf-next v3 1/2] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter

2023-11-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Sat, 28 Oct 2023 10:54:13 +0530 you wrote: > As it was pointed out by Yonghong Song [1], in the bpf selftests the use > of the ASSERT_* series of macros is preferred over the CHECK macro. > This patch replaces

Re: [PATCH bpf] selftests/bpf: Fix broken build where char is unsigned

2023-11-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (master) by Alexei Starovoitov : On Thu, 2 Nov 2023 11:35:37 +0100 you wrote: > From: Björn Töpel > > There are architectures where char is not signed. If so, the following > error is triggered: > > | xdp_hw_metadata.c:435:42: error: result of co

Re: [PATCHv2 net] selftests: pmtu.sh: fix result checking

2023-11-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Tue, 31 Oct 2023 11:47:32 +0800 you wrote: > In the PMTU test, when all previous tests are skipped and the new test > passes, the exit code is set to 0. However, the current check mistakenly > treats this as an assignm

Re: [PATCH] selftests: bpf: config.aarch64: disable CONFIG_DEBUG_INFO_REDUCED

2023-11-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Fri, 3 Nov 2023 23:09:12 +0100 you wrote: > Building an arm64 kernel and seftests/bpf with defconfig + > selftests/bpf/config and selftests/bpf/config.aarch64 the fragment > CONFIG_DEBUG_INFO_REDUCED is enabled in

Re: [PATCH bpf-next] selftests/bpf: add assert for user stacks in test_task_stack

2023-11-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Sat, 11 Nov 2023 18:30:10 -0800 you wrote: > This is a follow up to: > commit b8e3a87a627b ("bpf: Add crosstask check to __bpf_get_stack"). > > This test ensures that the task iterator only gets a single > user st

Re: [PATCH net 0/5] mptcp: misc. fixes for v6.7

2023-11-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 14 Nov 2023 00:16:12 +0100 you wrote: > Here are a few fixes related to MPTCP: > > - Patch 1 limits GSO max size to ~64K when MPTCP is being used due to a > spec limit. 'gso_max_size' can exceed the max value s

Re: [PATCH net-next v3] selftests/net: synchronize udpgro tests' tx and rx connection

2023-11-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 14 Nov 2023 10:11:31 -0500 you wrote: > The sockets used by udpgso_bench_tx aren't always ready when > udpgso_bench_tx transmits packets. This issue is more prevalent in -rt > kernels, but can occur in both.

Re: [PATCH net-next] selftests: net: verify fq per-band packet limit

2023-11-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 16 Nov 2023 15:34:43 -0500 you wrote: > From: Willem de Bruijn > > Commit 29f834aa326e ("net_sched: sch_fq: add 3 bands and WRR > scheduling") introduces multiple traffic bands, and per-band maximum > packet

Re: [PATCH bpf-next v3 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros

2023-11-21 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Tue, 21 Nov 2023 05:33:14 +0530 you wrote: > Multiple files/programs in `tools/testing/selftests/bpf/prog_tests/` still > heavily use the `CHECK` macro, even when better `ASSERT_` alternatives are > available. >

Re: [PATCH net 0/4] selftests/net: fix a few small compiler warnings

2023-11-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 24 Nov 2023 12:15:18 -0500 you wrote: > From: Willem de Bruijn > > Observed a clang warning when backporting cmsg_sender. > Ran the same build against all the .c files under selftests/net. > > This is clang-14

Re: [PATCH net-next 0/5] selftests: tc-testing: updates and cleanups for tdc

2023-11-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 24 Nov 2023 12:42:43 -0300 you wrote: > Address the recommendations from the previous series and cleanup some > leftovers. > > Pedro Tammela (5): > selftests: tc-testing: remove buildebpf plugin > selfte

Re: [PATCH bpf-next v5 0/3] selftests/bpf: Use pkg-config to determine ld flags

2023-11-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Sat, 25 Nov 2023 17:42:49 +0900 you wrote: > When linking statically, libraries may require other dependencies to be > included to ld flags. In particular, libelf may require libzstd. Use > pkg-config to determine

Re: [PATCH net-next 0/4] selftests: tc-testing: more tdc updates

2023-11-29 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Wed, 29 Nov 2023 19:24:20 -0300 you wrote: > Follow-up on a feedback from Jakub and random cleanups from related > net/sched patches > > Pedro Tammela (4): > selftests: tc-testing: remove spurious nsPlugin u

Re: [PATCH net-next 0/4] selftests: tc-testing: more tdc updates

2023-11-30 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 29 Nov 2023 19:24:20 -0300 you wrote: > Follow-up on a feedback from Jakub and random cleanups from related > net/sched patches > > Pedro Tammela (4): > selftests: tc-testing: remove spurious nsPlugin usag

Re: [PATCH][NEXT] selftests/bpf: Fix spelling mistake "get_signaure_size" -> "get_signature_size"

2023-12-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Mon, 4 Dec 2023 09:39:40 + you wrote: > There is a spelling mistake in an ASSERT_GT message. Fix it. > > Signed-off-by: Colin Ian King > --- > tools/testing/selftests/bpf/prog_tests/verify_pkcs7_sig.c | 2 +

Re: [PATCHv3 net-next 00/14] Conver net selftests to run in unique namespace (Part 1)

2023-12-05 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Sat, 2 Dec 2023 10:00:56 +0800 you wrote: > As Guillaume pointed, many selftests create namespaces with very common > names (like "client" or "server") or even (partially) run directly in > init_net. > This makes t

Re: [PATCH net-next 0/9] Convert net selftests to run in unique namespace (Part 2)

2023-12-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Wed, 6 Dec 2023 15:07:52 +0800 you wrote: > Here is the 2nd part of converting net selftests to run in unique namespace. > This part converts all bridge, vxlan, vrf tests. > > Here is the part 1 link: > https:/

Re: [net-next v1 00/16] Device Memory TCP

2023-12-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 7 Dec 2023 16:52:31 -0800 you wrote: > Major changes in v1: > -- > > 1. Implemented MVP queue API ndos to remove the userspace-visible >driver reset. > > 2. Fixed issues in the napi_pp_put_

Re: [PATCH bpf-next v6 0/5] Add bpf_xdp_get_xfrm_state() kfunc

2023-12-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Thu, 14 Dec 2023 15:49:01 -0700 you wrote: > This patchset adds two kfunc helpers, bpf_xdp_get_xfrm_state() and > bpf_xdp_xfrm_state_release() that wrap xfrm_state_lookup() and > xfrm_state_put(). The intent is

Re: [PATCHv2 net-next 00/13] Convert net selftests to run in unique namespace (Part 3)

2023-12-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 13 Dec 2023 14:08:43 +0800 you wrote: > Here is the 3rd part of converting net selftests to run in unique namespace. > This part converts all srv6 and fib tests. > > Note that patch 06 is a fix for testing f

Re: [PATCH bpf-next 0/3] Various BPF exception improvements

2023-12-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Thu, 14 Dec 2023 15:56:24 -0700 you wrote: > Two small improves to BPF exceptions in this patchset: > > 1. Allow throwing exceptions in XDP progs > 2. Add some macros to help release references before throwing

Re: [PATCH net 0/4] mptcp: misc. fixes for v6.7

2023-12-17 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by David S. Miller : On Fri, 15 Dec 2023 17:04:23 +0100 you wrote: > Here are a few fixes related to MPTCP: > > Patch 1 avoids skipping some subtests of the MPTCP Join selftest by > mistake when using older versions of GCC. This fixes a pat

Re: [PATCH bpf-next v5 0/4] bpf: support to track BPF_JNE

2023-12-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Tue, 19 Dec 2023 21:47:56 +0800 you wrote: > For now, the reg bounds is not handled for BPF_JNE case, which can cause > the failure of following case: > > /* The type of "a" is u32 */ > if (a > 0 && a < 10

Re: [PATCH][next] selftests/net: Fix various spelling mistakes in TCP-AO tests

2023-12-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Mon, 18 Dec 2023 13:30:22 + you wrote: > There are a handful of spelling mistakes in test messages in the > TCP-AIO selftests. Fix these. > > Signed-off-by: Colin Ian King > --- > tools/testing/selftests/ne

Re: [PATCH net-next] selftest/tcp-ao: Rectify out-of-tree build

2023-12-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 19 Dec 2023 02:03:05 + you wrote: > Trivial fix for out-of-tree build that I wasn't testing previously: > > 1. Create a directory for library object files, fixes: > > gcc lib/kconfig.c -Wall -O2 -g -D_GN

Re: [PATCH net-next 0/8] Convert net selftests to run in unique namespace (last part)

2023-12-22 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 19 Dec 2023 17:48:48 +0800 you wrote: > Here is the last part of converting net selftests to run in unique namespace. > This part converts all left tests. After the conversion, we can run the net > sleftests

Re: [PATCH] selftests/net: remove unneeded semicolon

2023-12-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 19 Dec 2023 13:54:04 +0800 you wrote: > No functional modification involved. > > ./tools/testing/selftests/net/tcp_ao/setsockopt-closed.c:121:2-3: Unneeded > semicolon. > > Reported-by: Abaci Robot > Clos

Re: [PATCH net-next v11 00/10] net: ethernet: am65-cpsw: Add mqprio, frame preemption & coalescing

2023-12-22 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 19 Dec 2023 12:57:55 +0200 you wrote: > Hi, > > This series adds mqprio qdisc offload in channel mode, > Frame Preemption MAC merge support and RX/TX coalesing > for AM65 CPSW driver. > > In v11 following

Re: [PATCH net-next 0/4] mptcp: cleanup and support more ephemeral ports sockopts

2023-12-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 19 Dec 2023 22:31:03 +0100 you wrote: > Patch 1 is a cleanup one: mptcp_is_tcpsk() helper was modifying sock_ops > in some cases which is unexpected with that name. > > Patch 2 to 4 add support for two sock

Re: [PATCH net-next 0/2] selftest/net: Some more TCP-AO selftest post-merge fixups

2024-01-02 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Fri, 22 Dec 2023 01:59:05 + you wrote: > Note that there's another post-merge fix for TCP-AO selftests, but that > doesn't conflict with these, so I don't resend that: > > https://lore.kernel.org/all/2023121

Re: [PATCH net-next 0/4] mptcp: add CurrEstab MIB counter

2024-01-02 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Fri, 22 Dec 2023 13:47:21 +0100 you wrote: > This MIB counter is similar to the one of TCP -- CurrEstab -- available > in /proc/net/snmp. This is useful to quickly list the number of MPTCP > connections without h

Re: [PATCH v2 net-next] selftests/net: change shebang to bash to support "source"

2024-01-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 29 Dec 2023 21:19:31 +0800 you wrote: > The patch set [1] added a general lib.sh in net selftests, and converted > several test scripts to source the lib.sh. > > unicast_extensions.sh (converted in [1]) and p

Re: [PATCH net-next v3 0/3] net: gro: reduce extension header parsing overhead

2024-01-05 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 3 Jan 2024 15:36:41 +0100 you wrote: > This series attempts to reduce the parsing overhead of IPv6 extension > headers in GRO and GSO, by removing extension header specific code and > enabling the frag0 fast

Re: [PATCH net-next] selftests: forwarding: Avoid failures to source net/lib.sh

2024-01-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 4 Jan 2024 09:11:09 -0500 you wrote: > The expression "source ../lib.sh" added to net/forwarding/lib.sh in commit > 25ae948b4478 ("selftests/net: add lib.sh") does not work for tests outside > net/forwarding

Re: [PATCH net 0/2] selftests: net: Small fixes

2024-01-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by David S. Miller : On Wed, 10 Jan 2024 09:14:34 -0500 you wrote: > From: Benjamin Poirier > > Two small fixes for net selftests. > > These patches were carved out of the following RFC series: > https://lore.kernel.org/netdev/20231222135

Re: [PATCH] selftests/net/tcp-ao: Use LDLIBS instead of LDFLAGS

2024-01-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 10 Jan 2024 21:34:10 + you wrote: > The rules to link selftests are: > > > $(OUTPUT)/%_ipv4: %.c > > $(LINK.c) $^ $(LDLIBS) -o $@ > > > > $(OUTPUT)/%_ipv6: %.c > > $(LINK.c) -DIPV6_TEST $^ $(LDLIBS) -o

Re: [PATCH net 0/2] selftests: net: Small fixes

2024-01-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 10 Jan 2024 09:14:34 -0500 you wrote: > From: Benjamin Poirier > > Two small fixes for net selftests. > > These patches were carved out of the following RFC series: > https://lore.kernel.org/netdev/202312221358

Re: [PATCH bpf-next v2 00/15] Improvements for tracking scalars in the BPF verifier

2024-01-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Mon, 8 Jan 2024 22:51:54 +0200 you wrote: > From: Maxim Mikityanskiy > > The goal of this series is to extend the verifier's capabilities of > tracking scalars when they are spilled to stack, especially when

Re: [PATCH net 0/2] selftests: net: Small fixes

2024-01-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Wed, 10 Jan 2024 09:14:34 -0500 you wrote: > From: Benjamin Poirier > > Two small fixes for net selftests. > > These patches were carved out of the following RFC series: > https://lore.kernel.org/netdev/20231222135836.

Re: [PATCH net] selftests: netdevsim: correct expected FEC strings

2024-01-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Sun, 14 Jan 2024 14:47:48 -0800 you wrote: > ethtool CLI has changed its output. Make the test compatible. > > Signed-off-by: Jakub Kicinski > --- > CC: sh...@kernel.org > CC: linux-kselftest@vger.kernel.org > > [...]

Re: [PATCH net] selftests: netdevsim: sprinkle more udevadm settle

2024-01-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Sun, 14 Jan 2024 14:47:26 -0800 you wrote: > Number of tests are failing when netdev renaming is active > on the system. Add udevadm settle in logic determining > the names. > > Fixes: 242aaf03dc9b ("selftests: add a test

Re: [PATCH net] selftests: bonding: add missing build configs

2024-01-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 15 Jan 2024 18:02:01 -0800 you wrote: > bonding tests also try to create bridge, veth and dummy > interfaces. These are not currently listed in config. > > Fixes: bbb774d921e2 ("net: Add tests for bonding and team

Re: [PATCH net] selftests: netdevsim: add a config file

2024-01-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Tue, 16 Jan 2024 07:43:11 -0800 you wrote: > netdevsim tests aren't very well integrated with kselftest, > which has its advantages and disadvantages. But regardless > of the intended integration - a config file to know wh

Re: [PATCH net] selftests: bonding: Add more missing config options

2024-01-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Tue, 16 Jan 2024 10:49:26 -0500 you wrote: > As a followup to commit 03fb8565c880 ("selftests: bonding: add missing > build configs"), add more networking-specific config options which are > needed for bonding tests. > >

Re: [PATCH net] selftests: bonding: Increase timeout to 1200s

2024-01-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Wed, 17 Jan 2024 19:12:32 -0500 you wrote: > When tests are run by runner.sh, bond_options.sh gets killed before > it can complete: > > make -C tools/testing/selftests run_tests TARGETS="drivers/net/bonding" > [

Re: [PATCH net] selftests: fill in some missing configs for net

2024-01-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 22 Jan 2024 12:35:28 -0800 you wrote: > We are missing a lot of config options from net selftests, > it seems: > > tun/tap: CONFIG_TUN, CONFIG_MACVLAN, CONFIG_MACVTAP > fib_tests: CONFIG_NET_SCH_FQ_CODEL > l

Re: [PATCH net v3] selftests: net: fix rps_default_mask with >32 CPUs

2024-01-24 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 22 Jan 2024 11:58:15 -0800 you wrote: > If there is more than 32 cpus the bitmask will start to contain > commas, leading to: > > ./rps_default_mask.sh: line 36: [: ,: integer expression > expecte

Re: [PATCH net] selftests: netdevsim: fix the udp_tunnel_nic test

2024-01-24 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 22 Jan 2024 22:05:29 -0800 you wrote: > This test is missing a whole bunch of checks for interface > renaming and one ifup. Presumably it was only used on a system > with renaming disabled and NetworkManager runnin

Re: [PATCH net] selftests: tcp_ao: add a config file

2024-01-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 24 Jan 2024 11:25:50 -0800 you wrote: > Still a bit unclear whether each directory should have its own > config file, but assuming they should lets add one for tcp_ao. > > The following tests still fail with this

Re: [PATCH net 0/3] selftests: net: a few fixes

2024-01-25 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 24 Jan 2024 22:33:19 +0100 you wrote: > This series address self-tests failures for udp gro-related tests. > > The first patch addresses the main problem I observe locally - the XDP > program required by such tes

Re: [PATCH net] selftests: tcp_ao: set the timeout to 2 minutes

2024-01-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 24 Jan 2024 15:36:30 -0800 you wrote: > The default timeout for tests is 45sec, bench-lookups_ipv6 > seems to take around 50sec when running in a VM without > HW acceleration. Give it a 2x margin and set the timeou

Re: [PATCH net-next v2 0/5] selftests: tc-testing: misc changes for tdc

2024-01-25 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 24 Jan 2024 15:19:28 -0300 you wrote: > Patches 1 and 3 are fixes for tdc that were discovered when running it > using defconfig + tc-testing config and against the latest iproute2. > > Patch 2 improves the

Re: [PATCHv2 net] selftests/net/lib: update busywait timeout value

2024-01-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 24 Jan 2024 14:13:44 +0800 you wrote: > The busywait timeout value is a millisecond, not a second. So the > current setting 2 is too small. On slow/busy host (or VMs) the > current timeout can expire even on "corre

Re: [PATCH net] selftests: net: give more time for GRO aggregation

2024-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 25 Jan 2024 19:09:06 +0100 you wrote: > The gro.sh test-case relay on the gro_flush_timeout to ensure > that all the segments belonging to any given batch are properly > aggregated. > > The other end, the sender i

Re: [PATCH bpf-next v2] selftests/bpf: Drop return in bpf_testmod_exit

2024-01-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Sun, 28 Jan 2024 19:43:57 +0800 you wrote: > From: Geliang Tang > > bpf_testmod_exit() should not have a return value, so this patch drops this > useless 'return' in it. > > Acked-by: Jiri Olsa > Signed-off-by:

Re: [PATCH net] selftests: net: add missing config for nftables-backed iptables

2024-01-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 26 Jan 2024 12:13:08 -0800 you wrote: > Modern OSes use iptables implementation with nf_tables as a backend, > e.g.: > > $ iptables -V > iptables v1.8.8 (nf_tables) > > Pablo points out that we need CONFIG_NFT_CO

Re: [PATCH net-next v2 0/6] selftests: Add TEST_INCLUDES directive and adjust tests to use it

2024-01-31 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Fri, 26 Jan 2024 18:21:17 -0500 you wrote: > After commit 25ae948b4478 ("selftests/net: add lib.sh") but before commit > 2114e83381d3 ("selftests: forwarding: Avoid failures to source > net/lib.sh"), some net sel

Re: [PATCH net-next] selftests/net: calibrate fq_band_pktlimit

2024-01-31 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Fri, 26 Jan 2024 21:33:03 -0500 you wrote: > From: Willem de Bruijn > > This test validates per-band packet limits in FQ. Packets are dropped > rather than enqueued if the limit for their band is reached. > > T

Re: [PATCH net-next] selftests/net: calibrate txtimestamp

2024-01-31 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 26 Jan 2024 21:31:51 -0500 you wrote: > From: Willem de Bruijn > > The test sends packets and compares enqueue, transmit and Ack > timestamps with expected values. It installs netem delays to increase > late

Re: [PATCH net 0/5] selftests: net: More small fixes

2024-01-31 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Wed, 31 Jan 2024 09:08:43 -0500 you wrote: > Some small fixes for net selftests which follow from these recent commits: > dd2d40acdbb2 ("selftests: bonding: Add more missing config options") > 49078c1b80b6 ("se

Re: [PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section

2024-01-31 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Sun, 28 Jan 2024 18:24:05 -0700 you wrote: > === Description === > > This is a bpf-treewide change that annotates all kfuncs as such inside > .BTF_ids. This annotation eventually allows us to automatically gen

Re: [PATCH v2 0/3] selftests/net: A couple of typos fixes in key-management/rst tests

2024-01-31 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 30 Jan 2024 03:51:51 + you wrote: > Changes in v2: > - Dropped "selftests/net: Clean-up double assignment", going to send it > to net-next with other changes (Simon) > - Added a patch to rectify RST selftest

Re: [PATCH net 0/3] selftests: net: a few pmtu.sh fixes

2024-01-31 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 30 Jan 2024 18:47:15 +0100 you wrote: > This series try to address CI failures for the pmtu.sh tests. It > does _not_ attempt to enable all the currently skipped cases, to > avoid adding more entropy. > > Tested

Re: [PATCH net] selftests: net: add missing config for NF_TARGET_TTL

2024-02-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 31 Jan 2024 08:56:05 -0800 you wrote: > amt test uses the TTL iptables module: > > ip netns exec "${RELAY}" iptables -t mangle -I PREROUTING \ > -d 239.0.0.1 -j TTL --ttl-set 2 > > Fixes: c08e8baea78e ("s

Re: [PATCH net 0/5] selftests: net: More small fixes

2024-02-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 31 Jan 2024 09:08:43 -0500 you wrote: > Some small fixes for net selftests which follow from these recent commits: > dd2d40acdbb2 ("selftests: bonding: Add more missing config options") > 49078c1b80b6 ("selftests:

Re: [PATCH net 0/9] mptcp: fixes for recent issues reported by CI's

2024-02-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 31 Jan 2024 22:49:45 +0100 you wrote: > This series of 9 patches fixes issues mostly identified by CI's not > managed by the MPTCP maintainers. Thank you Linero (LKFT) and Netdev > maintainers (NIPA) for running o

Re: [PATCH net-next] selftests: openvswitch: Test ICMP related matches work with SNAT

2024-02-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Wed, 31 Jan 2024 17:08:22 +1300 you wrote: > Add a test case for regression in openvswitch nat that was fixed by > commit e6345d2824a3 ("netfilter: nf_nat: fix action not being set for > all ct states"). > > Link

Re: [PATCH bpf-next v3 0/6] Improvements for tracking scalars in the BPF verifier

2024-02-02 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Sat, 27 Jan 2024 19:52:31 +0200 you wrote: > From: Maxim Mikityanskiy > > The goal of this series is to extend the verifier's capabilities of > tracking scalars when they are spilled to stack, especially when th

Re: [PATCH v2 net 0/4] selftests: net: more fixes

2024-02-02 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 1 Feb 2024 19:42:37 +0100 you wrote: > Another small bunch of fixes, addressing issues outlined by the > netdev CI. > > The first 2 patches are just rebased. > > The following 2 are new fixes, for even more pro

Re: [PATCH net-next] selftests: netdevsim: stop using ifconfig

2024-02-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Thu, 1 Feb 2024 16:11:54 -0800 you wrote: > Paolo points out that ifconfig is legacy and we should not use it. > > Signed-off-by: Jakub Kicinski > --- > CC: sh...@kernel.org > CC: ho...@kernel.org > CC: linux-k

Re: [PATCH net] selftests: net: let big_tcp test cope with slow env

2024-02-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Fri, 2 Feb 2024 17:06:59 +0100 you wrote: > In very slow environments, most big TCP cases including > segmentation and reassembly of big TCP packets have a good > chance to fail: by default the TCP client uses write s

Re: [PATCH net-next] selftests/net: ignore timing errors in so_txtime if KSFT_MACHINE_SLOW

2024-02-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Thu, 1 Feb 2024 11:21:19 -0500 you wrote: > From: Willem de Bruijn > > This test is time sensitive. It may fail on virtual machines and for > debug builds. > > Continue to run in these environments to get code cov

Re: [PATCH] selftests/net: Amend per-netns counter checks

2024-02-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Fri, 2 Feb 2024 02:24:59 + you wrote: > Selftests here check not only that connect()/accept() for > TCP-AO/TCP-MD5/non-signed-TCP combinations do/don't establish > connections, but also counters: those are per-AO-key,

Re: [PATCH net] selftests: cmsg_ipv6: repeat the exact packet

2024-02-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Sun, 4 Feb 2024 08:56:18 -0800 you wrote: > cmsg_ipv6 test requests tcpdump to capture 4 packets, > and sends until tcpdump quits. Only the first packet > is "real", however, and the rest are basic UDP packets. > So i

Re: [PATCH net] selftests: net: add more missing kernel config

2024-02-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 7 Feb 2024 18:31:10 +0100 you wrote: > The reuseport_addr_any.sh is currently skipping DCCP tests and > pmtu.sh is skipping all the FOU/GUE related cases: add the missing > options. > > Signed-off-by: Paolo Abeni

Re: [PATCH net-next] selftests: forwarding: Add missing multicast routing config entries

2024-02-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 8 Feb 2024 18:55:38 +0200 you wrote: > The two tests that make use of multicast routig (router.sh and > router_multicast.sh) are currently failing in the netdev CI because the > kernel is missing multicast rou

Re: [PATCH net v2] selftests: net: Fix bridge backup port test flakiness

2024-02-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 8 Feb 2024 14:31:10 +0200 you wrote: > The test toggles the carrier of a bridge port in order to test the > bridge backup port feature. > > Due to the linkwatch delayed work the carrier change is not always > refl

Re: [PATCH net 0/4] selftests: forwarding: Various fixes

2024-02-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 8 Feb 2024 17:55:25 +0200 you wrote: > Fix various problems in the forwarding selftests so that they will pass > in the netdev CI instead of being ignored. See commit messages for > details. > > Ido Schimmel (4):

Re: [PATCH net v2 0/2] net: openvswitch: limit the recursions from action sets

2024-02-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 7 Feb 2024 08:24:14 -0500 you wrote: > Open vSwitch module accepts actions as a list from the netlink socket > and then creates a copy which it uses in the action set processing. > During processing of the action

Re: [PATCH net-next] selftests: net: include forwarding lib

2024-02-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 7 Feb 2024 10:42:45 +0100 you wrote: > The altnames test uses the forwarding/lib.sh and that dependency > currently causes failures when running the test after install: > > make -C tools/testing/selftests/

Re: [PATCH bpf-next v2] bpf: Allow compiler to inline most of bpf_local_storage_lookup()

2024-02-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Wed, 7 Feb 2024 13:26:17 +0100 you wrote: > In various performance profiles of kernels with BPF programs attached, > bpf_local_storage_lookup() appears as a significant portion of CPU > cycles spent. To enable th

Re: [PATCH net-next] selftests: net: ignore timing errors in txtimestamp if KSFT_MACHINE_SLOW

2024-02-12 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Thu, 8 Feb 2024 18:57:49 +0100 you wrote: > This test is time sensitive. It may fail on virtual machines and for > debug builds. > > Similar to commit c41dfb0dfbec ("selftests/net: ignore timing errors in > so_t

Re: [PATCH net] selftests: net: ip_local_port_range: define IPPROTO_MPTCP

2024-02-12 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 9 Feb 2024 16:25:11 +0300 you wrote: > Older glibc's netinet/in.h may leave IPPROTO_MPTCP undefined when > building ip_local_port_range.c, that leads to "error: use of undeclared > identifier 'IPPROTO_MPTCP'". >

Re: [PATCH net] selftests: net: cope with slow env in so_txtime.sh test

2024-02-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 12 Feb 2024 10:43:31 +0100 you wrote: > The mentioned test is failing in slow environments: > > # SO_TXTIME ipv4 clock monotonic > # ./so_txtime: recv: timeout: Resource temporarily unavailable > not ok 1 se

Re: [PATCH v3 net] selftests: net: cope with slow env in gro.sh test

2024-02-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 12 Feb 2024 10:39:41 +0100 you wrote: > The gro self-tests sends the packets to be aggregated with > multiple write operations. > > When running is slow environment, it's hard to guarantee that > the GRO engine wi

Re: [PATCH net 0/2] selftests: net: more pmtu.sh fixes

2024-02-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 12 Feb 2024 11:19:22 +0100 you wrote: > The mentioned test is still flaky, unusally enough in 'fast' > environments. > > Patch 2/2 [try to] address the existing issues, while patch 1/2 > introduces more strict te

Re: [PATCH net] selftests: tls: increase the wait in poll_partial_rec_async

2024-02-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 13 Feb 2024 06:20:55 -0800 you wrote: > Test runners on debug kernels occasionally fail with: > > # # RUN tls_err.13_aes_gcm.poll_partial_rec_async ... > # # tls.c:1883:poll_partial_rec_async:Expected

  1   2   3   4   >