RE: [PATCH net-next 0/6] be2net: fixes
From: <hidden>
Date: 2011-08-10 10:16:27
From: Eric Dumazet [mailto:eric.dumazet@gmail.com] Sent: Tuesday, August 09, 2011 9:53 PMquoted
quoted
Not sure which recent be2net patch is problematic on 32bit arches : Kernel: arch/x86/boot/bzImage is ready (#280) Building modules, stage 2. MODPOST 1854 modules ERROR: "__udivdi3" [drivers/net/benet/be2net.ko] undefined! make[1]: *** [__modpost] Erreur 1 make: *** [modules] Erreur 2 Please fix this, thanks.Comes from commit ac124ff973e27802797 (be2net: cleanup and refactor stats code) be_rx_eqd_update() now performs u64 divides. Following patch should be enough, there is no way packet count can overwrap a long anyway between two samples... [PATCH] benet: fix build error on 32bit arch
Thanks for the quick patch. -Sathya