]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r263259
authorbryanv <bryanv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 24 Apr 2014 04:43:50 +0000 (04:43 +0000)
committerbryanv <bryanv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 24 Apr 2014 04:43:50 +0000 (04:43 +0000)
commitea456ae24c0f6b9202194f4c184c91011668d45c
tree675eb42cb4df10e1b28c284f5058ecace7a5858f
parent354af4220674bd0dff4d910c19837830b82678d8
MFC r263259
    Add Tx/Rx multiqueue support to vmx(4)

    As a prerequisite for multiple queues, the guest must have MSIX enabled.
    Unfortunately, to work around device passthrough bugs, FreeBSD disables
    MSIX when running as a VMWare guest due to the hw.pci.honor_msi_blacklist
    tunable; this tunable must be disabled for multiple queues.

    Also included is various minor changes from the projects/vmxnet branch.

MFC r264865
    Update the date that was missed in r263259

git-svn-id: svn://svn.freebsd.org/base/stable/10@264866 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/man/man4/vmx.4
sys/dev/vmware/vmxnet3/if_vmx.c
sys/dev/vmware/vmxnet3/if_vmxreg.h
sys/dev/vmware/vmxnet3/if_vmxvar.h
sys/modules/vmware/vmxnet3/Makefile