diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2021-12-08 13:29:16 +0300 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-12-08 13:30:48 +0300 |
| commit | 93b350f884c451d3cb75e6e3814266cf2d2afab1 (patch) | |
| tree | 4fc17bfc4e31b6348df3c36117bd64a0b4520f88 /include/uapi/linux | |
| parent | adbfb12d4c4517a8adde23a7fc46538953d56eea (diff) | |
| parent | 250552b925ce400c17d166422fde9bb215958481 (diff) | |
| download | linux-93b350f884c451d3cb75e6e3814266cf2d2afab1.tar.xz | |
Merge branch 'kvm-on-hv-msrbm-fix' into HEAD
Merge bugfix for enlightened MSR Bitmap, before adding support
to KVM for exposing the feature to nested guests.
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/if_ether.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/if_ether.h b/include/uapi/linux/if_ether.h index 5da4ee234e0b..c0c2f3ed5729 100644 --- a/include/uapi/linux/if_ether.h +++ b/include/uapi/linux/if_ether.h @@ -117,7 +117,7 @@ #define ETH_P_IFE 0xED3E /* ForCES inter-FE LFB type */ #define ETH_P_AF_IUCV 0xFBFB /* IBM af_iucv [ NOT AN OFFICIALLY REGISTERED ID ] */ -#define ETH_P_802_3_MIN 0x0600 /* If the value in the ethernet type is less than this value +#define ETH_P_802_3_MIN 0x0600 /* If the value in the ethernet type is more than this value * then the frame is Ethernet II. Else it is 802.3 */ /* |
