[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140924060013.GB13314@vergenet.net>
Date: Wed, 24 Sep 2014 15:00:16 +0900
From: Simon Horman <simon.horman@...ronome.com>
To: Thomas Graf <tgraf@...g.ch>
Cc: dev@...nvswitch.org, netdev@...r.kernel.org,
Pravin Shelar <pshelar@...ira.com>,
Jesse Gross <jesse@...ira.com>
Subject: Re: [PATCH/RFC repost 5/8] datapath: Move last_action() helper to
datapath.h
On Fri, Sep 19, 2014 at 03:06:38PM +0100, Thomas Graf wrote:
> On 09/18/14 at 10:55am, Simon Horman wrote:
> > diff --git a/datapath/datapath.h b/datapath/datapath.h
> > index c5d3c86..74a15e6 100644
> > --- a/datapath/datapath.h
> > +++ b/datapath/datapath.h
> > @@ -209,4 +209,9 @@ do { \
> > if (net_ratelimit()) \
> > pr_info("netlink: " fmt, ##__VA_ARGS__); \
> > } while (0)
> > +
> > +static inline bool last_action(const struct nlattr *a, int rem)
> > +{
> > + return a->nla_len == rem;
> > +}
> > #endif /* datapath.h */
>
> Can we rename & move this to <net/netlink.h> instead?
Sure, how about nla_is_last()?
--
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