From: David Miller <davem@davemloft.net>
To: paul.durrant@citrix.com
Cc: netdev@vger.kernel.org, xen-devel@lists.xenproject.org,
ian.campbell@citrix.com, wei.liu2@citrix.com
Subject: Re: [PATCH v2 net-next] xen-netback: add support for multicast control
Date: Wed, 02 Sep 2015 11:45:35 -0700 (PDT) [thread overview]
Message-ID: <20150902.114535.1282750973309097658.davem@davemloft.net> (raw)
In-Reply-To: <1441213116-9038-1-git-send-email-paul.durrant@citrix.com>
From: Paul Durrant <paul.durrant@citrix.com>
Date: Wed, 2 Sep 2015 17:58:36 +0100
> Xen's PV network protocol includes messages to add/remove ethernet
> multicast addresses to/from a filter list in the backend. This allows
> the frontend to request the backend only forward multicast packets
> which are of interest thus preventing unnecessary noise on the shared
> ring.
>
> The canonical netif header in git://xenbits.xen.org/xen.git specifies
> the message format (two more XEN_NETIF_EXTRA_TYPEs) so the minimal
> necessary changes have been pulled into include/xen/interface/io/netif.h.
>
> To prevent the frontend from extending the multicast filter list
> arbitrarily a limit (XEN_NETBK_MCAST_MAX) has been set to 64 entries.
> This limit is not specified by the protocol and so may change in future.
> If the limit is reached then the next XEN_NETIF_EXTRA_TYPE_MCAST_ADD
> sent by the frontend will be failed with NETIF_RSP_ERROR.
>
> Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Applied.
next prev parent reply other threads:[~2015-09-02 18:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-02 16:58 [PATCH v2 net-next] xen-netback: add support for multicast control Paul Durrant
2015-09-02 17:11 ` Wei Liu
2015-09-02 18:45 ` David Miller [this message]
2015-09-03 8:56 ` Jan Beulich
2015-09-03 9:00 ` [Xen-devel] " Paul Durrant
2015-09-03 9:31 ` Ian Campbell
2015-09-03 9:34 ` Paul Durrant
2015-09-03 9:56 ` Ian Campbell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150902.114535.1282750973309097658.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=ian.campbell@citrix.com \
--cc=netdev@vger.kernel.org \
--cc=paul.durrant@citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).