Hi all, Today's linux-next merge of the net tree got a conflict in include/linux/if_link.h between commit c02db8c6290bb992442fec1407643c94cc414375 ("rtnetlink: make SR-IOV VF interface symmetric") from Linus' tree and commit 10708f37ae729baba9b67bd134c3720709d4ae62 ("net: core: add IFLA_STATS64 support") from the net tree. Just context changes. I fixed it up (see below) and can carry the fix for a while. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc include/linux/if_link.h index d94963b,cfd420b..0000000 --- a/include/linux/if_link.h +++ b/include/linux/if_link.h @@@ -79,7 -111,11 +111,8 @@@ enum IFLA_NET_NS_PID, IFLA_IFALIAS, IFLA_NUM_VF, /* Number of VFs if device is SR-IOV PF */ - IFLA_VF_MAC, /* Hardware queue specific attributes */ - IFLA_VF_VLAN, - IFLA_VF_TX_RATE, /* TX Bandwidth Allocation */ - IFLA_VFINFO, + IFLA_VFINFO_LIST, + IFLA_STATS64, __IFLA_MAX }; -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html