Re: [Patch 4/5] Network Drop Monitor: Adding drop monitor implementation & Netlink protocol

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Miller
Date: Tuesday, March 3, 2009 - 3:14 pm

From: Neil Horman <nhorman@tuxdriver.com>
Date: Tue, 3 Mar 2009 14:21:07 -0500


Actually you should use "aligned_u64" otherwise there will be
compat issues on 32-bit x86 on x86_64/ia64 since 32-bit x86
only 4-byte aligns 64-bit objects unless told otherwise.

And using anon-fixed type like an enum for "type" is also
likely not such a good idea.  I would just use a __u32
and some defines instead.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [Patch 4/5] Network Drop Monitor: Adding drop monitor ..., Evgeniy Polyakov, (Tue Mar 3, 11:19 am)
Re: [Patch 4/5] Network Drop Monitor: Adding drop monitor ..., David Miller, (Tue Mar 3, 3:14 pm)