]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ethtool-ringparam-upper-bound'
authorDavid S. Miller <davem@davemloft.net>
Tue, 9 Jan 2018 16:54:50 +0000 (11:54 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jan 2018 16:54:50 +0000 (11:54 -0500)
commitbbe6e42784615491ecb70ea238a4ca05af508bfd
tree8cded4b9519635f9c91fe78641256b4919494519
parentded70cb2323df9101ad15ccbb41845cdd88e70db
parentc483c8bbb4ee015201ac3b83189fd2435a9ca1ea
Merge branch 'ethtool-ringparam-upper-bound'

Tariq Toukan says:

====================
ethtool ringparam upper bound

This patchset by Jenny adds sanity checks in ethtool ringparam
operation for input upper bounds, similarly to what's done in
ethtool_set_channels.

The checks are added in patch 1, using a call to get_ringparam
prior to calling set_ringparam NDO.

Patch 2 changes the function's behavior in mlx4_en, so that
it returns an error for out-of-range input, instead of rounding
it to closest valid, similar to mlx5e.

Patch 3 removes the upper bound checks in mlx5e_ethtool_set_ringparam
as it becomes redundant.

Series generated against net-next commit:
d886b310a514 Merge branch 'ipv6-ipv4-nexthop-align'
====================

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