From: "Divy Le Ray" <divy@chelsio.com>
To: "Krishna Kumar" <krkumar2@in.ibm.com>, davem@davemloft.net
Cc: netdev@vger.kernel.org
Subject: Re: [RFC] [PATCH] cxgb3: Set the rxq
Date: Fri, 23 Oct 2009 17:29:44 -0700 [thread overview]
Message-ID: <op.u193nu1zduofyu@speedy5> (raw)
In-Reply-To: <20091023111321.4726.29354.sendpatchset@localhost.localdomain>
On Fri, 23 Oct 2009 04:13:21 -0700, Krishna Kumar <krkumar2@in.ibm.com>
wrote:
> From: Krishna Kumar <krkumar2@in.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@in.ibm.com>
Acked-by: Divy Le Ray <divy@chelsio.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;
>
next prev parent reply other threads:[~2009-10-24 0:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-23 11:13 [RFC] [PATCH] cxgb3: Set the rxq Krishna Kumar
2009-10-24 0:29 ` Divy Le Ray [this message]
2009-10-24 14:07 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=op.u193nu1zduofyu@speedy5 \
--to=divy@chelsio.com \
--cc=davem@davemloft.net \
--cc=krkumar2@in.ibm.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.