[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1194932377.9407.68.camel@localhost>
Date: Mon, 12 Nov 2007 21:39:37 -0800
From: Joe Perches <joe@...ches.com>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org, fred.l.templin@...ing.com
Subject: Re: [PATCH] - in.h - IP4_ADDR
On Mon, 2007-11-12 at 21:28 -0800, David Miller wrote:
> I have no problems with this, but I'd like to add it along
> with subsequent patches that use the new routines and
> also I'd like to defer this to net-2.6.25 so please resubmit
> this later.
I've since changed the functions in my tree to:
static inline bool is_ip4_foo(__be32 addr)
and added
# define FOO(x) is_ip4_foo(x)
which I think makes more sense and allows macro
removal when all current uses are converted.
When you open net-2.6.25, I'll resubmit it.
-
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