diff options
author | Ronak Doshi <doshir@vmware.com> | 2022-06-08 05:23:50 +0200 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2022-06-09 12:42:01 +0200 |
commit | c7112ebd27ea0dbe4eecd5c96cad93757e34e73d (patch) | |
tree | e48a2319af395f9417cd378c39d0e9e6927c62c4 /drivers/video | |
parent | vmxnet3: add support for out of order rx completion (diff) | |
download | linux-c7112ebd27ea0dbe4eecd5c96cad93757e34e73d.tar.xz linux-c7112ebd27ea0dbe4eecd5c96cad93757e34e73d.zip |
vmxnet3: add command to set ring buffer sizes
This patch adds a new command to set ring buffer sizes. This is
required to pass the buffer size information to passthrough devices.
For performance reasons, with version7 and later, ring1 will contain
only mtu size buffers (bound to 3K). Packets > 3K will use both ring1
and ring2.
Also, ring sizes are round down to power of 2 and ring2 default
size is increased to 512.
Signed-off-by: Ronak Doshi <doshir@vmware.com>
Acked-by: Guolin Yang <gyang@vmware.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/video')
0 files changed, 0 insertions, 0 deletions