[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <412e6f7f0911100506r6a922b8aoabd359e7e4290ebe@mail.gmail.com>
Date: Tue, 10 Nov 2009 21:06:58 +0800
From: Changli Gao <xiaosuo@...il.com>
To: Patrick McHardy <kaber@...sh.net>
Cc: Eric Dumazet <eric.dumazet@...il.com>,
"David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org,
Tom Herbert <therbert@...gle.com>
Subject: Re: [PATCH] ifb: add multi-queue support
On Tue, Nov 10, 2009 at 8:45 PM, Patrick McHardy <kaber@...sh.net> wrote:
>
> Its a trivial change, you can put them in the same patch:
>
> static int ifb_get_tx_queues(struct net *net, struct nlattr *tb[],
> unsigned int *num_tx_queues,
> unsigned int *real_num_tx_queues)
> {
> unsigned int n = 1;
>
> if (tb[IFLA_NTXQ])
> n = nla_get_u32(tb[IFLA_NTXQ]);
>
> *num_tx_queues = n;
> *real_num_tx_queues = n;
> return 0;
> }
>
Is IFLA_NTXQ added? I didn't find it in any branch. And I think both
num_tx_queueus and real_num_tx_queues are needed.
--
Regards,
Changli Gao(xiaosuo@...il.com)
--
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