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

Re: [PATCH net 0/3] selftests: net: lib: small fixes

2024-06-06 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 05 Jun 2024 11:21:15 +0200 you wrote: > While looking at using 'lib.sh' for the MPTCP selftests [1], we found > some small issues with 'lib.sh'. Here they are: > > - Patch 1: fix 'errexit' (set -e) support with

Re: [PATCH net-next] selftests: hsr: Extend the hsr_redbox.sh test to use fixed MAC addresses

2024-06-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 3 Jun 2024 11:33:22 +0200 you wrote: > Fixed MAC addresses help with debugging as last four bytes identify the > network namespace. > > Moreover, it allows to mimic the real life setup with for example

Re: [PATCH net-next] selftests: hsr: Extend the hsr_ping.sh test to use fixed MAC addresses

2024-06-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 3 Jun 2024 11:33:21 +0200 you wrote: > Fixed MAC addresses help with debugging as last four bytes identify the > network namespace. > > Signed-off-by: Lukasz Majewski > --- >

Re: [PATCH net] selftests: hsr: add missing config for CONFIG_BRIDGE

2024-06-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Mon, 3 Jun 2024 17:30:19 +0800 you wrote: > hsr_redbox.sh test need to create bridge for testing. Add the missing > config CONFIG_BRIDGE in config file. > > Fixes: eafbf0574e05 ("test: hsr: Extend the hsr_redbox.sh

Re: [PATCH bpf-next 0/8] fixes for test_sockmap

2024-06-03 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Thu, 23 May 2024 14:49:56 +0800 you wrote: > From: Geliang Tang > > This patchset contains some fixes and improvements for test_sockmap. > > 3-5: switching attachments to bpf_link as Jakub suggested in [1]. >

Re: [PATCH net-next v2 0/2] net: visibility of memory limits in netns

2024-06-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 31 May 2024 01:27:20 +0200 you wrote: > From: Matteo Croce > > Some programs need to know the size of the network buffers to operate > correctly, export the following sysctls read-only in network

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

2024-05-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Sat, 25 May 2024 20:08:14 +0800 you wrote: > From: Geliang Tang > > This patchset uses post_socket_cb and post_connect_cb callbacks of struct > network_helper_opts to refactor do_test() in bpf_tcp_ca.c to move

Re: [PATCH net 1/2] net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()

2024-05-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 27 May 2024 18:39:54 +0300 you wrote: > In commit b5b73b26b3ca ("taprio: Fix allowing too small intervals"), a > comparison of user input against length_to_duration(q, ETH_ZLEN) was > introduced, to avoid RCU

Re: [PATCH net 0/4] selftests: mptcp: mark unstable subtests as flaky

2024-05-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 24 May 2024 18:30:55 +0200 you wrote: > Some subtests can be unstable, failing once every X runs. Fixing them > can take time: there could be an issue in the kernel or in the subtest, > and it is then important

Re: [PATCH net v2] selftests: hsr: Fix "File exists" errors for hsr_ping

2024-05-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Wed, 22 May 2024 18:45:04 +0800 you wrote: > From: Geliang Tang > > The hsr_ping test reports the following errors: > > INFO: preparing interfaces for HSRv0. > INFO: Initial validation ping. > INFO: Longer ping

Re: [PATCH net] testing: net-drv: use stats64 for testing

2024-05-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Mon, 20 May 2024 23:58:43 + you wrote: > Testing a network device that has large numbers of bytes/packets may > overflow. Using stats64 when comparing fixes this problem. > > I tripped on this while iterating on a

Re: [PATCH bpf-next] selftests/bpf: Fix prog numbers in test_sockmap

2024-05-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Fri, 17 May 2024 14:21:46 +0800 you wrote: > From: Geliang Tang > > bpf_prog5 and bpf_prog7 are removed from progs/test_sockmap_kern.h in > commit d79a32129b21 ("bpf: Selftests, remove prints from sockmap

Re: [PATCHv2 net] selftests/net: use tc rule to filter the na packet

2024-05-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Fri, 17 May 2024 09:03:27 +0800 you wrote: > Test arp_ndisc_untracked_subnets use tcpdump to filter the unsolicited > and untracked na messages. It set -e before calling tcpdump. But if > tcpdump filters 0 packet, it will

Re: [PATCH net v3] selftests: net: kill smcrouted in the cleanup logic in amt.sh

2024-05-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Sat, 18 May 2024 13:20:52 + you wrote: > The amt.sh requires smcrouted for multicasting routing. > So, it starts smcrouted before forwarding tests. > It must be stopped after all tests, but it isn't. > > To fix

Re: [PATCH net v3] selftests: net: local_termination: annotate the expected failures

2024-05-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 16 May 2024 08:25:13 -0700 you wrote: > Vladimir said when adding this test: > > The bridge driver fares particularly badly [...] mainly because > it does not implement IFF_UNICAST_FLT. > > See commit

Re: [PATCH net] selftests/net: reduce xfrm_policy test time

2024-05-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 14 May 2024 17:52:27 +0800 you wrote: > The check_random_order test add/get plenty of xfrm rules, which consume > a lot time on debug kernel and always TIMEOUT. Let's reduce the test > loop and see if it works. >

Re: [PATCH net] selftests/net/lib: no need to record ns name if it already exist

2024-05-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Tue, 14 May 2024 10:33:59 +0800 you wrote: > There is no need to add the name to ns_list again if the netns already > recoreded. > > Fixes: 25ae948b4478 ("selftests/net: add lib.sh") > Signed-off-by: Hangbin Liu >

Re: [PATCH] net: gro: fix napi_gro_cb zeroed alignment

2024-05-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 14 May 2024 19:06:15 +0200 you wrote: > Add 2 byte padding to napi_gro_cb struct to ensure zeroed member is > aligned after flush_id member was removed in the original commit. > > Fixes: 4b0ebbca3e16 ("net:

Re: [net-next PATCH] test: hsr: Extend the hsr_redbox.sh to have more SAN devices connected

2024-05-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 10 May 2024 16:37:10 +0200 you wrote: > After this change the single SAN device (ns3eth1) is now replaced with > two SAN devices - respectively ns4eth1 and ns5eth1. > > It is possible to extend this script

Re: [PATCH net-next v10 0/3] net: gro: remove network_header use, move p->{flush/flush_id} calculations to L4

2024-05-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 9 May 2024 21:08:16 +0200 you wrote: > The cb fields network_offset and inner_network_offset are used instead of > skb->network_header throughout GRO. > > These fields are then leveraged in the next commit

Re: [PATCH] selftest: epoll_busy_poll: Fix spelling mistake "couldnt" -> "couldn't"

2024-05-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 10 May 2024 09:48:11 +0100 you wrote: > There is a spelling mistake in a TH_LOG message. Fix it. > > Signed-off-by: Colin Ian King > --- > tools/testing/selftests/net/epoll_busy_poll.c | 2 +- > 1 file

Re: [PATCH net-next] selftests: net: use upstream mtools

2024-05-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 10 May 2024 14:28:56 +0300 you wrote: > Joachim kindly merged the IPv6 support in > https://github.com/troglobit/mtools/pull/2, so we can just use his > version now. A few more fixes subsequently came in for

Re: [PATCH bpf-next] selftests/bpf: Free strdup memory in xdp_hw_metadata

2024-05-12 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Sat, 11 May 2024 16:50:24 +0800 you wrote: > From: Geliang Tang > > The strdup() function returns a pointer to a new string which is a > duplicate of the string "ifname". Memory for the new string is obtained

Re: [PATCH v1 bpf-next 00/17] Retire progs/test_sock_addr.c

2024-05-12 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Fri, 10 May 2024 14:02:17 -0500 you wrote: > This patch series migrates remaining tests from bpf/test_sock_addr.c to > prog_tests/sock_addr.c and progs/verifier_sock_addr.c in order to fully > retire the

Re: [PATCH net-next 1/2] selftests: net: fix timestamp not arriving in cmsg_time.sh

2024-05-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 9 May 2024 17:57:04 -0700 you wrote: > On slow machines the SND timestamp sometimes doesn't arrive before > we quit. The test only waits as long as the packet delay, so it's > easy for a race condition to

Re: [PATCH net] selftests: net: add missing config for amt.sh

2024-05-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 9 May 2024 09:19:19 -0700 you wrote: > Test needs IPv6 multicast. smcroute currently crashes when trying > to install a route in a kernel without IPv6 multicast. > > Fixes: c08e8baea78e ("selftests: add amt

Re: [PATCH net] selftests: net: move amt to socat for better compatibility

2024-05-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 9 May 2024 09:19:52 -0700 you wrote: > The test seems to expect that nc will exit after the first > received message. This is not the case with Ncat 7.94. > There are multiple versions of nc out there, switch >

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

2024-05-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Sun, 5 May 2024 19:35:07 +0800 you wrote: > From: Geliang Tang > > This patchset adds post_socket_cb pointer together with 'struct > post_socket_opts cb_opts' into struct network_helper_opts to make >

Re: [PATCH REPOST net-next v3] selftest: epoll_busy_poll: epoll busy poll tests

2024-05-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 8 May 2024 18:40:04 + you wrote: > Add a simple test for the epoll busy poll ioctls, using the kernel > selftest harness. > > This test ensures that the ioctls have the expected return codes and > that

Re: [PATCH net-next v3] selftests: drv-net: add checksum tests

2024-05-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 7 May 2024 11:40:58 -0400 you wrote: > From: Willem de Bruijn > > Run tools/testing/selftest/net/csum.c as part of drv-net. > This binary covers multiple scenarios, based on arguments given, > for both

Re: [PATCH bpf-next] bpf, arm64: Add support for lse atomics in bpf_arena

2024-05-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Fri, 26 Apr 2024 16:11:16 + you wrote: > When LSE atomics are available, BPF atomic instructions are implemented > as single ARM64 atomic instructions, therefore it is easy to enable > these in bpf_arena

Re: [net-next PATCH] test: hsr: Call cleanup_all_ns when hsr_redbox.sh script exits

2024-05-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 7 May 2024 11:11:55 +0200 you wrote: > Without this change the created netns instances are not cleared after > this script execution. To fix this problem the cleanup_all_ns function > from ../lib.sh is

Re: [PATCH v2] selftests/net: fix uninitialized variables

2024-05-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 6 May 2024 12:02:04 -0700 you wrote: > When building with clang, via: > > make LLVM=1 -C tools/testing/selftest > > ...clang warns about three variables that are not initialized in all > cases: > >

Re: [PATCH v2] bpftool, selftests/hid/bpf: fix 29 clang warnings

2024-05-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Sun, 5 May 2024 16:00:54 -0700 you wrote: > When building either tools/bpf/bpftool, or tools/testing/selftests/hid, > (the same Makefile is used for these), clang generates many instances of > the following: > >

Re: [PATCH net] selftests/bpf: fix pointer arithmetic in test_xdp_do_redirect

2024-05-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Mon, 6 May 2024 16:50:22 +0200 you wrote: > Cast operation has a higher precedence than addition. The code here > wants to zero the 2nd half of the 64-bit metadata, but due to a pointer > arithmetic mistake, it

Re: [PATCH net-next] selftests/net: skip partial checksum packets in csum test

2024-05-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 1 May 2024 15:30:22 -0400 you wrote: > From: Willem de Bruijn > > Detect packets with ip_summed CHECKSUM_PARTIAL and skip these. These > should not exist, as the test sends individual packets between two >

Re: [PATCH v3 bpf-next 0/6] selftests/bpf: Add sockaddr tests for kernel networking

2024-05-02 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Mon, 29 Apr 2024 16:45:17 -0500 you wrote: > This patch series adds test coverage for BPF sockaddr hooks and their > interactions with kernel socket functions (i.e. kernel_bind(), > kernel_connect(),

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

2024-04-30 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Thu, 25 Apr 2024 11:23:40 +0800 you wrote: > From: Geliang Tang > > This patchset adds opts argument for __start_server, and adds setsockopt > pointer together with optval and optlen into struct

Re: [PATCH net-next v2 0/6] selftests: net: page_poll allocation error injection

2024-04-30 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 29 Apr 2024 07:44:20 -0700 you wrote: > Add a test for exercising driver memory allocation failure paths. > page pool is a bit tricky to inject errors into at the page allocator > level because of the bulk

Re: [PATCH bpf-next v3 0/3] bpf_wq followup series

2024-04-30 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Tue, 30 Apr 2024 12:43:23 +0200 you wrote: > Few patches that should have been there from day 1. > > Anyway, they are coming now. > > Signed-off-by: Benjamin Tissoires > --- > Changes in v3: > - fixed bpf_test

Re: [PATCH bpf-next 0/2] Free strdup memory in selftests

2024-04-29 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Mon, 29 Apr 2024 15:07:32 +0800 you wrote: > From: Geliang Tang > > Two fixes to free strdup memory in selftests to avoid memory leaks. > > Geliang Tang (2): > selftests/bpf: Free strdup memory in

Re: [PATCH net-next v2 0/3] selftests: drv-net: round some sharp edges

2024-04-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 25 Apr 2024 15:23:38 -0700 you wrote: > I had to explain how to run the driver tests twice already. > Improve the README so we can just point to it. > Improve the config validation. > > v2: > - use split()

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

2024-04-24 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Tue, 23 Apr 2024 18:35:26 +0800 you wrote: > From: Geliang Tang > > This patchset uses more network helpers in test_sock_addr.c, but > first of all, patch 2 is needed to make network_helpers.c independent > of

Re: [PATCH bpf-next v2 00/16] Introduce bpf_wq

2024-04-23 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Sat, 20 Apr 2024 11:09:00 +0200 you wrote: > This is a followup of sleepable bpf_timer[0]. > > When discussing sleepable bpf_timer, it was thought that we should give > a try to bpf_wq, as the 2 APIs are

Re: [PATCH net-next v5 0/7] selftests: drv-net: support testing with a remote system

2024-04-23 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 19 Apr 2024 19:52:30 -0700 you wrote: > Hi! > > Implement support for tests which require access to a remote system / > endpoint which can generate traffic. > This series concludes the "groundwork" for

Re: [PATCH net-next 0/4] netdev: support dumping a single netdev in qstats

2024-04-23 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 19 Apr 2024 19:35:38 -0700 you wrote: > I was writing a test for page pool which depended on qstats, > and got tired of having to filter dumps in user space. > Add support for dumping stats for a single

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

2024-04-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Thu, 18 Apr 2024 16:09:06 +0800 you wrote: > From: Geliang Tang > > v5: > - address Martin's comments for v4. (thanks) > - drop start_server_addr_opts, add opts as a argument of >start_server_addr. > -

Re: [PATCH net-next v3 0/8] selftests: drv-net: support testing with a remote system

2024-04-18 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 17 Apr 2024 16:11:38 -0700 you wrote: > Hi! > > Implement support for tests which require access to a remote system / > endpoint which can generate traffic. > This series concludes the "groundwork" for

Re: [PATCH net] selftests: kselftest_harness: fix Clang warning about zero-length format

2024-04-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 16 Apr 2024 08:10:48 -0700 you wrote: > Apparently it's more legal to pass the format as NULL, than > it is to use an empty string. Clang complains about empty > formats: > > ./../kselftest_harness.h:1207:30:

Re: [PATCH] selftests: adopt BPF's approach to quieter builds

2024-04-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 11 Apr 2024 12:05:34 -0700 you wrote: > selftest build is fairly noisy, it's easy to miss warnings. > It's standard practice to add alternative messages in > the Makefile. I was grepping for existing

Re: [PATCH net-next] selftests: openvswitch: Fix escape chars in regexp.

2024-04-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 16 Apr 2024 11:09:13 +0200 you wrote: > Character sequences starting with `\` are interpreted by python as > escaped Unicode characters. However, they have other meaning in > regular expressions (e.g: "\d").

Re: [PATCH net-next v2 0/6] selftests: drv-net: support testing with a remote system

2024-04-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 15 Apr 2024 17:45:50 -0700 you wrote: > Hi! > > Implement support for tests which require access to a remote system / > endpoint which can generate traffic. > This series concludes the "groundwork" for

Re: [PATCH net 0/4] selftests/net/tcp_ao: A bunch of fixes for TCP-AO selftests

2024-04-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Sat, 13 Apr 2024 02:42:51 +0100 you wrote: > Started as addressing the flakiness issues in rst_ipv*, that affect > netdev dashboard. > > Signed-off-by: Dmitry Safonov <0x7f454...@gmail.com> > --- > Dmitry Safonov (4): >

Re: [PATCH net-next 00/10] selftests: Assortment of fixes

2024-04-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Fri, 12 Apr 2024 19:03:03 +0200 you wrote: > This is a loose follow-up to the Kernel CI patchset posted recently. It > contains various fixes that were supposed to be part of said patchset, but > didn't fit due to

Re: [PATCH net-next v2 0/6] selftests: net: exercise page pool reporting via netlink

2024-04-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 12 Apr 2024 07:14:30 -0700 you wrote: > Add a basic test for page pool netlink reporting. > > v2: > - pass args as *args (patch 3) > - improve the test and add busy wait helper (patch 6) > v1:

Re: [PATCH net v2 0/1] net: change maximum number of UDP segments to 128

2024-04-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Thu, 11 Apr 2024 08:11:23 +0300 you wrote: > v1->v2: > Fixed placement of 'Fixed:' line > Extended commit message > > Yuri Benditovich (1): > net: change maximum number of UDP segments to 128 > > [...] Here is

Re: [PATCH bpf-next v5 0/2] export send_recv_data

2024-04-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Thu, 11 Apr 2024 13:43:10 +0800 you wrote: > From: Geliang Tang > > v5: > - address Martin's comments for v4 (thanks). > - update patch 2, use 'return err' instead of 'return -1/0'. > - drop patch 3 in v4.

Re: [PATCH net-next v2 0/2] mptcp: add last time fields in mptcp_info

2024-04-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 10 Apr 2024 11:48:23 +0200 you wrote: > These patches from Geliang add support for the "last time" field in > MPTCP Info, and verify that the counters look valid. > > Patch 1 adds these counters:

Re: [PATCH net-next 0/4] selftests: move bpf-offload test from bpf to net

2024-04-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 8 Apr 2024 20:15:45 -0700 you wrote: > The test_offload.py test fits in networking and bpf equally > well. We started adding more Python tests in networking > and some of the code in test_offload.py can be

Re: [PATCH net-next] selftests/bpf: eliminate warning of get_cgroup_id_from_path()

2024-04-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Sat, 6 Apr 2024 22:46:13 +0800 you wrote: > From: Jason Xing > > The output goes like this if I make samples/bpf: > ...warning: no previous prototype for ‘get_cgroup_id_from_path’... > > Make this function

Re: [PATCH net-next 00/11] selftests: mptcp: cleanups and 'ip mptcp' support

2024-04-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Fri, 05 Apr 2024 12:52:04 +0200 you wrote: > Here are some patches from Geliang, doing different cleanups, and > supporting 'ip mptcp' in more MPTCP selftests. > > Patch 1 checks that TC is available in

Re: [PATCH net-next v3 0/5] selftests: net: groundwork for YNL-based tests

2024-04-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Thu, 4 Apr 2024 19:45:21 -0700 you wrote: > Currently the options for writing networking tests are C, bash or > some mix of the two. YAML/Netlink gives us the ability to easily > interface with Netlink in

Re: [PATCH v4 0/4] libbpf: API to partially consume items from ringbuffer

2024-04-06 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Sat, 6 Apr 2024 11:15:40 +0200 you wrote: > Introduce ring__consume_n() and ring_buffer__consume_n() API to > partially consume items from one (or more) ringbuffer(s). > > This can be useful, for example, to

Re: [PATCH net-next v2 0/7] selftests: net: groundwork for YNL-based tests

2024-04-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 2 Apr 2024 19:34:19 -0700 you wrote: > Currently the options for writing networking tests are C, bash or > some mix of the two. YAML/Netlink gives us the ability to easily > interface with Netlink in higher

Re: [PATCH net 0/2] mptcp: fix fallback MIB counter and wrong var in selftests

2024-04-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 29 Mar 2024 13:08:51 +0100 you wrote: > Here are two fixes related to MPTCP. > > The first patch fixes when the MPTcpExtMPCapableFallbackACK MIB counter > is modified: it should only be incremented when a

Re: [PATCH net] selftests: reuseaddr_conflict: add missing new line at the end of the output

2024-04-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 29 Mar 2024 09:05:59 -0700 you wrote: > The netdev CI runs in a VM and captures serial, so stdout and > stderr get combined. Because there's a missing new line in > stderr the test ends up corrupting KTAP: > >

Re: [PATCH net-next 00/14] selftests: Fixes for kernel CI

2024-03-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 26 Mar 2024 17:54:27 +0100 you wrote: > As discussed on the bi-weekly call on Jan 30, and in mailing around > kernel CI effort, some changes are desirable in the suite of forwarding > selftests the better to

Re: [PATCH v3] selftests/mm: Fix ARM related issue with fork after pthread_create

2024-03-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Andrew Morton : On Mon, 25 Mar 2024 19:40:52 + you wrote: > Following issue was observed while running the uffd-unit-tests selftest > on ARM devices. On x86_64 no issues were detected: > > pthread_create followed by fork caused

Re: [PATCH net] selftests: netdevsim: set test timeout to 10 minutes

2024-03-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Mon, 25 Mar 2024 08:56:11 -0700 you wrote: > The longest running netdevsim test, nexthop.sh, currently takes > 5 min to finish. Around 260s to be exact, and 310s on a debug kernel. > The default timeout in selftest is

Re: [PATCH bpf] selftests/bpf: verifier_arena: fix mmap address for arm64

2024-03-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (master) by Alexei Starovoitov : On Fri, 22 Mar 2024 13:35:52 + you wrote: > The arena_list selftest uses (1ull << 32) in the mmap address > computation for arm64. Use the same in the verifier_arena selftest. > > This makes the selftest pass for

Re: [PATCH v2] tools/testing/selftests/bpf/test_tc_tunnel.sh: Prevent client connect before server bind

2024-03-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Thu, 14 Mar 2024 10:59:11 + you wrote: > In some systems, the netcat server can incur in delay to start listening. > When this happens, the test can randomly fail in various points. > This is an example error

Re: [PATCH][next] selftests/bpf: Remove second semicolon

2024-03-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Fri, 15 Mar 2024 09:26:54 + you wrote: > There are statements with two semicolons. Remove the second one, it > is redundant. > > Signed-off-by: Colin Ian King > --- >

Re: [PATCH net-next 00/15] selftests: mptcp: various improvements

2024-03-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 08 Mar 2024 23:10:07 +0100 you wrote: > In this series from Geliang, there are various improvements in MPTCP > selftests: sharing code, doing actions the same way, colours, etc. > > Patch 1 prints all error

Re: [PATCH net-next v2 00/12] selftests: mptcp: share code and fix shellcheck warnings

2024-03-07 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 06 Mar 2024 10:42:49 +0100 you wrote: > This series cleans MPTCP selftests code. > > Patch 1 stops using 'iptables-legacy' if available, but uses 'iptables', > which is likely 'iptables-nft' behind. > >

Re: [PATCH] selftests/harness: Fix TEST_F()'s vfork handling

2024-03-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 5 Mar 2024 21:10:29 +0100 you wrote: > Always run fixture setup in the grandchild process, and by default also > run the teardown in the same process. However, this change makes it > possible to run the

Re: [PATCH net-next] selftests: avoid using SKIP(exit()) in harness fixure setup

2024-03-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 4 Mar 2024 15:36:20 -0800 you wrote: > selftest harness uses various exit codes to signal test > results. Avoid calling exit() directly, otherwise tests > may get broken by harness refactoring (like the

Re: [PATCH net-next] selftests: net: Correct couple of spelling mistakes

2024-03-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 28 Feb 2024 17:37:01 +0530 you wrote: > Changes : > - "excercise" is corrected to "exercise" in > drivers/net/mlxsw/spectrum-2/tc_flower.sh > - "mutliple" is corrected to "multiple" in >

Re: [PATCH net-next] selftests/tc-testing: require an up to date iproute2 for blockcast tests

2024-03-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 29 Feb 2024 11:38:25 -0300 you wrote: > Add the dependsOn test check for all the mirred blockcast tests. > It will prevent the issue reported by LKFT which happens when an older > iproute2 is used to run the

Re: [PATCH iwl-next,v3 0/2] XDP Tx Hardware Timestamp for igc driver

2024-03-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Sun, 3 Mar 2024 16:32:23 +0800 you wrote: > Implemented XDP transmit hardware timestamp metadata for igc driver. > > This patchset is tested with tools/testing/selftests/bpf/xdp_hw_metadata > on Intel ADL-S

Re: [PATCH net-next 00/15] mptcp: userspace pm: 'dump addrs' and 'get addr'

2024-03-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Fri, 01 Mar 2024 19:18:24 +0100 you wrote: > This series from Geliang adds two new Netlink commands to the userspace > PM: > > - one to dump all addresses of a specific MPTCP connection: > - feature added in

Re: [PATCH net 0/2] selftests: mptcp: fixes for diag.sh

2024-03-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by David S. Miller : On Fri, 01 Mar 2024 18:11:21 +0100 you wrote: > Here are two patches fixing issues in MPTCP diag.sh kselftest: > > - Patch 1 makes sure the exit code is '1' in case of error, and not the > test ID, not to return an

Re: [PATCH v4 00/12] selftests: kselftest_harness: support using xfail

2024-03-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Wed, 28 Feb 2024 16:59:07 -0800 you wrote: > Hi! > > When running selftests for our subsystem in our CI we'd like all > tests to pass. Currently some tests use SKIP for cases they > expect to fail, because the

Re: [PATCH v6] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array

2024-02-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Thu, 22 Feb 2024 07:56:15 -0800 you wrote: > Replace deprecated 0-length array in struct bpf_lpm_trie_key with > flexible array. Found with GCC 13: > > ../kernel/bpf/lpm_trie.c:207:51: warning: array subscript i

Re: [PATCH net-next] selftests: vxlan_mdb: Avoid duplicate test names

2024-02-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 27 Feb 2024 19:04:18 +0200 you wrote: > Rename some test cases to avoid overlapping test names which is > problematic for the kernel test robot. No changes in the test's logic. > > Suggested-by: Yujie Liu >

Re: [PATCH net-next 0/8] mptcp: various small improvements

2024-02-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 23 Feb 2024 21:17:52 +0100 you wrote: > This series brings various small improvements to MPTCP and its > selftests: > > Patch 1 prints an error if there are duplicated subtests names. It is > important to

Re: [PATCH net 00/10] mptcp: more misc. fixes for v6.8

2024-02-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 23 Feb 2024 17:14:10 +0100 you wrote: > This series includes 6 types of fixes: > > - Patch 1 fixes v4 mapped in v6 addresses support for the userspace PM, > when asking to delete a subflow. It was done

Re: [PATCH net 0/5] tls: fixes for record type handling with PEEK

2024-02-21 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 15 Feb 2024 17:17:28 +0100 you wrote: > There are multiple bugs in tls_sw_recvmsg's handling of record types > when MSG_PEEK flag is used, which can lead to incorrectly merging two > records: > - consecutive

Re: [PATCH net 00/13] mptcp: misc. fixes for v6.8

2024-02-18 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by David S. Miller : On Thu, 15 Feb 2024 19:25:27 +0100 you wrote: > This series includes 4 types of fixes: > > Patches 1 and 2 force the path-managers not to allocate a new address > entry when dealing with the "special" ID 0, reserved to

Re: [PATCH bpf-next] selftests: bpf: Remove empty TEST_CUSTOM_PROGS

2024-02-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Fri, 16 Feb 2024 09:42:45 -0300 you wrote: > Commit f04a32b2c5b5 ("selftests/bpf: Do not use sign-file as testcase") > removed the TEST_CUSTOM_PROGS assignment, and removed it from being used > on TEST_GEN_FILES.

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 ... > # #

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

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

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

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-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 >

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

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

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

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

  1   2   >