[PATCH net-next v3 0/2] selftests: drv-net: Allow cross-compiling the hardware tests

From: Maxime Chevallier (Netdev Foundation)

Date: Mon Sep 07 2026 - 12:22:39 EST


Hi,

This is the third version for the ynl and drivers/net/hw
cross-compilation enablement series.

Changes come from Sashiko reviews, that detected some Makefile inclusion
ordering issues, a stray 'Q = @' in the ynl makefiles to have proper
verbosity support, and some commit log rewording.

Changes in V3:
- Add Matthieu's review tags
- Drop 'Q = @' line in patch 1, it's now handled properly through
Makefile.include
- Include Makefile.include before Makefile.arch
- Reword the commit logs to explain the limitations

Changes in V2:
V2: https://lore.kernel.org/r/20260903155524.2241065-1-maxime.chevallier@xxxxxxxxxxx
- Update the topic for patch 1
- Update the CC construction for patch 2

V1: https://lore.kernel.org/r/20260901164200.1124343-1-maxime.chevallier@xxxxxxxxxxx

Maxime Chevallier (Netdev Foundation) (2):
tools: ynl: Allow cross-compiling ynl and associated tools
selftests: drv-net: Use cross-compilation environment for the io_uring
check

tools/net/ynl/Makefile | 1 +
tools/net/ynl/generated/Makefile | 3 ++-
tools/net/ynl/lib/Makefile | 3 ++-
tools/net/ynl/tests/Makefile | 2 +-
tools/net/ynl/ynltool/Makefile | 6 ++----
tools/testing/selftests/drivers/net/hw/Makefile | 5 +++++
6 files changed, 13 insertions(+), 7 deletions(-)

--
2.55.0