>-----Original Message-----
>From: Nikolay Borisov [mailto:ker...@kyup.com]
>Sent: Monday, November 16, 2015 8:46 AM
>To: Skidmore, Donald C; e1000-devel@lists.sourceforge.net
>Cc: SiteGround Operations
>Subject: Re: [E1000-devel] Random crashes with the IXGBE driver.
>
>
>
>On 11/16/2015 06:40 PM, Skidmore, Donald C wrote:
>> Hey Nikolay,
>>
>> Sorry to hear about you random crashes, it is strange they are only
>occurring on certain HW.  I didn't notice the driver (ixgbe) in any of the
>stack dumps.  Are you just inferring that the driver is a likely candidate
>as the skb head looks to be messed up?
>
>At least in one of the occasion there is the ixgbe_poll which is failing
>when emptying the tx_queues:
>
>ixgbe_poll -> ixgbe_clean_tx_irq -> dev_kfree_skb_any(tx_buffer->skb);

ixgbe_poll() is a cleanup routine for Rx/Tx and it makes sense that
it will be in the trace, but it doesn't necessarily point to the driver.

The ixgbe_poll() is in the trace from a BUG_ON() in mm/slub.c:

[409292.391369] kernel BUG at mm/slub.c:3336!

If you can reproduce this issue on the current stable kernel you can run it with
slub_debug (Documentation/vm/slub.txt))to get a better idea of what is causing 
the
corruption. Also I'd suggest reporting it on the kernel mailing lists. When 
reporting
issues to the community only use the in-kernel drivers, not the one from 
sourceforge.

Also if you can provide details about your setup and the type of traffic you 
are using
we can try to reproduce in house, as we have not seen an issue like this in our 
testing.

Thanks,
Emil


------------------------------------------------------------------------------
Presto, an open source distributed SQL query engine for big data, initially
developed by Facebook, enables you to easily query your data on Hadoop in a 
more interactive manner. Teradata is also now providing full enterprise
support for Presto. Download a free open source copy now.
http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140
_______________________________________________
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