Bläddra i källkod

net: thunderx: Fix for multiqset not configured upon interface toggle

When a interface is assigned morethan 8 queues and the logical interface
is toggled i.e down & up, additional queues or qsets are not initialized
as secondary qset count is being set to zero while tearing down.

Signed-off-by: Sunil Goutham <sgoutham@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Sunil Goutham 9 år sedan
förälder
incheckning
6a9bab79bb
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      drivers/net/ethernet/cavium/thunder/nicvf_main.c

+ 0 - 1
drivers/net/ethernet/cavium/thunder/nicvf_main.c

@@ -1125,7 +1125,6 @@ int nicvf_stop(struct net_device *netdev)
 
 	/* Clear multiqset info */
 	nic->pnicvf = nic;
-	nic->sqs_count = 0;
 
 	return 0;
 }