From: Eric Dumazet <eric.dumazet@gmail.com>
To: Paul Stewart <pstew@google.com>
Cc: "John W. Linville" <linville@tuxdriver.com>,
"Steinar H. Gunderson" <sesse@google.com>,
linux-wireless <linux-wireless@vger.kernel.org>,
netdev <netdev@vger.kernel.org>
Subject: Re: [PATCH] iwl3945: better skb management in rx path
Date: Fri, 28 Jun 2013 07:59:49 -0700 [thread overview]
Message-ID: <1372431589.3301.280.camel@edumazet-glaptop> (raw)
In-Reply-To: <1372431024.3301.277.camel@edumazet-glaptop>
On Fri, 2013-06-28 at 07:50 -0700, Eric Dumazet wrote:
> From: Eric Dumazet <edumazet@google.com>
>
> + if (len <= SMALL_PACKET_SIZE) {
> + skb_copy_to_linear_data(skb, rx_hdr->payload, len);
> + skb->tail += len;
> + } else {
Hmm I'll send a v3, we need a regular __skb_put() here
next prev parent reply other threads:[~2013-06-28 14:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-28 12:03 [PATCH] iwl3945: better skb management in rx path Eric Dumazet
2013-06-28 14:38 ` Paul Stewart
[not found] ` <CAMcMvshEdsFZ2PVEpaq0e2P4L+cksshjB56x2YvA4wt3T+3__w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-06-28 14:50 ` Eric Dumazet
2013-06-28 14:59 ` Eric Dumazet [this message]
2013-06-28 15:05 ` [PATCH v3] " Eric Dumazet
2013-06-28 23:05 ` Steinar H. Gunderson
2013-07-01 12:15 ` Stanislaw Gruszka
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=1372431589.3301.280.camel@edumazet-glaptop \
--to=eric.dumazet@gmail.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=netdev@vger.kernel.org \
--cc=pstew@google.com \
--cc=sesse@google.com \
/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;
as well as URLs for NNTP newsgroup(s).