Source-Changes archive

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

CVS commit: [netbsd-8] src



Module Name:    src
Committed By:   martin
Date:           Thu Mar 11 16:04:25 UTC 2021

Modified Files:
        src/share/man/man4 [netbsd-8]: ixg.4 ixv.4
        src/sys/dev/pci [netbsd-8]: files.pci
        src/sys/dev/pci/ixgbe [netbsd-8]: ix_txrx.c ixgbe.c ixgbe.h
            ixgbe_netbsd.h ixgbe_vf.c ixgbe_x540.c ixv.c

Log Message:
Pull up the following (all via patch), requested by msaitoh in ticket #1663:

        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.3, 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.


To generate a diff of this commit:
cvs rdiff -u -r1.10.4.1 -r1.10.4.2 src/share/man/man4/ixg.4
cvs rdiff -u -r1.3.2.3 -r1.3.2.4 src/share/man/man4/ixv.4
cvs rdiff -u -r1.388.4.4 -r1.388.4.5 src/sys/dev/pci/files.pci
cvs rdiff -u -r1.24.2.20 -r1.24.2.21 src/sys/dev/pci/ixgbe/ix_txrx.c
cvs rdiff -u -r1.88.2.42 -r1.88.2.43 src/sys/dev/pci/ixgbe/ixgbe.c
cvs rdiff -u -r1.24.6.20 -r1.24.6.21 src/sys/dev/pci/ixgbe/ixgbe.h
cvs rdiff -u -r1.7.6.2 -r1.7.6.3 src/sys/dev/pci/ixgbe/ixgbe_netbsd.h
cvs rdiff -u -r1.12.8.5 -r1.12.8.6 src/sys/dev/pci/ixgbe/ixgbe_vf.c
cvs rdiff -u -r1.9.6.4 -r1.9.6.5 src/sys/dev/pci/ixgbe/ixgbe_x540.c
cvs rdiff -u -r1.56.2.30 -r1.56.2.31 src/sys/dev/pci/ixgbe/ixv.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index