]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'liquidio-VF-driver-will-notify-NIC-firmware-of-MTU-change'
authorDavid S. Miller <davem@davemloft.net>
Tue, 22 Aug 2017 18:08:16 +0000 (11:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Aug 2017 18:08:16 +0000 (11:08 -0700)
commita7d7938ed958dcfc00294bb6dcf96f53de7e8937
treea1d94383446a85c4e4c643a028c03035e538ad73
parent89bd68a9b7b35b9587dd3d44ed85b3ee974a6324
parentb152a262884c601ec8fee57229de1c11e9d58e04
Merge branch 'liquidio-VF-driver-will-notify-NIC-firmware-of-MTU-change'

Veerasenareddy Burru says:

====================
liquidio: VF driver will notify NIC firmware of MTU change

Make VF driver notify NIC firmware of MTU change.  Firmware needs this
information for MTU propagation and enforcement.

The first patch in this series moves a macro definition to a proper place
to prevent a build error in the second patch which has the code that sends
the notification.

Change Log:
  V1 -> V2
    * Add "From:" line to patch #1 and #2 to give credit to the author.
    * In patch #2, order local variable declarations from longest to
      shortest line.
====================

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