From: Stefano Brivio <sbrivio@redhat.com>
To: Aleksei Oladko <aleksey.oladko@virtuozzo.com>
Cc: "David S . Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Simon Horman <horms@kernel.org>, Shuah Khan <shuah@kernel.org>,
Aaron Conole <aconole@redhat.com>,
Ilya Maximets <imaximet@redhat.com>,
Eelco Chaudron <echaudro@redhat.com>,
netdev@vger.kernel.org, linux-kselftest@vger.kernel.org,
linux-kernel@vger.kernel.org, dev@openvswitch.org
Subject: Re: [PATCH net v4 3/5] selftests: net: rename pmtu.sh to pmtu-test.sh
Date: Tue, 10 Mar 2026 17:38:43 +0100 (CET) [thread overview]
Message-ID: <20260310173842.723df058@elisabeth> (raw)
In-Reply-To: <20260309152013.565216-4-aleksey.oladko@virtuozzo.com>
Nit, only in case this needs a re-spin for whatever reason:
On Mon, 9 Mar 2026 15:20:11 +0000
Aleksei Oladko <aleksey.oladko@virtuozzo.com> wrote:
> Rename the pmtu.sh test script to pmtu-test.sh. No functional
> changes are made, only the file name is updated.
I don't think pmtu-test.sh is very descriptive. I think leaving it as
pmtu.sh and having the new pmtu.sh named pmtu_run.sh would be more
self-explanatory. But it's not a strong preference either way.
> Signed-off-by: Aleksei Oladko <aleksey.oladko@virtuozzo.com>
> ---
> tools/testing/selftests/net/Makefile | 2 +-
> tools/testing/selftests/net/{pmtu.sh => pmtu-test.sh} | 0
> 2 files changed, 1 insertion(+), 1 deletion(-)
> rename tools/testing/selftests/net/{pmtu.sh => pmtu-test.sh} (100%)
>
> diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile
> index 605c54c0e8a3..8fa6ef771757 100644
> --- a/tools/testing/selftests/net/Makefile
> +++ b/tools/testing/selftests/net/Makefile
> @@ -63,7 +63,7 @@ TEST_PROGS := \
> netns-name.sh \
> netns-sysctl.sh \
> nl_netdev.py \
> - pmtu.sh \
> + pmtu-test.sh \
> psock_snd.sh \
> reuseaddr_ports_exhausted.sh \
> reuseport_addr_any.sh \
> diff --git a/tools/testing/selftests/net/pmtu.sh b/tools/testing/selftests/net/pmtu-test.sh
> similarity index 100%
> rename from tools/testing/selftests/net/pmtu.sh
> rename to tools/testing/selftests/net/pmtu-test.sh
--
Stefano
next prev parent reply other threads:[~2026-03-10 16:38 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-09 15:20 [PATCH net v4 0/5] selftests: net: fix false failures due to missing features and host interference Aleksei Oladko
2026-03-09 15:20 ` [PATCH net v4 1/5] selftests: net: make ovs-dpctl.py fail when pyroute2 is unsupported Aleksei Oladko
2026-03-11 12:48 ` Aaron Conole
2026-03-09 15:20 ` [PATCH net v4 2/5] selftests: net: run reuseport in an isolated netns Aleksei Oladko
2026-03-10 16:38 ` Stefano Brivio
2026-03-09 15:20 ` [PATCH net v4 3/5] selftests: net: rename pmtu.sh to pmtu-test.sh Aleksei Oladko
2026-03-10 16:38 ` Stefano Brivio [this message]
2026-03-12 3:10 ` Jakub Kicinski
2026-03-12 3:12 ` Jakub Kicinski
2026-03-15 19:25 ` Aleksei Oladko
2026-03-16 20:55 ` Stefano Brivio
2026-03-09 15:20 ` [PATCH net v4 4/5] selftests: net: run pmtu.sh in netns to avoid host firewall interference Aleksei Oladko
2026-03-09 15:20 ` [PATCH net v4 5/5] selftests: net: io_uring_zerocopy: enable io_uring for the test Aleksei Oladko
2026-03-12 3:08 ` [PATCH net v4 0/5] selftests: net: fix false failures due to missing features and host interference Jakub Kicinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260310173842.723df058@elisabeth \
--to=sbrivio@redhat.com \
--cc=aconole@redhat.com \
--cc=aleksey.oladko@virtuozzo.com \
--cc=davem@davemloft.net \
--cc=dev@openvswitch.org \
--cc=echaudro@redhat.com \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=imaximet@redhat.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=shuah@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.