]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ibmvnic-Implement-driver-defined-queue-limits'
authorDavid S. Miller <davem@davemloft.net>
Tue, 2 Oct 2018 06:31:16 +0000 (23:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Oct 2018 06:31:16 +0000 (23:31 -0700)
commitb3cdfb6f5e51d88e0014a7de85f1f61ba26d438f
tree836f9efdb9616524c0610d768bc8bb9d6c98b5d7
parent68343a05c1958539b77c2a66363d9c82a5fd5957
parent539bd1f049dfcc639aaf6cc892c486a68640095d
Merge branch 'ibmvnic-Implement-driver-defined-queue-limits'

Thomas Falcon says:

====================
ibmvnic: Implement driver-defined queue limits

In this patch series, update the ibmvnic driver to use driver-defined
queue limits instead of limits imposed by the Virtual I/O server
management partition. For some deviced, initial max queue size and
amount limits, despite their definition, can actually be exceeded if
the client driver requests it. With this in mind, define a private
ethtool flag that toggles the use of driver-defined limits. These
limits are currently more than what supported hardware will likely
allow, so the driver will attempt to get as close as possible to
the user request but may not fully succeed.
====================

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