Skip to content

Commit

Permalink
net: thunderx: Fix for multiqset not configured upon interface toggle
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sunil Goutham authored and David S. Miller committed Feb 18, 2016
1 parent 1eea84b commit 6a9bab7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/cavium/thunder/nicvf_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,6 @@ int nicvf_stop(struct net_device *netdev)

/* Clear multiqset info */
nic->pnicvf = nic;
nic->sqs_count = 0;

return 0;
}
Expand Down

0 comments on commit 6a9bab7

Please sign in to comment.