netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] liquidio: VF driver will notify NIC firmware of MTU change
@ 2017-08-18 18:34 Felix Manlunas
  2017-08-18 18:35 ` [PATCH net-next 1/2] liquidio: move macro definition to a proper place Felix Manlunas
  2017-08-18 18:35 ` [PATCH net-next 2/2] liquidio: make VF driver notify NIC firmware of MTU change Felix Manlunas
  0 siblings, 2 replies; 4+ messages in thread
From: Felix Manlunas @ 2017-08-18 18:34 UTC (permalink / raw)
  To: davem
  Cc: netdev, raghu.vatsavayi, derek.chickles, satananda.burla,
	veerasenareddy.burru

From: Veerasenareddy Burru <veerasenareddy.burru@cavium.com>

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.

Veerasenareddy Burru (2):
  liquidio: move macro definition to a proper place
  liquidio: make VF driver notify NIC firmware of MTU change

 .../ethernet/cavium/liquidio/cn23xx_pf_device.h    |  2 --
 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c | 22 ++++++++++++++++++----
 .../net/ethernet/cavium/liquidio/liquidio_common.h |  2 ++
 3 files changed, 20 insertions(+), 6 deletions(-)

-- 
2.9.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-21 18:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18 18:34 [PATCH net-next 0/2] liquidio: VF driver will notify NIC firmware of MTU change Felix Manlunas
2017-08-18 18:35 ` [PATCH net-next 1/2] liquidio: move macro definition to a proper place Felix Manlunas
2017-08-18 18:35 ` [PATCH net-next 2/2] liquidio: make VF driver notify NIC firmware of MTU change Felix Manlunas
2017-08-21 18:04   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).