Re: [PATCH net-next] cxgb4: Add support for ndo_get_vf_config

2016-09-04 Thread David Miller
From: Hariprasad Shenai Date: Fri, 2 Sep 2016 19:13:53 +0530 > 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

[PATCH net-next] cxgb4: Add support for ndo_get_vf_config

2016-09-02 Thread Hariprasad Shenai
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 --- drivers/net/ethernet/chelsio/c