Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools headers UAPI: Sync if_link.h with the kernel

To pick the changes in:

07a4ddec3ce9 ("bonding: add an option to specify a delay between peer notifications")

And silence this build warning:

Kernel ABI header at 'tools/include/uapi/linux/if_link.h' differs from latest version at 'include/uapi/linux/if_link.h'

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Luis Cláudio Gonçalves <lclaudio@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Vincent Bernat <vincent@bernat.ch>
Link: https://lkml.kernel.org/n/tip-3liw4exxh8goc0rq9xryl2kv@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

+5
+5
tools/include/uapi/linux/if_link.h
··· 695 695 IFLA_VF_IB_NODE_GUID, /* VF Infiniband node GUID */ 696 696 IFLA_VF_IB_PORT_GUID, /* VF Infiniband port GUID */ 697 697 IFLA_VF_VLAN_LIST, /* nested list of vlans, option for QinQ */ 698 + IFLA_VF_BROADCAST, /* VF broadcast */ 698 699 __IFLA_VF_MAX, 699 700 }; 700 701 ··· 704 703 struct ifla_vf_mac { 705 704 __u32 vf; 706 705 __u8 mac[32]; /* MAX_ADDR_LEN */ 706 + }; 707 + 708 + struct ifla_vf_broadcast { 709 + __u8 broadcast[32]; 707 710 }; 708 711 709 712 struct ifla_vf_vlan {