]> 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)
commitc9759c699f707dda2221874fce66792bf8f0eff9
treea1d94383446a85c4e4c643a028c03035e538ad73
parent49d75b223ba78917326866196fbfb6b2b4c67e32
parent10093b7f675389c2fc0afa7a070533b37416b108
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>