>>> On 02.09.15 at 18:58, <paul.durr...@citrix.com> wrote:
> @@ -1215,6 +1289,31 @@ static void xenvif_tx_build_gops(struct xenvif_queue 
> *queue,
>                               break;
>               }
>  
> +             if (extras[XEN_NETIF_EXTRA_TYPE_MCAST_ADD - 1].type) {
> +                     struct xen_netif_extra_info *extra;
> +
> +                     extra = &extras[XEN_NETIF_EXTRA_TYPE_MCAST_ADD - 1];
> +                     ret = xenvif_mcast_add(queue->vif, extra->u.mcast.addr);

What's the reason this call isn't gated on vif->multicast_control?

Jan

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to