From: Tushar Dave <tushar.n.d...@oracle.com> Date: Thu, 20 Apr 2017 15:57:31 -0700
> Reducing real_num_tx_queues needs to be in sync with skb queue_mapping > otherwise skbs with queue_mapping greater than real_num_tx_queues > can be sent to the underlying driver and can result in kernel panic. > > One such event is running netconsole and enabling VF on the same > device. Or running netconsole and changing number of tx queues via > ethtool on same device. ... > Signed-off-by: Tushar Dave <tushar.n.d...@oracle.com> > --- > v1->v2: > - addressed comments from Eric Dumazet. Applied and queued up for -stable, thanks!