Re: [PATCH net-next] liquidio: fix wrong information about link modes reported to ethtool

2017-03-16 Thread David Miller
From: Felix Manlunas Date: Thu, 16 Mar 2017 16:16:17 -0700 > From: Manish Awasthi > > Information reported to ethtool about link modes is wrong for 25G NIC. Fix > it by checking for presence of 25G NIC, checking the link speed reported by > NIC firmware, and then assigning proper values to the

[PATCH net-next] liquidio: fix wrong information about link modes reported to ethtool

2017-03-16 Thread Felix Manlunas
From: Manish Awasthi Information reported to ethtool about link modes is wrong for 25G NIC. Fix it by checking for presence of 25G NIC, checking the link speed reported by NIC firmware, and then assigning proper values to the ethtool_link_ksettings struct. Signed-off-by: Manish Awasthi Signed-