> From: Michael S. Tsirkin <[email protected]>
> Sent: Thursday, June 29, 2023 7:46 AM


> Just a second, when I talked about virtio_net_hash_config I meant this:
> 
> 
> struct virtio_net_hash_config {
>     le32 hash_types;
> -   le16 reserved[4];
> +   le32 enabled_tunnel_types;
> +   le16 reserved[2];
>     u8 hash_key_length;
>     u8 hash_key_data[hash_key_length];
> };
> 
> and then we do not add a new command we modify the hash config command.
> 
> Parav still ok with you?

yes, looks good.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to