[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121030140009.067f49fa@nehalam.linuxnetplumber.net>
Date: Tue, 30 Oct 2012 14:00:09 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: "Tommy S. Christensen" <tsc@...gi.dk>
Cc: davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PATCH net-next 1/8] bridge: bridge port parameters over
netlink
On Tue, 30 Oct 2012 19:48:53 +0100
"Tommy S. Christensen" <tsc@...gi.dk> wrote:
> On 10/30/2012 01:57 AM, Stephen Hemminger wrote:
> >
> > -/*
> > - * Change state of port (ie from forwarding to blocking etc)
> > +static const struct nla_policy ifla_brport_policy[IFLA_BRPORT_MAX + 1] = {
> > + [IFLA_BRPORT_STATE] = { .type = NLA_U8 },
> > + [IFLA_BRPORT_COST] = { .type = NLA_U16 },
> > + [IFLA_BRPORT_PRIORITY] = { .type = NLA_U32 },
> > + [IFLA_BRPORT_MODE] = { .type = NLA_U8 },
> > +};
> > +
>
> Hey Stephen
>
> It seems you've swapped the sizes of COST and PRIORITY in this part.
>
> -Tommy
>
Ok, will fix in next version.
One alternative I considered would be to use previously unused IFLA_PRIORITY and IFLA_COST
which would be more generic. But these fields only really matter to bridge.
--
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