Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/doc Ticket #1231



details:   https://anonhg.NetBSD.org/src/rev/95cf979a0c46
branches:  netbsd-9
changeset: 953512:95cf979a0c46
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Mar 11 16:17:14 2021 +0000

description:
Ticket #1231

diffstat:

 doc/CHANGES-9.2 |  27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diffs (38 lines):

diff -r fa8dad926eea -r 95cf979a0c46 doc/CHANGES-9.2
--- a/doc/CHANGES-9.2   Thu Mar 11 16:00:24 2021 +0000
+++ b/doc/CHANGES-9.2   Thu Mar 11 16:17:14 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.2,v 1.1.2.57 2021/03/09 16:02:45 martin Exp $
+# $NetBSD: CHANGES-9.2,v 1.1.2.58 2021/03/11 16:17:14 martin Exp $
 
 A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
 release:
@@ -1834,3 +1834,28 @@
        /etc/rc.conf.d/zfs, not /etc/rc.conf.
        [sborrill, ticket #1230]
 
+sys/dev/pci/ixgbe/ixgbe.c                      1.259, 1.278-1.279
+sys/dev/pci/ixgbe/ixgbe.h                      1.75
+sys/dev/pci/ixgbe/ixgbe_netbsd.h               1.12
+sys/dev/pci/ixgbe/ixgbe_vf.c                   1.24-1.26
+sys/dev/pci/ixgbe/ixgbe_x550.c                 1.17
+sys/dev/pci/ixgbe/ixv.c                                1.155-1.156
+sys/dev/pci/ixgbe/ix_txrx.c                    1.64-67
+sys/dev/pci/files.pci                          1.436
+share/man/man4/ixg.4                           1.13-1.14
+share/man/man4/ixv.4                           1.6-1.7
+
+       - Fix a problem that the RX path stalled when the mbuf cluster is
+         exhausted.
+       - Modify some parameters to reduce packet dropping. See also the
+         manual's OPTIONS section for the detail.
+       - ixv(4): The max number of queue(pair) is not 7 but 8. Correctly
+         reset the hardware.
+       - Add "TX " to "Queue No Descriptor Available" evcnt(9) name to make
+         it more understandable.
+       - Fix a bug that some advertise speeds can't be set with
+         hw.ixgN.advertise_speed if both 2.5G and 5G are set. Fix the error
+         message, too.
+       - Fix typo in comment or debug message.
+       [msaitoh, ticket #1231]
+



Home | Main Index | Thread Index | Old Index