]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ibmvnic-Tunable-parameter-support'
authorDavid S. Miller <davem@davemloft.net>
Fri, 27 Oct 2017 15:23:59 +0000 (00:23 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Oct 2017 15:23:59 +0000 (00:23 +0900)
commit0276452ef13e706742b67190b7c27c5293b8e350
tree50ef921d7833a996a9690f7f30ad7521e9a551e7
parent22f8750972c4e8a09ed5cb42198e979b87b6d7a1
parent45ea0f5a48c4784c6d174eadfdba06b9635671e6
Merge branch 'ibmvnic-Tunable-parameter-support'

John Allen says:

====================
ibmvnic: Tunable parameter support

This series implements support for changing tunable parameters such as the
mtu, number of tx/rx queues, and number of buffers per queue via ethtool
and ifconfig.

v2: -Fix conflict with Tom's recently applied TSO/SG patches
v3: -Initialize rc in __ibmvnic_reset fixing build warning
    -Fix buggy behavior with pending mac changes. Use boolean flag
     to track if mac change is needed on open rather than relying on
     the desired->mac pointer.
    -Directly include tunable structs in the adapter struct rather
     than keeping pointers, eliminating the need to directly allocate
     them.
====================

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