Hi,
We have encountered the same problem as :
http://www.digipedia.pl/usenet/thread/18476/330/  race-condition with eop
in e1000/e1000e, e1000_clean_tx_irq()

I send this mail to ask whether this problem have been fixed already? If
so, in which version or patch?

We are using e1000e driver with the version 1.0.25. It is running  with
SMP, 4 cpu cores.

Panic occurs in function e1000_clean_tx_irq()

e1000_clean_tx_irq()
{ ...
if (cleaned)
{ struct sk_buff *skb = buffer_info->skb; << skb is NULL here sometimes
segs = skb_shinfo(skb)->gso_segs ?: 1;
...
} }
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to