From: Eric Dumazet <eric.dumazet@gmail.com>
To: monstr@monstr.eu
Cc: Ben Hutchings <bhutchings@solarflare.com>, netdev@vger.kernel.org
Subject: Re: Add NAPI support to ll_temac driver
Date: Tue, 19 Apr 2011 15:13:32 +0200 [thread overview]
Message-ID: <1303218812.3480.160.camel@edumazet-laptop> (raw)
In-Reply-To: <4DAD84B1.9020405@monstr.eu>
Le mardi 19 avril 2011 à 14:48 +0200, Michal Simek a écrit :
> Can you please be more specific about passing the paged buffers into GRO?
> Or point me to any documentation or code which can help me to understand what
> that means.
Search for napi_get_frags() :
drivers/net/mlx4/en_rx.c:597: struct sk_buff *gro_skb = napi_get_frags(&cq->napi);
drivers/net/cxgb3/sge.c:2091: skb = napi_get_frags(&qs->napi);
drivers/net/cxgb4/sge.c:1517: skb = napi_get_frags(&rxq->rspq.napi);
drivers/net/qlge/qlge_main.c:1484: skb = napi_get_frags(napi);
drivers/net/sfc/rx.c:471: skb = napi_get_frags(napi);
drivers/net/benet/be_main.c:1039: skb = napi_get_frags(&eq_obj->napi);
drivers/net/cxgb4vf/sge.c:1479: skb = napi_get_frags(&rxq->rspq.napi);
next prev parent reply other threads:[~2011-04-19 13:13 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-19 9:35 Add NAPI support to ll_temac driver Michal Simek
2011-04-19 10:43 ` Eric Dumazet
2011-04-19 12:25 ` Ben Hutchings
2011-04-19 12:48 ` Michal Simek
2011-04-19 13:13 ` Eric Dumazet [this message]
2011-04-19 13:14 ` Ben Hutchings
2011-04-19 13:18 ` Michal Simek
2011-04-20 11:06 ` Michal Simek
2011-04-20 12:47 ` Ben Hutchings
2011-04-19 13:21 ` Eric Dumazet
2011-04-19 12:26 ` Michal Simek
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=1303218812.3480.160.camel@edumazet-laptop \
--to=eric.dumazet@gmail.com \
--cc=bhutchings@solarflare.com \
--cc=monstr@monstr.eu \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox