[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20091226.202539.116393044.davem@davemloft.net>
Date: Sat, 26 Dec 2009 20:25:39 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: sandeep.kumar@...escale.com
Cc: avorontsov@...mvista.com, galak@...nel.crashing.org,
netdev@...r.kernel.org, yinghai@...nel.org, krkumar2@...ibm.com
Subject: Re: [PATCH 1/1] gianfar: Fix gianfar select_queue bogosity
From: Sandeep Gopalpet <sandeep.kumar@...escale.com>
Date: Thu, 24 Dec 2009 18:43:06 +0530
> From: Sandeep Gopalpet <Sandeep.Kumar@...escale.com>
>
> The gfar_select_queue() function was used to set queue mapping
> only for forwarding/bridging applications and the condition
> for locally generated packets was completely ignored.
>
> The solution is to remove the gfar_select_queue() function and
> use skb_record_rx_queue to set queue mapping for
> forwarding/bridging applications. This will ensure that in case of
> forwarding/bridging applications txq = rxq will be selected and
> skb_tx_hash will be used to pick up a txq for locally generated packets.
>
> Signed-off-by: Sandeep Gopalpet <Sandeep.Kumar@...escale.com>
Applied, thank you.
--
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