Re: [PATCH] ixgbe: Check for skb->queue_mapping

2017-03-29 Thread tndave
On 03/29/2017 05:29 PM, Eric Dumazet wrote: On Wed, 2017-03-29 at 16:55 -0700, Tushar Dave wrote: There are events seen where skb->queue_mapping value is greater than adapter->num_tx_queue. In such cases, adapter->tx_ring becomes invalid (null) and xmit results in kernel panic. One such event

Re: [PATCH] ixgbe: Check for skb->queue_mapping

2017-03-29 Thread Eric Dumazet
On Wed, 2017-03-29 at 16:55 -0700, Tushar Dave wrote: > There are events seen where skb->queue_mapping value is greater than > adapter->num_tx_queue. In such cases, adapter->tx_ring becomes invalid > (null) and xmit results in kernel panic. > > One such event is running netconsole and enabling VF

[PATCH] ixgbe: Check for skb->queue_mapping

2017-03-29 Thread Tushar Dave
There are events seen where skb->queue_mapping value is greater than adapter->num_tx_queue. In such cases, adapter->tx_ring becomes invalid (null) and xmit results in kernel panic. One such event is running netconsole and enabling VF on the same device. Or running netconsole and changing number of