Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   nonaka
Date:           Fri May 20 13:55:17 UTC 2022

Modified Files:
        src/sys/arch/x86/x86: hyperv.c
        src/sys/dev/hyperv: files.hyperv hyperv_common.c hypervreg.h
            hypervvar.h if_hvn.c if_hvnreg.h vmbus.c vmbusvar.h

Log Message:
Improve Hyper-V support.

vmbus(4):
 - Added support for multichannel.

hvn(4):
 - Added support for multichannel.
 - Added support for change MTU.
 - Added support for TX aggregation.
 - Improve VLAN support.
 - Improve checksum offload support.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x86/x86/hyperv.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/hyperv/files.hyperv \
    src/sys/dev/hyperv/if_hvnreg.h
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/hyperv/hyperv_common.c \
    src/sys/dev/hyperv/hypervvar.h
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/hyperv/hypervreg.h
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/hyperv/if_hvn.c
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/hyperv/vmbus.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/hyperv/vmbusvar.h

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