]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ethtool-set_channels-add-a-few-more-checks'
authorDavid S. Miller <davem@davemloft.net>
Sat, 16 May 2020 20:56:30 +0000 (13:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 May 2020 20:56:30 +0000 (13:56 -0700)
commitc2e28690a63cf31413a047c3e9f2a6f611d97a70
tree1410fe5fb02e10ba1bd995ecc3cdfe4e9e91a8ee
parent58e89daf155011adf69414b1ec1b694feaeb8e81
parent07fadff74acad050a6175b8fcf20014831d6aa3d
Merge branch 'ethtool-set_channels-add-a-few-more-checks'

Jakub Kicinski says:

====================
ethtool: set_channels: add a few more checks

There seems to be a few more things we can check in the core before
we call drivers' ethtool_ops->set_channels. Adding the checks to
the core simplifies the drivers. This set only includes changes
to the NFP driver as an example.

There is a small risk in the first patch that someone actually
purposefully accepts a strange configuration without RX or TX
channels, but I couldn't find such a driver in the tree.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>