Netdev List
 help / color / mirror / Atom feed
From: Christoph Paasch <christoph.paasch@uclouvain.be>
To: Octavian Purdila <octavian.purdila@intel.com>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	Alexander Smirnov <alex.bluesman.smirnov@gmail.com>,
	Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>,
	Marek Lindner <mareklindner@neomailbox.ch>,
	Simon Wunderlich <sw@simonwunderlich.de>,
	Antonio Quartulli <antonio@meshcoding.com>,
	Marcel Holtmann <marcel@holtmann.org>,
	Gustavo Padovan <gustavo@padovan.org>,
	Johan Hedberg <johan.hedberg@gmail.com>,
	Arvid Brodin <arvid.brodin@alten.se>,
	Patrick McHardy <kaber@trash.net>,
	Pablo Neira Ayuso <pablo@netfilter.org>,
	Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>,
	Lauro Ramos Venancio <lauro.venancio@openbossa.org>,
	Aloisio Almeida Jr <aloisio.almeida@openbossa.org>,
	Samuel Ortiz <sameo@linux.intel.com>,
	Jon Maloy <jon.maloy@ericsson.com>,
	Allan Stephens <allan.stephens@windriver.com>,
	Andrew Hendry <andrew.hendry@gmail.com>,
	Eric Dumazet <edumazet@google.com>
Subject: Re: [PATCH v2] net: add skb allocation flags to pskb_copy
Date: Mon, 9 Jun 2014 00:44:02 +0200	[thread overview]
Message-ID: <20140608224402.GO5219@cpaasch-mac> (raw)
In-Reply-To: <098b2d141d2749cf89e3a2552a74a605@UCL-MBX03.OASIS.UCLOUVAIN.BE>

On 08/06/14 - 20:56:18, Octavian Purdila wrote:
> There are several instances where a pskb_copy or __pskb_copy is
> immediately followed by an skb_clone. Add a new parameter to allow the
> skb to be allocated from the fclone cache and thus speed up subsequent
> skb_clone calls.
> 
> Cc: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
> Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
> Cc: Marek Lindner <mareklindner@neomailbox.ch>
> Cc: Simon Wunderlich <sw@simonwunderlich.de>
> Cc: Antonio Quartulli <antonio@meshcoding.com>
> Cc: Marcel Holtmann <marcel@holtmann.org>
> Cc: Gustavo Padovan <gustavo@padovan.org>
> Cc: Johan Hedberg <johan.hedberg@gmail.com>
> Cc: Arvid Brodin <arvid.brodin@alten.se>
> Cc: Patrick McHardy <kaber@trash.net>
> Cc: Pablo Neira Ayuso <pablo@netfilter.org>
> Cc: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
> Cc: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
> Cc: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
> Cc: Samuel Ortiz <sameo@linux.intel.com>
> Cc: Jon Maloy <jon.maloy@ericsson.com>
> Cc: Allan Stephens <allan.stephens@windriver.com>
> Cc: Andrew Hendry <andrew.hendry@gmail.com>
> Cc: Eric Dumazet <edumazet@google.com>
> 
> Signed-off-by: Octavian Purdila <octavian.purdila@intel.com>
> ---
>  drivers/net/ieee802154/fakelb.c        | 2 +-
>  include/linux/skbuff.h                 | 8 ++++----
>  net/batman-adv/distributed-arp-table.c | 2 +-
>  net/batman-adv/network-coding.c        | 2 +-
>  net/bluetooth/hci_sock.c               | 5 +++--
>  net/core/skbuff.c                      | 9 ++++++---
>  net/hsr/hsr_device.c                   | 2 +-
>  net/hsr/hsr_main.c                     | 2 +-
>  net/ipv4/tcp_output.c                  | 6 +++---
>  net/netfilter/xt_TEE.c                 | 4 ++--
>  net/nfc/llcp_core.c                    | 2 +-
>  net/nfc/rawsock.c                      | 2 +-
>  net/tipc/bcast.c                       | 2 +-
>  net/x25/x25_forward.c                  | 4 ++--
>  14 files changed, 28 insertions(+), 24 deletions(-)

Reviewed-by: Christoph Paasch <christoph.paasch@uclouvain.be>


Cheers,
Christoph

       reply	other threads:[~2014-06-08 22:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <098b2d141d2749cf89e3a2552a74a605@UCL-MBX03.OASIS.UCLOUVAIN.BE>
2014-06-08 22:44 ` Christoph Paasch [this message]
2014-06-08 20:56 [PATCH v2] net: add skb allocation flags to pskb_copy Octavian Purdila

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=20140608224402.GO5219@cpaasch-mac \
    --to=christoph.paasch@uclouvain.be \
    --cc=alex.bluesman.smirnov@gmail.com \
    --cc=allan.stephens@windriver.com \
    --cc=aloisio.almeida@openbossa.org \
    --cc=andrew.hendry@gmail.com \
    --cc=antonio@meshcoding.com \
    --cc=arvid.brodin@alten.se \
    --cc=dbaryshkov@gmail.com \
    --cc=edumazet@google.com \
    --cc=gustavo@padovan.org \
    --cc=johan.hedberg@gmail.com \
    --cc=jon.maloy@ericsson.com \
    --cc=kaber@trash.net \
    --cc=kadlec@blackhole.kfki.hu \
    --cc=lauro.venancio@openbossa.org \
    --cc=marcel@holtmann.org \
    --cc=mareklindner@neomailbox.ch \
    --cc=netdev@vger.kernel.org \
    --cc=octavian.purdila@intel.com \
    --cc=pablo@netfilter.org \
    --cc=sameo@linux.intel.com \
    --cc=sw@simonwunderlich.de \
    /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