Re: [PATCH net-next] selftests: net: suppress ReST file generation when building selftests

2025-02-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 3 Feb 2025 13:48:50 -0800 you wrote: > Some selftests need libynl.a. When building it try to skip > generating the ReST documentation, libynl.a does not depend > on them. > > Signed-off-by: Jakub Kicinski >

Re: [PATCH bpf v1] selftests/bpf: Fix runqslower cross-endian build

2025-01-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Fri, 24 Jan 2025 23:14:23 -0800 you wrote: > From: Tony Ambardar > > The runqslower binary from a cross-endian build currently fails to run > because the included skeleton has host endianness. Fix this by passing

Re: [PATCH net v3] bonding: Correctly support GSO ESP offload

2025-01-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Mon, 27 Jan 2025 12:41:47 +0200 you wrote: > The referenced fix is incomplete. It correctly computes > bond_dev->gso_partial_features across slaves, but unfortunately > netdev_fix_features discards gso_partial_features fro

Re: [PATCH net] net: netdevsim: try to close UDP port harness races

2025-01-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 22 Jan 2025 14:45:03 -0800 you wrote: > syzbot discovered that we remove the debugfs files after we free > the netdev. Try to clean up the relevant dir while the device > is still around. > > Reported-by: syzbot+2

Re: [PATCH net-next] selftests/net: packetdrill: more xfail changes (and a correction)

2025-01-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 21 Jan 2025 06:34:23 -0800 you wrote: > Recent change to add more cases to XFAIL has a broken regex, > the matching needs a real regex not a glob pattern. > > While at it add the cases Willem pointed out during re

Re: [PATCH net-next] selftests: net: give up on the cmsg_time accuracy on slow machines

