diff options
author | Steven Luong <sluong@cisco.com> | 2019-02-25 12:10:53 -0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-02-26 11:30:42 +0000 |
commit | dd3737284d5021e2e3bd0413b61aab14797e365c (patch) | |
tree | 4c538ed6e44118102b9f2af9a2de5697e4d2a3d9 /src/plugins/vmxnet3/README.md | |
parent | 5ecd5a5d159332a964dd840fcdabe5f8d3111b0e (diff) |
vmxnet3: lro/tso and rx checksum
Add lro/tso and rx checksum support. lro/tso is configured via startup.conf
vmxnet3 { lro }
It is disable by default due to not all versions of ESXi supports it.
Change-Id: Icf224ff528884ecd9e655b4fcf4481194e8c5a63
Signed-off-by: Steven Luong <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 65a0bc89f4a..d1082aa11e4 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 -* TSO/LRO * RSS * VLAN filter |