]> git.ipfire.org Git - thirdparty/linux.git/commit - drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
cxgb4: Add support for ndo_get_vf_config
authorHariprasad Shenai <hariprasad@chelsio.com>
Fri, 2 Sep 2016 13:43:53 +0000 (19:13 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sun, 4 Sep 2016 18:46:00 +0000 (11:46 -0700)
commit661dbeb9d6e6e698d469c334527eae8177810b1f
tree1f612b686ad6cb70aa7c46666ae6a5097bb4f7fc
parent6f2a80276364f24734eb6b6d0fe1798598aeab90
cxgb4: Add support for ndo_get_vf_config

Adds support for ndo_get_vf_config, also fill the default mac address
that will be provided to the VF by firmware, in case user doesn't
provide one. So user can get the default MAC address address also
through ndo_get_vf_config.

Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c