]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: thunderx: Fix for multiqset not configured upon interface toggle
authorSunil Goutham <sgoutham@cavium.com>
Tue, 16 Feb 2016 10:59:49 +0000 (16:29 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Feb 2016 03:24:57 +0000 (22:24 -0500)
commit6a9bab79bb79bd9b2eda16f0aba1b4c43f677be9
treeb97be2b729d332a3909d6829884ec3bae70df92e
parent1eea84b74cd28773c37bf1bda69915f7b9a67efc
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>
drivers/net/ethernet/cavium/thunder/nicvf_main.c