Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2022 16:15:38 GMT
From:      Marcin Wojtas <mw@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f65d7660b5e0 - main - ena: Remove TSO refs from the documentation
Message-ID:  <202206301615.25UGFcuB014870@gitrepo.freebsd.org>

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

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

commit f65d7660b5e0295745da8b91635657a27e29fb6a
Author:     Michal Krawczyk <mk@semihalf.com>
AuthorDate: 2022-06-10 09:18:10 +0000
Commit:     Marcin Wojtas <mw@FreeBSD.org>
CommitDate: 2022-06-30 15:31:57 +0000

    ena: Remove TSO refs from the documentation
    
    The Hardware currently doesn't support TSO feature and it can be
    misleading to mention that in the docs.
    
    All references to the docs were removed from the man pages.
    
    Obtained from: Semihalf
    MFC after: 2 weeks
    Sponsored by: Amazon, Inc.
---
 share/man/man4/ena.4 | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/share/man/man4/ena.4 b/share/man/man4/ena.4
index ed4c5f56b33a..ba9654c8c19a 100644
--- a/share/man/man4/ena.4
+++ b/share/man/man4/ena.4
@@ -76,11 +76,6 @@ CPU core and its NUMA domain.
 The order of those bindings is based on the RSS bucket mapping.
 For builds with RSS support disabled, the
 CPU and NUMA management is left to the kernel.
-.Pp
-The
-.Nm
-driver supports industry standard TCP/IP offload features such
-as checksum offload and TCP transmit segmentation offload (TSO).
 Receive-side scaling (RSS) is supported for multi-core scaling.
 .Pp
 The



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