diff options
author | Steven <sluong@cisco.com> | 2019-01-15 09:26:18 -0800 |
---|---|---|
committer | Steven <sluong@cisco.com> | 2019-01-15 09:30:10 -0800 |
commit | 31fe7aa3559acae1dedddf5db1ec5ab13c0dd213 (patch) | |
tree | d7861ad085847642e9629e77e6d561784c0a5534 /src/plugins/vmxnet3/README.md | |
parent | 32ef1376d0b9ebc411dab5382aa8d69a0bbb4c6f (diff) |
vmxnet3: add numa support and link speed
Allocate physmem on the same numa
set link speed
cap vmxnet3 support version to 3 if the device supports higher version
Change-Id: Id47dd83b0da53e623fd6cf3ad010e58158b1ab15
Signed-off-by: Steven <sluong@cisco.com>
Diffstat (limited to 'src/plugins/vmxnet3/README.md')
-rw-r--r-- | src/plugins/vmxnet3/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/vmxnet3/README.md b/src/plugins/vmxnet3/README.md index 031c5962ee9..ef715a09696 100644 --- a/src/plugins/vmxnet3/README.md +++ b/src/plugins/vmxnet3/README.md @@ -15,7 +15,6 @@ vfio driver can still be used with recent kernels which support no-iommu mode. ##Known issues -* NUMA support * TSO/LRO * RSS/multiple queues * VLAN filter |