[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251118172502.68835278@kernel.org>
Date: Tue, 18 Nov 2025 17:25:02 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Dmitry Skorodumov <skorodumov.dmitry@...wei.com>
Cc: <netdev@...r.kernel.org>, Simon Horman <horms@...nel.org>,
<linux-kernel@...r.kernel.org>, <linux-kselftest@...r.kernel.org>,
<andrey.bokhanko@...wei.com>, <edumazet@...gle.com>, "David S. Miller"
<davem@...emloft.net>, Paolo Abeni <pabeni@...hat.com>, Shuah Khan
<shuah@...nel.org>
Subject: Re: [PATCH net-next 13/13] selftests: drv-net: selftest for
ipvlan-macnat mode
On Tue, 18 Nov 2025 13:00:45 +0300 Dmitry Skorodumov wrote:
> Subject: [PATCH net-next 13/13] selftests: drv-net: selftest for ipvlan-macnat mode
drv-net: means the test is under drivers/net/ not net/, just net:
> diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile
> index b5127e968108..ff28012d34db 100644
> --- a/tools/testing/selftests/net/Makefile
> +++ b/tools/testing/selftests/net/Makefile
> @@ -203,6 +203,9 @@ YNL_GEN_PROGS := netlink-dumps
> TEST_GEN_FILES += $(YNL_GEN_FILES)
> TEST_GEN_PROGS += $(YNL_GEN_PROGS)
>
> +TEST_PROGS += ipvtap_macnat_test.sh
> +TEST_FILES += ipvtap_macnat_bridge.py
Please add these at the appropriate spots in the sorted list.
Powered by blists - more mailing lists