From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2] public/io/netif.h: move and amend multicast control documentation Date: Fri, 4 Sep 2015 15:41:42 +0100 Message-ID: <1441377702.26292.527.camel@citrix.com> References: <1441192625-12058-1-git-send-email-paul.durrant@citrix.com> <20150904132211.GA25537@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZXsC2-0005Nt-Cf for xen-devel@lists.xenproject.org; Fri, 04 Sep 2015 14:42:18 +0000 In-Reply-To: <20150904132211.GA25537@zion.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu , Paul Durrant Cc: xen-devel@lists.xenproject.org, Keir Fraser , Ian Jackson , Jan Beulich , Tim Deegan List-Id: xen-devel@lists.xenproject.org On Fri, 2015-09-04 at 14:22 +0100, Wei Liu wrote: > On Wed, Sep 02, 2015 at 12:17:05PM +0100, Paul Durrant wrote: > > netif.h contains a specification of the > > XEN_NETIF_EXTRA_TYPE_MCAST_{ADD,DEL} > > extra info messages require to manipulate a multicast filter list > > maintained > > by a backend and specifies the xenstore negotiation protocol in a > > comment > > just above the structure defintion, which is easy to miss. > > > > This patch moves the documentation of the xenstore negotiation to be > > co-located with the documentation for other features and also amends > > the > > wording to be clearer. > > > > Signed-off-by: Paul Durrant > > Cc: Ian Campbell > > Cc: Ian Jackson > > Cc: Jan Beulich > > Cc: Keir Fraser > > Cc: Tim Deegan > > Acked-by: Wei Liu Applied, with: > > + * connected state. > > I would prefer adding a blank line here if possible. "\n *" added.