]> asedeno.scripts.mit.edu Git - linux.git/commit
net: thunderx: Fix for HW TSO not enabled for secondary qsets
authorSunil Goutham <sgoutham@cavium.com>
Tue, 16 Feb 2016 10:59:50 +0000 (16:29 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Feb 2016 03:24:57 +0000 (22:24 -0500)
commit8d210d54c5250c52b69266f299e64fe8356f9453
treea60110ce48f0f8a2a8e19a4f90b82ef56223fcc9
parent6a9bab79bb79bd9b2eda16f0aba1b4c43f677be9
net: thunderx: Fix for HW TSO not enabled for secondary qsets

For secondary Qsets 'hw_tso' is not getting set as probe() returns
much earlier. Fixed it by moving silicon revision check.

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