Comment 6 for bug 1083088

Revision history for this message
Sarveshwar Bandi (sarveshwar-bandi) wrote :

That commit is dependent on following commit which doesnt seem to be in quantal yet.

commit 16917b87a23b429226527f393270047069d665e9
Author: Yuval Mintz <email address hidden>
Date: Sun Jul 1 03:18:50 2012 +0000

    net-next: Add netif_get_num_default_rss_queues

    Most multi-queue networking driver consider the number of online cpus when
    configuring RSS queues.
    This patch adds a wrapper to the number of cpus, setting an upper limit on the
    number of cpus a driver should consider (by default) when allocating resources
    for his queues.

    Signed-off-by: Yuval Mintz <email address hidden>
    Signed-off-by: Eilon Greenstein <email address hidden>
    Signed-off-by: David S. Miller <email address hidden>