]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2eae482467040357714c0514ece10e23a36bbf3b
tree897f15c8209dffb8ba0f81376ff77fbad2c835ed
parent388766870f59ebd2c92c322188ffd6e09acfaa24
parent728ae2fb574791dc2555b3ebb087f3bd9d27cdc8
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>