Re: [PATCH net-next 0/7] selftests: mptcp: increase code coverage

2025-05-05 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 02 May 2025 14:29:20 +0200 you wrote: > Here are various patches slightly improving MPTCP code coverage: > > - Patch 1: avoid a harmless 'grep: write error' warning. > > - Patch 2: use getaddrinfo() with IP

[PATCH net-next 0/7] selftests: mptcp: increase code coverage

2025-05-02 Thread Matthieu Baerts (NGI0)
Here are various patches slightly improving MPTCP code coverage: - Patch 1: avoid a harmless 'grep: write error' warning. - Patch 2: use getaddrinfo() with IPPROTO_MPTCP in more places. - Patch 3-6: prepare and add support to get info for a specific subflow when giving the 5-tuple. - Patch 7: