[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A9EBB68.2080903@hp.com>
Date: Wed, 02 Sep 2009 14:37:28 -0400
From: Brian Haley <brian.haley@...com>
To: Eric Dumazet <eric.dumazet@...il.com>
CC: David Miller <davem@...emloft.net>,
Patrick McHardy <kaber@...sh.net>,
Stephen Hemminger <shemminger@...tta.com>, jarkao2@...il.com,
netdev@...r.kernel.org
Subject: Re: [PATCH net-next-2.6] vlan: multiqueue vlan devices
Eric Dumazet wrote:
> diff --git a/include/net/rtnetlink.h b/include/net/rtnetlink.h
> index 3c1895e..0525a1d 100644
> --- a/include/net/rtnetlink.h
> +++ b/include/net/rtnetlink.h
> @@ -70,6 +70,8 @@ struct rtnl_link_ops {
> size_t (*get_xstats_size)(const struct net_device *dev);
> int (*fill_xstats)(struct sk_buff *skb,
> const struct net_device *dev);
> + int (*get_tx_queues)(struct net*, struct nlattr *tb[],
> + int *tx_queues, int *real_tx_queues);
int (*get_tx_queues)(struct net *net, struct nlattr *tb[],
Total nitpick, but tbird highlighted it because of the missing "net".
-Brian
--
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