[Intel-wired-lan] [FIXUP PATCH 1/2] fixup! i40e: Introduce VF Port Representator(VFPR) netdevs

Samudrala, Sridhar sridhar.samudrala at intel.com
Tue Feb 7 06:30:50 UTC 2017



On 2/6/2017 2:38 PM, Jacob Keller wrote:
> This fixes a warning in commit 6dc77d828f1a ("i40e: Introduce VF Port
> Representator(VFPR) netdevs", 2017-01-31).
>
> Jeff please squash this fix into the mentioned patch, or have the
> original author re-roll the patch.
>
> Signed-off-by: Jacob Keller <jacob.e.keller at intel.com>
Acked-by: Sridhar Samudrala <sridhar.samudrala at intel.com>

> ---
>   drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c b/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
> index a970ba3a86b1..9efecff9c535 100644
> --- a/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
> +++ b/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
> @@ -1204,7 +1204,7 @@ static const struct switchdev_ops i40e_vfpr_switchdev_ops = {
>    *
>    * add/delete VFs broadcast filter
>    **/
> -void i40e_update_vf_broadcast_filter(struct i40e_vf *vf, bool enable)
> +static void i40e_update_vf_broadcast_filter(struct i40e_vf *vf, bool enable)
>   {
>   	struct i40e_pf *pf = vf->pf;
>   	struct i40e_vsi *vsi = pf->vsi[vf->lan_vsi_idx];



More information about the Intel-wired-lan mailing list