OSDN Git Service

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)
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>

Trivial merge