diff options
author | Shmulik Ladkani <shmulik.ladkani@ravellosystems.com> | 2015-09-18 08:55:04 +0300 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2015-10-12 13:19:29 +0800 |
commit | d62241eb6da9bd2517f07b3219ba4208b90b4e0d (patch) | |
tree | 25579c39620cad08d40fa82243e8a1c53a4d8f53 /hw/net/vmxnet3.h | |
parent | 8304402033e8dbe8e379017d51ed1dd8344f1dce (diff) |
vmxnet3: Add support for VMXNET3_CMD_GET_ADAPTIVE_RING_INFO command
Some drivers (e.g. vmware-tools) issue the VMXNET3_CMD_GET_ADAPTIVE_RING_INFO
command.
Currently, due to lack of support, a bogus value (-1) is returned.
Support this command, returning the "adaptive-ring disabled" flag.
Signed-off-by: Shmulik Ladkani <shmulik.ladkani@ravellosystems.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'hw/net/vmxnet3.h')
-rw-r--r-- | hw/net/vmxnet3.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hw/net/vmxnet3.h b/hw/net/vmxnet3.h index f987d71269..f7006afe96 100644 --- a/hw/net/vmxnet3.h +++ b/hw/net/vmxnet3.h @@ -198,9 +198,13 @@ enum { VMXNET3_CMD_GET_DID_LO, /* 0xF00D0005 */ VMXNET3_CMD_GET_DID_HI, /* 0xF00D0006 */ VMXNET3_CMD_GET_DEV_EXTRA_INFO, /* 0xF00D0007 */ - VMXNET3_CMD_GET_CONF_INTR /* 0xF00D0008 */ + VMXNET3_CMD_GET_CONF_INTR, /* 0xF00D0008 */ + VMXNET3_CMD_GET_ADAPTIVE_RING_INFO /* 0xF00D0009 */ }; +/* Adaptive Ring Info Flags */ +#define VMXNET3_DISABLE_ADAPTIVE_RING 1 + /* * Little Endian layout of bitfields - * Byte 0 : 7.....len.....0 |