Hi,

last_rx is being updated only if NETIF_F_GRO is not defined - probably in
view that last_rx is being updated in the kernel in GRO code related.
However, this is not true. last_rx is being updated in the linux kernel in
the new generic packet receive handler stuff (bond_handle_frame) which is
not related to GRO and even introduced few kernel versions later than
GRO....which means your latest ixgbe won't work properly with bond in
kernel versions 2.6.29-2.6.38.

-- 
Benzi.
------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel® Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to