All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2]cxgb4/cxgb4vf: VF link state support
@ 2019-03-01 10:14 Arjun Vynipadath
  2019-03-01 10:14 ` [PATCH net-next v2 1/2] cxgb4: Add VF Link " Arjun Vynipadath
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Arjun Vynipadath @ 2019-03-01 10:14 UTC (permalink / raw)
  To: netdev, davem; +Cc: nirranjan, indranil, dt, Arjun Vynipadath

This series of patches adds support for ndo_set_vf_link_state in
cxgb4 driver.

Patch 1 implements ndo_set_vf_link_state
Patch 2 reverts the existing force_link_up behaviour for cxgb4vf driver.

v2:
- Using reverse christmas tree for variable declaration in Patch 1
- Patch 2 has no change

Arjun Vynipadath (2):
  cxgb4: Add VF Link state support
  cxgb4vf: Revert force link up behaviour

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h         |  1 +
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c    | 57 +++++++++++++++++++---
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h      | 10 ++++
 .../net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c    | 13 ++---
 4 files changed, 65 insertions(+), 16 deletions(-)

-- 
2.9.5


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

end of thread, other threads:[~2019-03-02  7:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-01 10:14 [PATCH net-next v2 0/2]cxgb4/cxgb4vf: VF link state support Arjun Vynipadath
2019-03-01 10:14 ` [PATCH net-next v2 1/2] cxgb4: Add VF Link " Arjun Vynipadath
2019-03-01 10:14 ` [PATCH net-next v2 2/2] cxgb4vf: Revert force link up behaviour Arjun Vynipadath
2019-03-02  7:20 ` [PATCH net-next v2 0/2]cxgb4/cxgb4vf: VF link state support David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.