OSDN Git Service

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)
commit1ab9b5eabbab5427d4b36ab70816358c790bb192
tree1410fe5fb02e10ba1bd995ecc3cdfe4e9e91a8ee
parenta0c1d0eafd1ef1ada3b588ea205e5bc37ae0d8d9
parent75c36dbb1c3790eab909344b758decce6bb432da
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>