> @@ -1761,13 +1763,39 @@ ice_setup_vsi(struct ice_pf *pf, enum
> ice_vsi_type type)
>               /* Source Prune */
>               if (ad->devargs.source_prune != 1) {
>                       /* Disable source prune to support VRRP
> -                      * when source-prune devarg is not set
> +                      * when source-prune devargs is not set
>                        */
>                       vsi_ctx.info.sw_flags =
>                               ICE_AQ_VSI_SW_FLAG_LOCAL_LB;
> -                     vsi_ctx.info.sw_flags |=
> +             } else { /* Enable Source Prune in Rx */
> +                     vsi_ctx.info.sw_flags =
>                               ICE_AQ_VSI_SW_FLAG_SRC_PRUNE;
>               }

This looks like a bug fix related to Source Prune?

Reply via email to