Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/geneve.c Here we had an overlapping change, where in 'net' the extraneous stats bump was being removed whilst in 'net-next' the final argument to udp_tunnel6_xmit_skb() was being changed. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -2127,7 +2127,7 @@ struct pcpu_sw_netstats {
|
||||
})
|
||||
|
||||
#define netdev_alloc_pcpu_stats(type) \
|
||||
__netdev_alloc_pcpu_stats(type, GFP_KERNEL);
|
||||
__netdev_alloc_pcpu_stats(type, GFP_KERNEL)
|
||||
|
||||
enum netdev_lag_tx_type {
|
||||
NETDEV_LAG_TX_TYPE_UNKNOWN,
|
||||
|
Reference in New Issue
Block a user