We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d1e4c commit 976c269Copy full SHA for 976c269
include/uapi/linux/virtio_net.h
@@ -327,6 +327,19 @@ struct virtio_net_rss_config {
327
__u8 hash_key_data[/* hash_key_length */];
328
};
329
330
+struct virtio_net_rss_config_hdr {
331
+ __le32 hash_types;
332
+ __le16 indirection_table_mask;
333
+ __le16 unclassified_queue;
334
+ __le16 indirection_table[/* 1 + indirection_table_mask */];
335
+};
336
+
337
+struct virtio_net_rss_config_trailer {
338
+ __le16 max_tx_vq;
339
+ __u8 hash_key_length;
340
+ __u8 hash_key_data[/* hash_key_length */];
341
342
343
#define VIRTIO_NET_CTRL_MQ_RSS_CONFIG 1
344
345
/*
0 commit comments