commit | 9b86a8d19bd6406a10de5f924bf2a003a502d427 | [log] [tgz] |
---|---|---|
author | Hariprasad Shenai <hariprasad@chelsio.com> | Tue Sep 20 12:00:52 2016 +0530 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 21 00:48:09 2016 -0400 |
tree | 772ac513edf7b69c314604643a2b95e74a9d9402 | |
parent | ceb16a90136f42a0079b12d163c824b5825933f7 [diff] |
cxgb4/cxgb4vf: Allocate more queues for 25G and 100G adapter We were missing check for 25G and 100G while checking port speed, which lead to less number of queues getting allocated for 25G & 100G adapters and leading to low throughput. Adding the missing check for both NIC and vNIC driver. Also fixes port advertisement for 25G and 100G in ethtool output. Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>