Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2022 01:40:22 GMT
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1b7f08b917a1 - main - ifnet(9): Duplicates for IFCAP_TOE flags removed.
Message-ID:  <202209100140.28A1eML2074965@gitrepo.freebsd.org>

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

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

commit 1b7f08b917a18e719707cf9f4856ad5e9b1c8521
Author:     Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2022-09-10 01:35:34 +0000
Commit:     Maxim Konovalov <maxim@FreeBSD.org>
CommitDate: 2022-09-10 01:35:34 +0000

    ifnet(9): Duplicates for IFCAP_TOE flags removed.
    
    PR:     266330
---
 share/man/man9/ifnet.9 | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index dd203cb5580b..a1a8acdc5b0b 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -736,9 +736,9 @@ This Ethernet interface supports TCP6 Segmentation offloading.
 A shorthand for
 .Pq Dv IFCAP_TSO4 | IFCAP_TSO6 .
 .It Dv IFCAP_TOE4
-This Ethernet interface supports TCP offloading.
+This Ethernet interface supports TCP4 Offload Engine.
 .It Dv IFCAP_TOE6
-This Ethernet interface supports TCP6 offloading.
+This Ethernet interface supports TCP6 Offload Engine.
 .It Dv IFCAP_TOE
 A shorthand for
 .Pq Dv IFCAP_TOE4 | IFCAP_TOE6 .
@@ -753,13 +753,6 @@ as those sent by
 .It Dv IFCAP_WOL
 A shorthand for
 .Pq Dv IFCAP_WOL_UCAST | IFCAP_WOL_MCAST | IFCAP_WOL_MAGIC .
-.It Dv IFCAP_TOE4
-This Ethernet interface supports TCP4 Offload Engine.
-.It Dv IFCAP_TOE6
-This Ethernet interface supports TCP6 Offload Engine.
-.It Dv IFCAP_TOE
-A shorthand for
-.Pq Dv IFCAP_TOE4 | IFCAP_TOE6 .
 .It Dv IFCAP_VLAN_HWFILTER
 This interface supports frame filtering in hardware on
 .Xr vlan 4



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