[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <op.u193nu1zduofyu@speedy5>
Date: Fri, 23 Oct 2009 17:29:44 -0700
From: "Divy Le Ray" <divy@...lsio.com>
To: "Krishna Kumar" <krkumar2@...ibm.com>, davem@...emloft.net
Cc: netdev@...r.kernel.org
Subject: Re: [RFC] [PATCH] cxgb3: Set the rxq
On Fri, 23 Oct 2009 04:13:21 -0700, Krishna Kumar <krkumar2@...ibm.com>
wrote:
> From: Krishna Kumar <krkumar2@...ibm.com>
>
> Set the rxq# for LRO when processing the last fragment of a
> frame. This helps in fast txq selection for routing workloads.
>
> Signed-off-by: Krishna Kumar <krkumar2@...ibm.com>
Acked-by: Divy Le Ray <divy@...lsio.com>
> ---
>
> drivers/net/cxgb3/sge.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff -ruNp org/drivers/net/cxgb3/sge.c new/drivers/net/cxgb3/sge.c
> --- org/drivers/net/cxgb3/sge.c 2009-10-19 11:58:16.000000000 +0530
> +++ new/drivers/net/cxgb3/sge.c 2009-10-20 09:40:40.000000000 +0530
> @@ -2135,6 +2135,7 @@ static void lro_add_page(struct adapter
> if (!complete)
> return;
> + skb_record_rx_queue(skb, qs - &adap->sge.qs[0]);
> skb->ip_summed = CHECKSUM_UNNECESSARY;
> cpl = qs->lro_va;
>
--
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