]> git.ipfire.org Git - people/arne_f/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)
commit0580b53f3867b4b70c9cfbb6a6d49a44268335ea
treea1d94383446a85c4e4c643a028c03035e538ad73
parent7d47e9a2056f7d4babde19f58c8d236e60308043
parentee5b1fac5641515a80ed1b15a84713629b29516d
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>