OSDN Git Service

Merge branch 'cxgb4-vf-link-state'
authorDavid S. Miller <davem@davemloft.net>
Sat, 2 Mar 2019 07:20:20 +0000 (23:20 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 2 Mar 2019 07:20:20 +0000 (23:20 -0800)
commit0960004bebdb803ec286ddfea703a9ab7bf5ab20
tree897f15c8209dffb8ba0f81376ff77fbad2c835ed
parent3d78bfaa2eb92845c0595b09ec7b3dde572009bd
parent502c1a1612747b911ae07b48530f09a54af35a95
Merge branch 'cxgb4-vf-link-state'

Arjun Vynipadath says:

====================
cxgb4/cxgb4vf: VF link state support

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

Signed-off-by: David S. Miller <davem@davemloft.net>