[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140930022144.GH10373@verge.net.au>
Date: Tue, 30 Sep 2014 11:21:44 +0900
From: Simon Horman <horms@...ge.net.au>
To: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
Cc: Pablo Neira Ayuso <pablo@...filter.org>,
netfilter-devel@...r.kernel.org, davem@...emloft.net,
netdev@...r.kernel.org
Subject: Re: [PATCH 18/34] ipvs: prevent mixing heterogeneous pools and
synchronization
On Mon, Sep 29, 2014 at 08:17:26PM +0400, Sergei Shtylyov wrote:
> On 09/29/2014 04:39 PM, Pablo Neira Ayuso wrote:
>
> >From: Alex Gartrell <agartrell@...com>
>
> >The synchronization protocol is not compatible with heterogeneous pools, so
> >we need to verify that we're not turning both on at the same time.
>
> >Signed-off-by: Alex Gartrell <agartrell@...com>
> >Acked-by: Julian Anastasov <ja@....bg>
> >Signed-off-by: Simon Horman <horms@...ge.net.au>
> >---
> > include/net/ip_vs.h | 4 ++++
> > net/netfilter/ipvs/ip_vs_ctl.c | 15 +++++++++++++++
> > 2 files changed, 19 insertions(+)
>
> >diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h
> >index 7600dbe..576d7f0 100644
> >--- a/include/net/ip_vs.h
> >+++ b/include/net/ip_vs.h
> >@@ -990,6 +990,10 @@ struct netns_ipvs {
> > char backup_mcast_ifn[IP_VS_IFNAME_MAXLEN];
> > /* net name space ptr */
> > struct net *net; /* Needed by timer routines */
> >+ /* Number of heterogeneous destinations, needed because
> >+ * heterogeneous are not supported when synchronization is
> >+ * enabled */
>
> Multi-line comment style in the networking code is:
>
> /* bla
> * bla
> */
Thanks, I have sent a cleanup patch.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists