diff options
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/if_link.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h index 7ffb18df01ca..d9cd19214b98 100644 --- a/include/uapi/linux/if_link.h +++ b/include/uapi/linux/if_link.h | |||
| @@ -465,6 +465,9 @@ enum { | |||
| 465 | IFLA_VF_SPOOFCHK, /* Spoof Checking on/off switch */ | 465 | IFLA_VF_SPOOFCHK, /* Spoof Checking on/off switch */ |
| 466 | IFLA_VF_LINK_STATE, /* link state enable/disable/auto switch */ | 466 | IFLA_VF_LINK_STATE, /* link state enable/disable/auto switch */ |
| 467 | IFLA_VF_RATE, /* Min and Max TX Bandwidth Allocation */ | 467 | IFLA_VF_RATE, /* Min and Max TX Bandwidth Allocation */ |
| 468 | IFLA_VF_RSS_QUERY_EN, /* RSS Redirection Table and Hash Key query | ||
| 469 | * on/off switch | ||
| 470 | */ | ||
| 468 | __IFLA_VF_MAX, | 471 | __IFLA_VF_MAX, |
| 469 | }; | 472 | }; |
| 470 | 473 | ||
| @@ -509,6 +512,11 @@ struct ifla_vf_link_state { | |||
| 509 | __u32 link_state; | 512 | __u32 link_state; |
| 510 | }; | 513 | }; |
| 511 | 514 | ||
| 515 | struct ifla_vf_rss_query_en { | ||
| 516 | __u32 vf; | ||
| 517 | __u32 setting; | ||
| 518 | }; | ||
| 519 | |||
| 512 | /* VF ports management section | 520 | /* VF ports management section |
| 513 | * | 521 | * |
| 514 | * Nested layout of set/get msg is: | 522 | * Nested layout of set/get msg is: |
