Hi all, After merging the net-next tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: In file included from net/core/dev.c:134:0: include/linux/if_macvlan.h: In function 'macvlan_count_rx': include/linux/if_macvlan.h:68:3: error: invalid use of undefined type 'struct vlan_pcpu_stats' pcpu_stats = this_cpu_ptr(vlan->pcpu_stats); ^ And lots more. Caused by commit cdf3e274cf1b ("macvlan: unify macvlan_pcpu_stats and vlan_pcpu_stats"); I have reverted that commit for today. --- Cheers, Stephen Rothwell sfr@canb.auug.org.au