netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mariusz Klimek <maklimek97@gmail.com>
To: netdev@vger.kernel.org
Cc: Mariusz Klimek <maklimek97@gmail.com>
Subject: [PATCH net-next 3/3] selftests/net: remove unnecessary MTU config in big_tcp.sh
Date: Thu, 27 Nov 2025 10:13:25 +0100	[thread overview]
Message-ID: <20251127091325.7248-4-maklimek97@gmail.com> (raw)
In-Reply-To: <20251127091325.7248-1-maklimek97@gmail.com>

This patch removes the manual lowering of the client MTU in big_tcp.sh. The
MTU lowering was previously required as a work-around due to a bug in the
MTU validation of BIG TCP jumbograms. The MTU was lowered to 1442, but note
that 1492 (1500 - 8) would of worked just as well. Now that the bug has
been fixed, the manual client MTU modification can be removed entirely.

Signed-off-by: Mariusz Klimek <maklimek97@gmail.com>
---
 tools/testing/selftests/net/big_tcp.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/net/big_tcp.sh b/tools/testing/selftests/net/big_tcp.sh
index 2db9d15cd45f..b5d9145296d3 100755
--- a/tools/testing/selftests/net/big_tcp.sh
+++ b/tools/testing/selftests/net/big_tcp.sh
@@ -32,7 +32,6 @@ setup() {
 	ip -net $ROUTER_NS link add link2 type veth peer name link3 netns $SERVER_NS
 
 	ip -net $CLIENT_NS link set link0 up
-	ip -net $CLIENT_NS link set link0 mtu 1442
 	ip -net $CLIENT_NS addr add $CLIENT_IP4/24 dev link0
 	ip -net $CLIENT_NS addr add $CLIENT_IP6/64 dev link0 nodad
 	ip -net $CLIENT_NS route add $SERVER_IP4 dev link0 via $CLIENT_GW4
-- 
2.47.3


  parent reply	other threads:[~2025-11-27  9:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-27  9:13 [PATCH net-next 0/3] net: gso: fix MTU validation of BIG TCP jumbograms Mariusz Klimek
2025-11-27  9:13 ` [PATCH net-next 1/3] net: gso: do not include jumbogram HBH header in seglen calculation Mariusz Klimek
2025-12-02 11:36   ` Paolo Abeni
2025-12-02 12:06     ` Paolo Abeni
2025-12-02 16:55       ` Mariusz Klimek
2025-12-02 16:41     ` Mariusz Klimek
2025-12-02 20:34       ` Paolo Abeni
2025-11-27  9:13 ` [PATCH net-next 2/3] ipv6: remove IP6SKB_FAKEJUMBO flag Mariusz Klimek
2025-11-27  9:13 ` Mariusz Klimek [this message]
2025-12-02 12:01   ` [PATCH net-next 3/3] selftests/net: remove unnecessary MTU config in big_tcp.sh Paolo Abeni
2025-12-02 16:46     ` Mariusz Klimek

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=20251127091325.7248-4-maklimek97@gmail.com \
    --to=maklimek97@gmail.com \
    --cc=netdev@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).