diff options
author | Jeremy Kerr | 2021-07-29 10:20:44 +0800 |
---|---|---|
committer | David S. Miller | 2021-07-29 15:06:50 +0100 |
commit | 583be982d93479ea3d85091b0fd0b01201ede87d (patch) | |
tree | b4407ff68cdafc6bea2041b6ca0dac5be0a1bfa2 /include/uapi/linux/if_ether.h | |
parent | 4b2e69305cbbc7c32ecbd946110b505c4ff6071a (diff) |
mctp: Add device handling and netlink interface
This change adds the infrastructure for managing MCTP netdevices; we add
a pointer to the AF_MCTP-specific data to struct netdevice, and hook up
the rtnetlink operations for adding and removing addresses.
Includes changes from Matt Johnston <matt@codeconstruct.com.au>.
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/if_ether.h')
-rw-r--r-- | include/uapi/linux/if_ether.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/if_ether.h b/include/uapi/linux/if_ether.h index a0b637911d3c..5f589c7a8382 100644 --- a/include/uapi/linux/if_ether.h +++ b/include/uapi/linux/if_ether.h @@ -151,6 +151,9 @@ #define ETH_P_MAP 0x00F9 /* Qualcomm multiplexing and * aggregation protocol */ +#define ETH_P_MCTP 0x00FA /* Management component transport + * protocol packets + */ /* * This is an Ethernet frame header. |