]> 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)
commitd19ac4bd52532bc8ef498e661d93202d992e8615
tree897f15c8209dffb8ba0f81376ff77fbad2c835ed
parent934aa505fc192bdf64c5e6eec376567f321bc71f
parent87cb763f41f80880ee209d88bee09cabc0469dc8
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>