Yuri Benditovich <[email protected]> wrote: > Similar to VMSTATE_VARRAY_UINT32_ALLOC, but the size is > 16-bit field. > > Signed-off-by: Yuri Benditovich <[email protected]>
Reviewed-by: Juan Quintela <[email protected]> Same caveat about attribution to MST. Once told tha, I don't understand why you are using a unit16_t. You define indirections_len as: + uint16_t indirections_len; But its maximum value right now is: +#define VIRTIO_NET_RSS_MAX_TABLE_LEN 128 So, are we planning to increase that value in the next future, or we just want to give enough space? Later, Juan.
