[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1372431589.3301.280.camel@edumazet-glaptop>
Date: Fri, 28 Jun 2013 07:59:49 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: Paul Stewart <pstew@...gle.com>
Cc: "John W. Linville" <linville@...driver.com>,
"Steinar H. Gunderson" <sesse@...gle.com>,
linux-wireless <linux-wireless@...r.kernel.org>,
netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH] iwl3945: better skb management in rx path
On Fri, 2013-06-28 at 07:50 -0700, Eric Dumazet wrote:
> From: Eric Dumazet <edumazet@...gle.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
--
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