From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 14 Jun 2014 09:58:25 +0800 Message-ID: <1917973.ys7ndg4BNi@diderot> In-Reply-To: <1402651634-30966-1-git-send-email-antonio@meshcoding.com> References: <1402651634-30966-1-git-send-email-antonio@meshcoding.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3302197.4jKEChVbdH"; micalg="pgp-sha1"; protocol="application/pgp-signature" Subject: Re: [B.A.T.M.A.N.] [PATCH] net: add __pskb_copy_fclone and pskb_copy_for_clone Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org Cc: Antonio Quartulli --nextPart3302197.4jKEChVbdH Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Friday 13 June 2014 11:27:14 Antonio Quartulli wrote: > From: Octavian Purdila > > There are several instances where a pskb_copy or __pskb_copy is > immediately followed by an skb_clone. > > Add a couple of new functions to allow the copy skb to be allocated > from the fclone cache and thus speed up subsequent skb_clone calls. > > Cc: Alexander Smirnov > Cc: Dmitry Eremin-Solenikov > Cc: Marek Lindner > Cc: Simon Wunderlich > Cc: Antonio Quartulli > Cc: Marcel Holtmann > Cc: Gustavo Padovan > Cc: Johan Hedberg > Cc: Arvid Brodin > Cc: Patrick McHardy > Cc: Pablo Neira Ayuso > Cc: Jozsef Kadlecsik > Cc: Lauro Ramos Venancio > Cc: Aloisio Almeida Jr > Cc: Samuel Ortiz > Cc: Jon Maloy > Cc: Allan Stephens > Cc: Andrew Hendry > Cc: Eric Dumazet > Reviewed-by: Christoph Paasch > Signed-off-by: Octavian Purdila > Signed-off-by: David S. Miller > --- > compat.h | 6 ++++++ > distributed-arp-table.c | 2 +- > network-coding.c | 2 +- > 3 files changed, 8 insertions(+), 2 deletions(-) Applied in revision 8c12d63. Thanks, Marek --nextPart3302197.4jKEChVbdH Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABAgAGBQJTm6xBAAoJEFNVTo/uthzAha8IAKGoPOY9TCPGxO4l5SFhiARb rYai/kcVQN+7SPfUzMuDyum6rv//z3d0ZFI+wUBD2rDiWCA4kT8TFd6hsqywttaC wSd1IcpCEap6390w8UqYjxcj3cdGkIRUDfzSg5oCnX9U4LtLk00JfvlJRwUIKBA9 GNbBCWWKHdD9Lkr9OOin3xPlOUoNJ9KfHQfG6wy05wjeYVhOgQ6E2je76t2LvGD/ +RiuVarMPgD8+2xTQPIF8qhT8nWVZ5rLih5NY7Cuk0sb0lTqItLhAx8Kcp5kc97h uYht8R+oRcuke+LntT2kZXLcdL8aBuIge9PMrISu8+ykgEq+KhSN7tTqmREi0LE= =GYB6 -----END PGP SIGNATURE----- --nextPart3302197.4jKEChVbdH--