svn commit: r317110 - stable/11/share/man/man4

David C Somayajulu davidcs at FreeBSD.org
Wed Apr 19 02:55:01 UTC 2017


Author: davidcs
Date: Wed Apr 19 02:54:59 2017
New Revision: 317110
URL: https://svnweb.freebsd.org/changeset/base/317110

Log:
  MFC r316310
  Update man page for commit r316309 "Add support for optional Soft LRO".
  The driver provides the ability to select either HW or Software LRO, when
  LRO is enabled (default HW LRO).

Modified:
  stable/11/share/man/man4/qlxgbe.4
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man4/qlxgbe.4
==============================================================================
--- stable/11/share/man/man4/qlxgbe.4	Wed Apr 19 02:52:55 2017	(r317109)
+++ stable/11/share/man/man4/qlxgbe.4	Wed Apr 19 02:54:59 2017	(r317110)
@@ -52,7 +52,8 @@ driver supports IPv4 checksum offload,
 TCP and UDP checksum offload for both IPv4 and IPv6,
 Large Segment Offload for both IPv4 and IPv6,
 Jumbo frames, VLAN Tag, and
-Receive Side scaling.
+Receive Side scaling, ability to select either HW or Software LRO,
+when LRO is enabled (default HW LRO). 
 For further hardware information, see
 .Pa http://www.qlogic.com/ .
 .Sh HARDWARE


More information about the svn-src-stable mailing list