summaryrefslogtreecommitdiffstats
path: root/share/man/man4/vmx.4
Commit message (Collapse)AuthorAgeFilesLines
* MFC r263259bryanv2014-04-241-1/+24
| | | | | | | | | | | | | | 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
* mdoc: add missing El.joel2013-08-301-0/+1
|
* Few more minor if_vmx tweaksbryanv2013-08-301-1/+20
| | | | | | | - Allow the Rx/Tx queue sizes to be configured by tunables - Bail out earlier if the Tx queue unlikely has enough free descriptors to hold the frame - Cleanup some of the offloading capabilities handling
* Remove duplicate copy of the man pagebryanv2013-08-231-112/+0
| | | | Pointed out by: jmallett
* Add vmx(4), a VMware VMXNET3 ethernet driver ported from OpenBSDbryanv2013-08-231-0/+224
OpenPOWER on IntegriCloud