Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2023 10:17:18 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2e57f7bf2092 - main - ix(4): correct max MTU
Message-ID:  <202305171017.34HAHIRe073440@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/src/commit/?id=2e57f7bf209281e176f16ca3c5716807479873f8

commit 2e57f7bf209281e176f16ca3c5716807479873f8
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-05-17 10:16:22 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-05-17 10:16:22 +0000

    ix(4): correct max MTU
    
    The max MTU for the ix(4) is 9710.
    
    Differential revision:  https://reviews.freebsd.org/D40003
    Approved by:    erj, bcr
---
 share/man/man4/ixgbe.4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/ixgbe.4 b/share/man/man4/ixgbe.4
index 54c9146d2630..e83011a18664 100644
--- a/share/man/man4/ixgbe.4
+++ b/share/man/man4/ixgbe.4
@@ -31,7 +31,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 17, 2019
+.Dd May 17, 2023
 .Dt IXGBE 4
 .Os
 .Sh NAME
@@ -68,7 +68,7 @@ Support for Jumbo Frames is provided via the interface MTU setting.
 Selecting an MTU larger than 1500 bytes with the
 .Xr ifconfig 8
 utility configures the adapter to receive and transmit Jumbo Frames.
-The maximum MTU size for Jumbo Frames is 16114.
+The maximum MTU size for Jumbo Frames is 9710.
 .Pp
 This driver version supports VLANs.
 For information on enabling VLANs, see



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305171017.34HAHIRe073440>