2025-01-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 15 Jan 2025 18:01:05 -0800 you wrote: > Commit b9d5f5711dd8 ("selftests: net: increase the delay for relative > cmsg_time.sh test") widened the accepted value range 8x but we still > see flakes (at a rate of a

Re: [PATCH net-next] selftests/net: packetdrill: make tcp buf limited timing tests benign

2025-01-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 15 Jan 2025 15:21:29 -0800 you wrote: > The following tests are failing on debug kernels: > > tcp_tcp_info_tcp-info-rwnd-limited.pkt > tcp_tcp_info_tcp-info-sndbuf-limited.pkt > > with reports like: > >

Re: [PATCH net-next v2 0/2] ipvlan: Support bonding events

2025-01-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 8 Jan 2025 22:28:17 -0500 you wrote: > No changes for first commit. > Second commit rework bond_macvlan.sh test to add minimal > ipvlan over bond testing (asked by Jakub during v1 review). > > Etienne Champ

Re: [PATCH net-next v2] selftests: drv-net: test drivers sleeping in ndo_get_stats64

2025-01-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 6 Jan 2025 18:29:32 -0800 you wrote: > Most of our tests use rtnetlink to read device stats, so they > don't expose the drivers much to paths in which device stats > are read under RCU. Add tests which hammer

Re: [PATCH net-next] selftests/net: packetdrill: report benign debug flakes as xfail

2025-01-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Fri, 3 Jan 2025 06:31:14 -0500 you wrote: > From: Willem de Bruijn > > A few recently added packetdrill tests that are known time sensitive > (e.g., because testing timestamping) occasionally fail in debug mode: >

Re: [PATCH net] selftests: tc-testing: reduce rshift value

2025-01-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 3 Jan 2025 10:24:58 -0800 you wrote: > After previous change rshift >= 32 is no longer allowed. > Modify the test to use 31, the test doesn't seem to send > any traffic so the exact value shouldn't matter. > > Si

Re: [PATCH net-next] selftests: drv-net: assume stats refresh is 0 if no ethtool -c support

2024-12-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 19 Dec 2024 16:31:16 -0800 you wrote: > Tests using HW stats wait for them to stabilize, using data from > ethtool -c as the delay. Not all drivers implement ethtool -c > so handle the errors gracefully. > >

Re: [PATCH net-next 0/4] selftests/net: packetdrill: import multiple tests

2024-12-18 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 17 Dec 2024 18:51:57 + you wrote: > From: Soham Chakradeo > > Import tests for the following features (folder names in brackets): > ECN (ecn) : RFC 3168 > Close (close) : RFC 9293 > TCP_INFO (tcp_info)

Re: [PATCH net-next v5 0/6] tls: implement key updates for TLS1.3

2024-12-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Thu, 12 Dec 2024 16:36:03 +0100 you wrote: > This adds support for receiving KeyUpdate messages (RFC 8446, 4.6.3 > [1]). A sender transmits a KeyUpdate message and then changes its TX > key. The receiver should r

Re: [PATCH bpf 0/3] bpf, sockmap: Fix the element replace

2024-12-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf.git (master) by Daniel Borkmann : On Mon, 02 Dec 2024 12:29:22 +0100 you wrote: > Series takes care of two issues with sockmap update: inconsistent behaviour > after update with same, and race/refcount imbalance on element replace. > > I am hesitant if p

Re: [PATCH net 0/3] selftests: mlxsw: Add few fixes for sharedbuffer test

2024-12-06 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 5 Dec 2024 17:35:58 +0100 you wrote: > Danielle Ratson writes: > > Currently, the sharedbuffer test fails sometimes because it is reading a > maximum occupancy that is larger than expected on some different cases

Re: [PATCH bpf] selftests/bpf: Check for PREEMPTION instead of PREEMPT

2024-11-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (master) by Alexei Starovoitov : On Tue, 19 Nov 2024 17:18:19 +0100 you wrote: > CONFIG_PREEMPT is a preemtion model the so called "Low-Latency Desktop". > A different preemption model is PREEMPT_RT the so called "Real-Time". > Both implement preemptio

Re: [PATCH bpf 0/4] bpf, vsock: Fix poll() and close()

2024-11-25 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf.git (master) by Alexei Starovoitov : On Mon, 18 Nov 2024 22:03:40 +0100 you wrote: > Two small fixes for vsock: poll() missing a queue check, and close() not > invoking sockmap cleanup. > > Signed-off-by: Michal Luczaj > --- > Michal Luczaj (4): >

Re: [PATCH net-next] selftests: net: netlink-dumps: validation checks

2024-11-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 14 Nov 2024 16:32:48 -0800 you wrote: > The sanity checks are going to get silently cast to unsigned > and always pass. Cast the sizeof to signed size. > > Signed-off-by: Jakub Kicinski > --- > CC: linux-kse

Re: [PATCH net-next 0/5] net: make RSS+RXNFC semantics more explicit

2024-11-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 13 Nov 2024 12:13:08 + you wrote: > From: Edward Cree > > The original semantics of ntuple filters with FLOW_RSS were not > fully understood by all drivers, some ignoring the ring_cookie from > the fl

Re: [PATCH net-next v10] net: ipv4: Cache pmtu for all packet paths if multipath enabled

2024-11-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 8 Nov 2024 09:34:24 + you wrote: > Check number of paths by fib_info_num_path(), > and update_or_create_fnhe() for every path. > Problem is that pmtu is cached only for the oif > that has received icmp me

Re: [PATCH net-next 0/8] macsec: inherit lower device's features and TSO limits when offloading

2024-11-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 7 Nov 2024 00:13:26 +0100 you wrote: > When macsec is offloaded to a NIC, we can take advantage of some of > its features, mainly TSO and checksumming. This increases performance > significantly. Some featur

Re: [PATCH v2 net-next 0/2] ipv6: fix hangup on device removal

2024-11-06 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 5 Nov 2024 19:23:49 +0100 you wrote: > This addresses the infamous unregister_netdevice splat in net selftests; > the actual fix is carried by the first patch, while the 2nd one > addresses a related problem

Re: [PATCH bpf-next/net v3] selftests/bpf: Drop netns helpers in mptcp

2024-11-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (net) by Martin KaFai Lau : On Thu, 31 Oct 2024 09:40:46 +0800 you wrote: > From: Geliang Tang > > New netns selftest helpers netns_new() and netns_free() has been added > in network_helpers.c, let's use them in mptcp selftests too instead of >

Re: [PATCH net-next] selftests: netdevsim: add fib_notifications to Makefile

2024-10-31 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 29 Oct 2024 12:26:03 -0700 you wrote: > Commit 19d36d2971e6 ("selftests: netdevsim: Add fib_notifications test") > added the test but didn't include it in the Makefile. > > Signed-off-by: Jakub Kicinski > --

Re: [PATCH bpf-next v2] bpf: handle implicit declaration of function gettid in bpf_iter.c

2024-10-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Tue, 29 Oct 2024 15:46:27 +0800 you wrote: > From: Jason Xing > > As we can see from the title, when I compiled the selftests/bpf, I > saw the error: > implicit declaration of function ‘gettid’ ; did you mean ‘g

Re: [PATCH net-next] selftests: tls: add a selftest for wrapping rec_seq

2024-10-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Fri, 18 Oct 2024 12:55:58 +0200 you wrote: > Set the initial rec_seq to 0x so that it wraps > immediately. The send() call should fail with EBADMSG. > > A bug in this code was fixed in commit cfaa80c9

Re: [PATCH bpf-next v2 0/4] Retire test_sock.c

2024-10-22 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Tue, 22 Oct 2024 15:29:00 + you wrote: > This patch series migrates test cases out of test_sock.c to > prog_tests-style tests. It moves all BPF_CGROUP_INET4_POST_BIND and > BPF_CGROUP_INET6_POST_BIND test cas

Re: [PATCH net-next v2 00/10] selftests: net: Introduce deferred commands

2024-10-22 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Thu, 17 Oct 2024 11:45:42 +0200 you wrote: > Recently, a defer helper was added to Python selftests. The idea is to keep > cleanup commands close to their dirtying counterparts, thereby making it > more transparent w

Re: [PATCH bpf v1] selftests/bpf: Fix cross-compiling urandom_read

2024-10-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (master) by Andrii Nakryiko : On Tue, 8 Oct 2024 21:07:20 -0700 you wrote: > Linking of urandom_read and liburandom_read.so prefers LLVM's 'ld.lld' but > falls back to using 'ld' if unsupported. However, this fallback discards > any existing makefile

Re: [PATCH bpf v1] selftests/bpf: Fix error compiling cgroup_ancestor.c with musl libc

2024-10-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (master) by Alexei Starovoitov : On Tue, 8 Oct 2024 16:12:32 -0700 you wrote: > Existing code calls connect() with a 'struct sockaddr_in6 *' argument > where a 'struct sockaddr *' argument is declared, yielding compile errors > when building for mips6

Re: [PATCH net-next 0/5] selftests: mlxsw: Stabilize RED tests

2024-10-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 7 Oct 2024 18:26:04 +0200 you wrote: > Tweak the mlxsw-specific RED selftests to increase stability on > Spectrum-3 and Spectrum-4 machines. > > Petr Machata (5): > selftests: mlxsw: sch_red_ets: Increase

Re: [PATCH net-next] selftest/ptp: update ptp selftest to exercise the gettimex options

2024-10-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 3 Oct 2024 03:15:06 -0700 you wrote: > With the inclusion of commit c259acab839e ("ptp/ioctl: support > MONOTONIC{,_RAW} timestamps for PTP_SYS_OFFSET_EXTENDED") clock_gettime() > now allows retrieval of pre/

Re: [PATCH net-next] selftests: mlxsw: rtnetlink: Use devlink_reload() API

2024-10-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 30 Sep 2024 17:12:50 +0200 you wrote: > From: Amit Cohen > > The test runs "devlink reload" explicitly. Instead, it is better to use > devlink_reload() which waits for udev events to be processed. Do not sle

Re: [PATCH bpf-next v6 0/8] libbpf, selftests/bpf: Support cross-endian usage

2024-09-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Mon, 16 Sep 2024 01:37:39 -0700 you wrote: > Hello all, > > This patch series targets a long-standing BPF usability issue - the lack > of general cross-compilation support - by enabling cross-endian usage of > li

Re: [PATCH net] selftests/net: packetdrill: increase timing tolerance in debug mode

2024-09-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Thu, 19 Sep 2024 08:43:42 -0400 you wrote: > From: Willem de Bruijn > > Some packetdrill tests are flaky in debug mode. As discussed, increase > tolerance. > > We have been doing this for debug builds outside ksft too.

Re: [PATCH net-next v2 0/3] selftests/net: packetdrill: netns and two imports

2024-09-12 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 11 Sep 2024 20:52:39 -0400 you wrote: > From: Willem de Bruijn > > 1/3: run in nets, as discussed, and add missing CONFIGs > 2/3: import tcp/zerocopy > 3/3: import tcp/slow_start > > Willem de Bruijn (3):

Re: [PATCH net-next v2 0/2] selftests/net: add packetdrill

2024-09-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 5 Sep 2024 19:15:50 -0400 you wrote: > From: Willem de Bruijn > > Lay the groundwork to import into kselftests the over 150 packetdrill > TCP/IP conformance tests on github.com/google/packetdrill. > > 1/2

Re: [PATCH net-next v2] selftests: return failure when timestamps can't be reported

2024-09-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 6 Sep 2024 00:00:35 +0800 you wrote: > From: Jason Xing > > When I was trying to modify the tx timestamping feature, I found that > running "./txtimestamp -4 -C -L 127.0.0.1" didn't reflect the error: > I s

Re: [PATCH bpf] bpf: Fix error message on kfunc arg type mismatch

2024-09-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Mon, 9 Sep 2024 16:39:09 +0300 you wrote: > When "arg#%d expected pointer to ctx, but got %s" error is printed, both > template parts actually point to the type of the argument, therefore, it > will also say "but

Re: [PATCH v2 1/1] selftests/bpf: Fix procmap_query()'s params mismatch and compilation warning

2024-09-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Tue, 3 Sep 2024 09:28:39 +0800 you wrote: > From: Yuan Chen > > When the PROCMAP_QUERY is not defined, a compilation error occurs due to the > mismatch of the procmap_query()'s params, procmap_query() only be

Re: [PATCH net-next v2] selftests: add selftest for UDP SO_PEEK_OFF support

2024-09-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 3 Sep 2024 00:06:10 +0800 you wrote: > From: Jason Xing > > Add the SO_PEEK_OFF selftest for UDP. In this patch, I mainly do > three things: > 1. rename tcp_so_peek_off.c > 2. adjust for UDP protocol > 3.

Re: [PATCH net v2 00/15] mptcp: more fixes for the in-kernel PM

2024-08-29 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Wed, 28 Aug 2024 08:14:23 +0200 you wrote: > Here is a new batch of fixes for the MPTCP in-kernel path-manager: > > Patch 1 ensures the address ID is set to 0 when the path-manager sends > an ADD_ADDR for the address of

Re: [PATCH] selftests/bpf: Fix incorrect parameters in NULL pointer checking

2024-08-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Tue, 20 Aug 2024 10:36:22 +0800 you wrote: > From: Hao Ge > > Smatch reported the following warning: > ./tools/testing/selftests/bpf/testing_helpers.c:455 get_xlated_program() > warn: variable derefere

Re: [PATCH net 0/4] mptcp: close subflow when receiving TCP+FIN and misc.

2024-08-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 26 Aug 2024 19:11:17 +0200 you wrote: > Here are different fixes: > > Patch 1 closes the subflow after having received a FIN, instead of > leaving it half-closed until the end of the MPTCP connection. A fix for >

Re: [PATCH net-next v4 0/8] net/selftests: TCP-AO selftests updates

2024-08-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 23 Aug 2024 23:04:50 +0100 you wrote: > First 3 patches are more-or-less cleanups/preparations. > > Patches 4/5 are fixes for netns file descriptors leaks/open. > > Patch 6 was sent to me/contributed off-li

Re: [PATCH net-next] selftests: forwarding: local_termination: Down ports on cleanup

2024-08-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 26 Aug 2024 19:15:11 +0200 you wrote: > This test neglects to put ports down on cleanup. Fix it. > > Fixes: 90b9566aa5cd ("selftests: forwarding: add a test for > local_termination.sh") > Signed-off-by: Petr Mach

Re: [PATCH net-next] selftests: forwarding: no_forwarding: Down ports on cleanup

2024-08-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 23 Aug 2024 18:25:37 +0200 you wrote: > This test neglects to put ports down on cleanup. Fix it. > > Fixes: 476a4f05d9b8 ("selftests: forwarding: add a no_forwarding.sh test") > Signed-off-by: Petr Machata > ---

Re: [PATCH net-next v7] net: netconsole: selftests: Create a new netconsole selftest

2024-08-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 22 Aug 2024 02:56:39 -0700 you wrote: > Adds a selftest that creates two virtual interfaces, assigns one to a > new namespace, and assigns IP addresses to both. > > It listens on the destination interface usi

Re: [PATCH 1/1 V2] Selftests: net: Set executable bit for shell script

2024-08-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Martin KaFai Lau : On Sat, 24 Aug 2024 10:38:37 -0400 you wrote: > Turn on the execution bit for the shell script file. The test is skipped > when downloaded from the linux_mainline source files. > > Signed-off-by: David Hunter > --

Re: [PATCH v9 net-next 0/3] Enhance network interface feature testing

2024-08-22 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 21 Aug 2024 22:49:00 +0530 you wrote: > This small series includes fixes for creation of veth pairs for > networkless kernels & adds tests for turning the different network > interface features on and off in

Re: [PATCH net-next v3] selftests: net: add helper for checking if nettest is available

2024-08-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Tue, 20 Aug 2024 18:22:27 -0700 you wrote: > A few tests check if nettest exists in the $PATH before adding > $PWD to $PATH and re-checking. They don't discard stderr on > the first check (and nettest is built as part

Re: [PATCH net] selftests: mlxsw: ethtool_lanes: Source ethtool lib from correct path

2024-08-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 20 Aug 2024 12:53:47 +0200 you wrote: > From: Ido Schimmel > > Source the ethtool library from the correct path and avoid the following > error: > > ./ethtool_lanes.sh: line 14: ./../../../net/forwarding/ethtool

Re: [PATCH net 00/14] mptcp: pm: fix IDs not being reusable

2024-08-20 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 19 Aug 2024 21:45:18 +0200 you wrote: > Here are more fixes for the MPTCP in-kernel path-manager. In this > series, the fixes are around the endpoint IDs not being reusable for > on-going connections when re-creat

Re: [PATCH net-next] selftests: net/forwarding: spawn sh inside vrf to speed up ping loop

2024-08-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 17 Aug 2024 13:36:59 -0700 you wrote: > Looking at timestamped output of netdev CI reveals that > most of the time in forwarding tests for custom route > hashing is spent on a single case, namely the test whic

Re: [PATCHv2 net 0/2] selftests: Fix udpgro failures

2024-08-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by David S. Miller : On Thu, 15 Aug 2024 15:59:49 +0800 you wrote: > There are 2 issues for the current udpgro test. The first one is the testing > doesn't record all the failures, which may report pass but the test actually > failed. e.g. >

Re: [PATCH net] tc-testing: don't access non-existent variable on exception

2024-08-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 15 Aug 2024 16:37:13 +0100 you wrote: > Since commit 255c1c7279ab ("tc-testing: Allow test cases to be skipped") > the variable test_ordinal doesn't exist in call_pre_case(). > So it should not be accessed when an

Re: [PATCH net 00/14] VLAN fixes for Ocelot driver

2024-08-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by David S. Miller : On Thu, 15 Aug 2024 03:06:53 +0300 you wrote: > This is a collection of patches I've gathered over the past several > months. > > Patches 1-6/14 are supporting patches for selftests. > > Patch 9/14 fixes PTP TX from a

Re: [PATCH] selftests/net/pmtu.sh: Fix typo in error message

2024-08-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 14 Aug 2024 23:01:21 +0530 you wrote: > The word 'expected' was spelled as 'exepcted'. > Fixed the typo in this patch. > > Signed-off-by: Abhash Jha > --- > tools/testing/selftests/net/pmtu.sh | 2 +- > 1 f

Re: [PATCH net] selftests: net: lib: kill PIDs before del netns

2024-08-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Tue, 13 Aug 2024 15:39:34 +0200 you wrote: > When deleting netns, it is possible to still have some tasks running, > e.g. background tasks like tcpdump running in the background, not > stopped because the test has been int

Re: [PATCH net v3] selftest: af_unix: Fix kselftest compilation warnings

2024-08-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 14 Aug 2024 13:37:43 +0530 you wrote: > Change expected_buf from (const void *) to (const char *) > in function __recvpair(). > This change fixes the below warnings during test compilation: > > ``` > In file inclu

Re: [PATCH bpf-next v4 0/4] selftests/bpf: convert three other cgroup tests to test_progs

2024-08-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Tue, 13 Aug 2024 14:45:04 +0200 you wrote: > Hello, > this series brings a new set of test converted to the test_progs framework. > Since the tests are quite small, I chose to group three tests conversion in > th

Re: [PATCH net-next v2 0/3] selftests: rds selftest

2024-08-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 6 Aug 2024 08:38:06 -0700 you wrote: > From: Allison Henderson > > Hi All, > > This series is a new selftest that Vegard, Chuck and myself have been > working on to provide some test coverage for rds. I

Re: [PATCH net-next v3 1/3] selftests: net-drv: exercise queue stats when the device is down

2024-08-02 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 1 Aug 2024 17:03:07 -0700 you wrote: > Verify that total device stats don't decrease after it has been turned down. > Also make sure the device doesn't crash when we access per-queue stats > when it's down (

Re: [PATCH net 0/7] mptcp: fix endpoints with 'signal' and 'subflow' flags

2024-08-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 31 Jul 2024 13:05:52 +0200 you wrote: > When looking at improving the user experience around the MPTCP endpoints > setup, I noticed that setting an endpoint with both the 'signal' and the > 'subflow' flags -- as i

Re: [PATCH bpf-next v4 0/3] selftests/bpf: convert test_dev_cgroup to test_progs

2024-07-31 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Wed, 31 Jul 2024 08:37:24 +0200 you wrote: > Hello, > this small series aims to integrate test_dev_cgroup in test_progs so it > could be run automatically in CI. The new version brings a few differences > with th

Re: [PATCH bpf-next v2 1/8] selftests/bpf: Use portable POSIX basename()

2024-07-30 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Mon, 29 Jul 2024 02:24:17 -0700 you wrote: > Use the POSIX version of basename() to allow compilation against non-gnu > libc (e.g. musl). Include ahead of to enable using > functions from the latter while prefer

Re: [PATCH net 0/7] mptcp: fix inconsistent backup usage

2024-07-30 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Sat, 27 Jul 2024 12:01:22 +0200 you wrote: > In all the MPTCP backup related tests, the backup flag was set on one > side, and the expected behaviour is to have both sides respecting this > decision. That's also the "natu

Re: [PATCH net 0/5] mptcp: fix signal endpoint readd

2024-07-29 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by David S. Miller : On Sat, 27 Jul 2024 11:03:58 +0200 you wrote: > Issue #501 [1] showed that the Netlink PM currently doesn't correctly > support removal and re-add of signal endpoints. > > Patches 1 and 2 address the issue: the first on

Re: [PATCH v4 0/2] selftests/bpf: convert test_xdp_veth to test_progs framework

2024-07-25 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Sun, 21 Jul 2024 21:33:02 +0200 you wrote: > Hello everyone, > > this small series is a first step in a larger effort aiming to help improve > eBPF selftests and the testing coverage in CI. It focuses for now on

Re: [PATCH bpf-next v1 00/19] selftests/bpf: Improve libc portability / musl support (part 1)

2024-07-24 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Mon, 22 Jul 2024 22:54:27 -0700 you wrote: > Hello all, > > This series includes the bulk of libc-related compile fixes accumulated to > support systems using musl, with smaller numbers to follow. These patches >

Re: [PATCH net] selftests: forwarding: skip if kernel not support setting bridge fdb learning limit

2024-07-24 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Tue, 23 Jul 2024 16:22:52 +0800 you wrote: > If the testing kernel doesn't support setting fdb_max_learned or show > fdb_n_learned, just skip it. Or we will get errors like > > ./bridge_fdb_learning_limit.sh: line 218

Re: [PATCH bpf-next v2] selftests/bpf: Fix wrong binary in Makefile log output

2024-07-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Fri, 19 Jul 2024 22:25:35 -0700 you wrote: > Make log output incorrectly shows 'test_maps' as the binary name for every > 'CLNG-BPF' build step, apparently picking up the last value defined for the > $(TRUNNER_BINA

Re: [PATCH bpf-next v2 1/2] selftests/bpf: Add missing system defines for mips

2024-07-23 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Mon, 22 Jul 2024 17:13:28 -0700 you wrote: > From: Tony Ambardar > > Update get_sys_includes in Makefile with missing MIPS-related definitions > to fix many, many compilation errors building selftests/bpf. The f

Re: [PATCH bpf-next 0/4] use network helpers, part 10

2024-07-23 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Sat, 20 Jul 2024 19:40:02 +0800 you wrote: > From: Geliang Tang > > This set is part 10 of series "use network helpers" all BPF selftests > wide. > > Patches 1-3 drop local functions make_client(), make_socket

Re: [PATCH net-next] selftests: mptcp: lib: fix shellcheck errors

2024-07-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 12 Jul 2024 12:00:15 +0200 you wrote: > It looks like we missed these two errors recently: > > - SC2068: Double quote array expansions to avoid re-splitting elements. > - SC2145: Argument mixes string and

Re: [PATCH net-next v2] selftests: openvswitch: retry instead of sleep

2024-07-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 10 Jul 2024 11:04:59 +0200 you wrote: > There are a couple of places where the test script "sleep"s to wait for > some external condition to be met. > > This is error prone, specially in slow systems (identif

Re: [PATCH bpf-next v2 0/2] BPF selftests misc fixes

2024-07-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Wed, 10 Jul 2024 21:10:15 +0800 you wrote: > From: Geliang Tang > > v2: > - only check the first "link" (link_nl) in test_mixed_links(). > - Drop patch 2 in v1. > > Resend patch 1 out of "skip ENOTSUPP BPF s

Re: [PATCH bpf-next v11 0/9] use network helpers, part 8

2024-07-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Tue, 9 Jul 2024 17:16:16 +0800 you wrote: > From: Geliang Tang > > v11: > - new patches 2, 4, 6. > - drop expect_errno from network_helper_opts as Eduard and Martin >suggested. > - drop sockmap_ktls pat

Re: [PATCH net v5] skmsg: skip zero length skb in sk_msg_recvmsg

2024-07-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (master) by Daniel Borkmann : On Wed, 3 Jul 2024 16:39:31 +0800 you wrote: > From: Geliang Tang > > Run this BPF selftests (./test_progs -t sockmap_basic) on a Loongarch > platform, a kernel panic occurs: > > ''' > Oops[#1]: > CPU: 22 PID: 2824 Com

Re: [PATCH bpf] selftests/bpf: DENYLIST.aarch64: Remove fexit_sleep

2024-07-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Fri, 5 Jul 2024 14:50:09 + you wrote: > fexit_sleep test runs successfully now on the CI so remove it from the > deny list. > > Signed-off-by: Puranjay Mohan > --- > tools/testing/selftests/bpf/DENYLIST.aar

Re: [PATCH bpf-next v2 0/2] Small API fix for bpf_wq

2024-07-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Mon, 08 Jul 2024 11:52:56 +0200 you wrote: > I realized this while having a map containing both a struct bpf_timer and > a struct bpf_wq: the third argument provided to the bpf_wq callback is > not the struct b

Re: [PATCH net-next v9 00/10] net: openvswitch: Add sample multicasting.

2024-07-05 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 4 Jul 2024 10:56:51 +0200 you wrote: > ** Background ** > Currently, OVS supports several packet sampling mechanisms (sFlow, > per-bridge IPFIX, per-flow IPFIX). These end up being translated into a > usersp

Re: [PATCH net-next 0/3] selftests: openvswitch: Address some flakes in the CI environment

2024-07-03 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 2 Jul 2024 09:28:27 -0400 you wrote: > These patches aim to make using the openvswitch testsuite more reliable. > These should address the major sources of flakiness in the openvswitch > test suite allowing

Re: [PATCH net-next v15 00/14] Device Memory TCP

2024-07-02 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 28 Jun 2024 00:32:37 + you wrote: > v15: > https://patchwork.kernel.org/project/netdevbpf/list/?series=865481&state=* > > > No material changes in this version, only a fix to linking against > liby

Re: [PATCH] selftests/bpf:Delete extra blank Lines

2024-07-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Wed, 26 Jun 2024 20:19:05 -0700 you wrote: > Delete extra blank lines inside of test_selftest() > > Signed-off-by: Zhu Jun > --- > tools/testing/selftests/bpf/test_sockmap.c | 1 - > 1 file changed, 1 deletion(-

Re: [PATCH net-next 00/12] selftest: Clean-up and stabilize mirroring tests

2024-06-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Thu, 27 Jun 2024 16:48:37 +0200 you wrote: > The mirroring selftests work by sending ICMP traffic between two hosts. > Along the way, this traffic is mirrored to a gretap netdevice, and counter > taps are then in

Re: [PATCH net-next v3 0/7] selftests: net: Switch pmtu.sh to use the internal ovs script.

2024-06-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 25 Jun 2024 13:22:38 -0400 you wrote: > Currently, if a user wants to run pmtu.sh and cover all the provided test > cases, they need to install the Open vSwitch userspace utilities. This > dependency is diff

Re: [PATCH] selftests/bpf: don't close(-1) in serial_test_fexit_stress()

2024-06-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Sun, 23 Jun 2024 21:17:53 +0800 you wrote: > Guard close() with extra link_fd[i] >= 0 and fexit_fd[i] >= 0 > check to prevent close(-1). > > Signed-off-by: Ma Ke > --- > tools/testing/selftests/bpf/prog_tests/fe

Re: [PATCH net] selftests: net: remove unneeded IP_GRE config

2024-06-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 24 Jun 2024 13:55:39 +0800 you wrote: > It seems that there is no definition for config IP_GRE, and it is not a > dependency of other configs, so remove it. > > linux$ find -name Kconfig | xargs grep "IP_GRE"

Re: [PATCH net-next] selftests: net: change shebang to bash in amt.sh

2024-06-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Fri, 21 Jun 2024 04:16:37 + you wrote: > amt.sh is written in bash, not sh. > So, shebang should be bash. > > Signed-off-by: Taehee Yoo > --- > tools/testing/selftests/net/amt.sh | 2 +- > 1 file changed, 1

Re: [PATCH bpf-next v6 0/6] use network helpers, part 7

2024-06-20 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Fri, 21 Jun 2024 10:15:57 +0800 you wrote: > From: Geliang Tang > > v6: > - update ASSERT strings in patch 4 as Eduard suggested. (thanks) > > v5: > - update patch 1, add getsockopt(SO_PROTOCOL) in connect

Re: [PATCH net] selftests: virtio_net: add forgotten config options

2024-06-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 19 Jun 2024 08:17:48 +0200 you wrote: > From: Jiri Pirko > > One may use tools/testing/selftests/drivers/net/virtio_net/config > for example for vng build command like this one: > $ vng -v -b -f tools/testing/sel

Re: [PATCH v2] selftests: openvswitch: Set value to nla flags.

2024-06-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Tue, 18 Jun 2024 09:29:21 +0200 you wrote: > Netlink flags, although they don't have payload at the netlink level, > are represented as having "True" as value in pyroute2. > > Without it, trying to add a flow with a f

Re: [PATCH net] selftests: openvswitch: Use bash as interpreter

2024-06-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 17 Jun 2024 09:28:33 +0100 you wrote: > openvswitch.sh makes use of substitutions of the form ${ns:0:1}, to > obtain the first character of $ns. Empirically, this is works with bash > but not dash. When run with da

Re: [PATCH net] selftests: mptcp: userspace_pm: fixed subtest names

2024-06-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 14 Jun 2024 19:15:29 +0200 you wrote: > It is important to have fixed (sub)test names in TAP, because these > names are used to identify them. If they are not fixed, tracking cannot > be done. > > Some subtests fr

Re: [PATCH bpf-next v5 00/12] bpf: Support dumping kfunc prototypes from BTF

2024-06-12 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Wed, 12 Jun 2024 09:58:24 -0600 you wrote: > This patchset enables both detecting as well as dumping compilable > prototypes for kfuncs. > > The first commit instructs pahole to DECL_TAG kfuncs when available.

Re: [PATCH net-next 0/6] selftests: mptcp: use net/lib.sh to manage netns

2024-06-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 07 Jun 2024 18:31:01 +0200 you wrote: > The goal of this series is to use helpers from net/lib.sh with MPTCP > selftests. > > - Patches 1 to 4 are some clean-ups and preparation in net/lib.sh: > > - Patch

Re: [PATCH net 0/4] mptcp: various fixes

2024-06-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 07 Jun 2024 17:01:47 +0200 you wrote: > The different patches here are some unrelated fixes for MPTCP: > > - Patch 1 ensures 'snd_una' is initialised on connect in case of MPTCP > fallback to TCP followed by re

Re: [PATCH bpf-next 0/5] use network helpers, part 6

2024-06-06 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Thu, 30 May 2024 15:41:07 +0800 you wrote: > From: Geliang Tang > > For moving dctcp test dedicated code out of do_test() into test_dctcp(). > This patchset adds a new helper start_test() in bpf_tcp_ca.c to refa

  1   2   3   >