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

Dmitry Safonov posted 2 patches 1 year, 12 months ago
tools/testing/selftests/net/tcp_ao/bench-lookups.c |  4 ++-
tools/testing/selftests/net/tcp_ao/lib/netlink.c   |  4 +--
tools/testing/selftests/net/tcp_ao/lib/setup.c     | 35 +++++++++++++++++-----
tools/testing/selftests/net/tcp_ao/unsigned-md5.c  | 11 ++++---
4 files changed, 36 insertions(+), 18 deletions(-)
[PATCH net-next 0/2] selftest/net: Some more TCP-AO selftest post-merge fixups
Posted by Dmitry Safonov 1 year, 12 months ago
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/20231219-b4-tcp-ao-selftests-out-of-tree-v1-1-0fff92d26eac@arista.com/T/#u

Signed-off-by: Dmitry Safonov <dima@arista.com>
---
Dmitry Safonov (2):
      selftest/tcp-ao: Set routes in a proper VRF table id
      selftest/tcp-ao: Work on namespace-ified sysctl_optmem_max

 tools/testing/selftests/net/tcp_ao/bench-lookups.c |  4 ++-
 tools/testing/selftests/net/tcp_ao/lib/netlink.c   |  4 +--
 tools/testing/selftests/net/tcp_ao/lib/setup.c     | 35 +++++++++++++++++-----
 tools/testing/selftests/net/tcp_ao/unsigned-md5.c  | 11 ++++---
 4 files changed, 36 insertions(+), 18 deletions(-)
---
base-commit: 857647efa9be89a13cf8963c7e167fab062b28bb
change-id: 20231222-selftests-tcp-ao-fixups-ce70a60e6f57

Best regards,
-- 
Dmitry Safonov <dima@arista.com>
Re: [PATCH net-next 0/2] selftest/net: Some more TCP-AO selftest post-merge fixups
Posted by Hangbin Liu 1 year, 12 months ago
On Fri, Dec 22, 2023 at 01:59:05AM +0000, Dmitry Safonov 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/20231219-b4-tcp-ao-selftests-out-of-tree-v1-1-0fff92d26eac@arista.com/T/#u
> 
> Signed-off-by: Dmitry Safonov <dima@arista.com>

Tested-by: Hangbin Liu <liuhangbin@gmail.com>
Reviewed-by: Hangbin Liu <liuhangbin@gmail.com>