]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ena-dynamic-queue-sizes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 12 Jun 2019 18:23:45 +0000 (11:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Jun 2019 18:23:45 +0000 (11:23 -0700)
commit95f6388acb3570e59f89d3e1b0bbed96270efc9e
tree4226f76477994aa01f8aaabd81b5fe789b18d300
parent6d5528b4554e66b62b0c7b8e4a18548ee81bb069
parent72a7d86596a463fc7f8ce4154c2ba1ac39542302
Merge branch 'ena-dynamic-queue-sizes'

Sameeh Jubran says:

====================
Support for dynamic queue size changes

This patchset introduces the following:
* add new admin command for supporting different queue size for Tx/Rx
* add support for Tx/Rx queues size modification through ethtool
* allow queues allocation backoff when low on memory
* update driver version

Difference from v2:
* Dropped superfluous range checks which are already done in ethtool. [patch 5/7]
* Dropped inline keyword from function. [patch 4/7]
* Added a new patch which drops inline keyword all *.c files. [patch 6/7]

Difference from v1:
* Changed ena_update_queue_sizes() signature to use u32 instead of int
  type for the size arguments. [patch 5/7]
====================

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