netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Borkmann <dborkman@redhat.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, linux@horizon.com, linux-kernel@vger.kernel.org
Subject: [PATCH net-next 0/3] crc32 combine improvements
Date: Mon, 23 Jun 2014 15:11:53 +0200	[thread overview]
Message-ID: <1403529116-18385-1-git-send-email-dborkman@redhat.com> (raw)

So almost a month passed, and I don't want this to get lost
somewhere. I have applied the feedback given at that time to
this set, rebased plus tested it against latest net-next. I
decided to route this via netdev as it improves performance
upon library code that provides library bits for SCTP, i.e.
for non-linear skb csum handling in IPVS. Thus, resending
this for George before it gets lost.

Thanks!

George Spelvin (3):
  lib: crc32: Greatly shrink CRC combining code
  lib: crc32: Mark test data __initconst
  lib: crc32: Add some additional __pure annotations

 include/linux/crc32.h |  20 +++++--
 lib/crc32.c           | 153 ++++++++++++++++++++++++--------------------------
 2 files changed, 88 insertions(+), 85 deletions(-)

-- 
1.7.11.7

             reply	other threads:[~2014-06-23 13:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-23 13:11 Daniel Borkmann [this message]
2014-06-23 13:11 ` [PATCH net-next 1/3] lib: crc32: Greatly shrink CRC combining code Daniel Borkmann
2014-06-23 13:11 ` [PATCH net-next 2/3] lib: crc32: Mark test data __initconst Daniel Borkmann
2014-06-23 13:11 ` [PATCH net-next 3/3] lib: crc32: Add some additional __pure annotations Daniel Borkmann
2014-06-25 23:04 ` [PATCH net-next 0/3] crc32 combine improvements David Miller

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=1403529116-18385-1-git-send-email-dborkman@redhat.com \
    --to=dborkman@redhat.com \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@horizon.com \
    --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;
as well as URLs for NNTP newsgroup(s).