[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1369923110.3469.449.camel@deadeye.wl.decadent.org.uk>
Date: Thu, 30 May 2013 15:11:50 +0100
From: Ben Hutchings <bhutchings@...arflare.com>
To: David Miller <davem@...emloft.net>
CC: <amwang@...hat.com>, <netdev@...r.kernel.org>, <horms@...ge.net.au>
Subject: Re: [Patch net-next] net: clean up skb headers code
On Thu, 2013-05-30 at 03:40 -0700, David Miller wrote:
> From: Ben Hutchings <bhutchings@...arflare.com>
> Date: Wed, 29 May 2013 20:34:33 +0100
>
> > On Tue, 2013-05-28 at 23:36 -0700, David Miller wrote:
> >> From: Cong Wang <amwang@...hat.com>
> >> Date: Wed, 29 May 2013 14:09:00 +0800
> >>
> >> > commit 1a37e412a0225fcba5587 (net: Use 16bits for *_headers
> >> > fields of struct skbuff) converts skb->*_header to u16,
> >> > therefore 1) we could just use 0xFFFFF instead of (__u16) ~0U
> >> > 2) some #if NET_SKBUFF_DATA_USES_OFFSET is useless now.
> >> >
> >> >
> >> > Cc: David S. Miller <davem@...emloft.net>
> >> > Cc: Simon Horman <horms@...ge.net.au>
> >> > Signed-off-by: Cong Wang <amwang@...hat.com>
> >>
> >> I want to use something that will either break the build or
> >> automatically work if the type changes again.
> >>
> >> So something like "X = (typeof(X)) ~0U;".
> >
> > I think you mean ~(typeof(X))0.
>
> Take a look at what that does for ~(u8)0.
>
> We had a bug fix in this are recently in ieee802154 if I remember
> correctly.
It's fine if you assign the result to X. The second cast is needed if
you need the temporary value to have the type of X, but that's not
needed here. (Of course it may be promoted as soon as you do anything
other than assign to X...)
Ben.
--
Ben Hutchings, Staff Engineer, Solarflare
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.
--
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