[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140919140638.GC8257@casper.infradead.org>
Date: Fri, 19 Sep 2014 15:06:38 +0100
From: Thomas Graf <tgraf@...g.ch>
To: Simon Horman <simon.horman@...ronome.com>
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 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?
--
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