netdev
[Top] [All Lists]

Re: [PATCH] move tc_u32_mark into pkt_cls.h

To: Stephen Hemminger <shemminger@xxxxxxxx>
Subject: Re: [PATCH] move tc_u32_mark into pkt_cls.h
From: "David S. Miller" <davem@xxxxxxxxxxxxx>
Date: Thu, 10 Mar 2005 18:42:59 -0800
Cc: hadi@xxxxxxxx, netdev@xxxxxxxxxxx
In-reply-to: <20050310104207.1d74ac00@dxpl.pdx.osdl.net>
References: <20050310104207.1d74ac00@dxpl.pdx.osdl.net>
Sender: netdev-bounce@xxxxxxxxxxx
On Thu, 10 Mar 2005 10:42:07 -0800
Stephen Hemminger <shemminger@xxxxxxxx> wrote:

> The tc_u32_mark structure is used as part of the netlink message
> from the user API to the kernel, so it needs to be moved to 
> include/linux/pkt_cls.h
> and have types changed from u32 to __u32.
> 
> Also, the definition of u32 performance counters doesn't need to depend
> on the config option.  The definition can exist even if the code isn't
> enabled.
> 
> Signed-off-by: Stephen Hemminger <shemminger@xxxxxxxx>

Applied, thanks Stephen.

<Prev in Thread] Current Thread [Next in Thread>