]> git.baikalelectronics.ru Git - kernel.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)
commit756f2594243cc0a13fbf01d963ce43e99035c05a
treea60110ce48f0f8a2a8e19a4f90b82ef56223fcc9
parent7cb52122cbf0ae24124e9d4f42c91c60ac373ce2
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