All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+linux-riscv@kernel.org
To: Charlie Jenkins <charlie@rivosinc.com>
Cc: linux-riscv@lists.infradead.org, palmer@dabbelt.com,
	conor@kernel.org, samuel.holland@sifive.com,
	David.Laight@aculab.com, xiao.w.wang@intel.com,
	evan@rivosinc.com, guoren@kernel.org,
	linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org,
	paul.walmsley@sifive.com, aou@eecs.berkeley.edu, arnd@arndb.de,
	david.laight@aculab.com, conor.dooley@microchip.com
Subject: Re: [PATCH v15 0/5] riscv: Add fine-tuned checksum functions
Date: Sat, 20 Jan 2024 21:09:55 +0000	[thread overview]
Message-ID: <170578499596.24348.11397809768578424439.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240108-optimize_checksum-v15-0-1c50de5f2167@rivosinc.com>

Hello:

This series was applied to riscv/linux.git (fixes)
by Palmer Dabbelt <palmer@rivosinc.com>:

On Mon, 08 Jan 2024 15:57:01 -0800 you wrote:
> Each architecture generally implements fine-tuned checksum functions to
> leverage the instruction set. This patch adds the main checksum
> functions that are used in networking. Tested on QEMU, this series
> allows the CHECKSUM_KUNIT tests to complete an average of 50.9% faster.
> 
> This patch takes heavy use of the Zbb extension using alternatives
> patching.
> 
> [...]

Here is the summary with links:
  - [v15,1/5] asm-generic: Improve csum_fold
    https://git.kernel.org/riscv/c/1e7196fa5b03
  - [v15,2/5] riscv: Add static key for misaligned accesses
    https://git.kernel.org/riscv/c/2ce5729fce8f
  - [v15,3/5] riscv: Add checksum header
    https://git.kernel.org/riscv/c/e11e367e9fe5
  - [v15,4/5] riscv: Add checksum library
    https://git.kernel.org/riscv/c/a04c192eabfb
  - [v15,5/5] kunit: Add tests for csum_ipv6_magic and ip_fast_csum
    https://git.kernel.org/riscv/c/6f4c45cbcb00

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+linux-riscv@kernel.org
To: Charlie Jenkins <charlie@rivosinc.com>
Cc: linux-riscv@lists.infradead.org, palmer@dabbelt.com,
	conor@kernel.org, samuel.holland@sifive.com,
	David.Laight@aculab.com, xiao.w.wang@intel.com,
	evan@rivosinc.com, guoren@kernel.org,
	linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org,
	paul.walmsley@sifive.com, aou@eecs.berkeley.edu, arnd@arndb.de,
	david.laight@aculab.com, conor.dooley@microchip.com
Subject: Re: [PATCH v15 0/5] riscv: Add fine-tuned checksum functions
Date: Sat, 20 Jan 2024 21:09:55 +0000	[thread overview]
Message-ID: <170578499596.24348.11397809768578424439.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240108-optimize_checksum-v15-0-1c50de5f2167@rivosinc.com>

Hello:

This series was applied to riscv/linux.git (fixes)
by Palmer Dabbelt <palmer@rivosinc.com>:

On Mon, 08 Jan 2024 15:57:01 -0800 you wrote:
> Each architecture generally implements fine-tuned checksum functions to
> leverage the instruction set. This patch adds the main checksum
> functions that are used in networking. Tested on QEMU, this series
> allows the CHECKSUM_KUNIT tests to complete an average of 50.9% faster.
> 
> This patch takes heavy use of the Zbb extension using alternatives
> patching.
> 
> [...]

Here is the summary with links:
  - [v15,1/5] asm-generic: Improve csum_fold
    https://git.kernel.org/riscv/c/1e7196fa5b03
  - [v15,2/5] riscv: Add static key for misaligned accesses
    https://git.kernel.org/riscv/c/2ce5729fce8f
  - [v15,3/5] riscv: Add checksum header
    https://git.kernel.org/riscv/c/e11e367e9fe5
  - [v15,4/5] riscv: Add checksum library
    https://git.kernel.org/riscv/c/a04c192eabfb
  - [v15,5/5] kunit: Add tests for csum_ipv6_magic and ip_fast_csum
    https://git.kernel.org/riscv/c/6f4c45cbcb00

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  parent reply	other threads:[~2024-01-20 21:09 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-08 23:57 [PATCH v15 0/5] riscv: Add fine-tuned checksum functions Charlie Jenkins
2024-01-08 23:57 ` Charlie Jenkins
2024-01-08 23:57 ` [PATCH v15 1/5] asm-generic: Improve csum_fold Charlie Jenkins
2024-01-08 23:57   ` Charlie Jenkins
2024-01-08 23:57 ` [PATCH v15 2/5] riscv: Add static key for misaligned accesses Charlie Jenkins
2024-01-08 23:57   ` Charlie Jenkins
2024-01-08 23:57 ` [PATCH v15 3/5] riscv: Add checksum header Charlie Jenkins
2024-01-08 23:57   ` Charlie Jenkins
2024-01-08 23:57 ` [PATCH v15 4/5] riscv: Add checksum library Charlie Jenkins
2024-01-08 23:57   ` Charlie Jenkins
2024-01-08 23:57 ` [PATCH v15 5/5] kunit: Add tests for csum_ipv6_magic and ip_fast_csum Charlie Jenkins
2024-01-08 23:57   ` Charlie Jenkins
2024-01-22 16:40   ` Guenter Roeck
2024-01-22 16:40     ` Guenter Roeck
2024-01-22 16:52     ` David Laight
2024-01-22 16:52       ` David Laight
2024-01-22 17:15       ` Guenter Roeck
2024-01-22 17:15         ` Guenter Roeck
2024-01-22 21:41         ` David Laight
2024-01-22 21:41           ` David Laight
2024-01-22 23:39           ` Palmer Dabbelt
2024-01-22 23:39             ` Palmer Dabbelt
2024-01-22 23:55             ` Charlie Jenkins
2024-01-22 23:55               ` Charlie Jenkins
2024-01-23  1:06               ` Guenter Roeck
2024-01-23  1:06                 ` Guenter Roeck
2024-01-23 10:16                 ` David Laight
2024-01-23 10:16                   ` David Laight
2024-01-20 21:09 ` patchwork-bot+linux-riscv [this message]
2024-01-20 21:09   ` [PATCH v15 0/5] riscv: Add fine-tuned checksum functions patchwork-bot+linux-riscv

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=170578499596.24348.11397809768578424439.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+linux-riscv@kernel.org \
    --cc=David.Laight@aculab.com \
    --cc=aou@eecs.berkeley.edu \
    --cc=arnd@arndb.de \
    --cc=charlie@rivosinc.com \
    --cc=conor.dooley@microchip.com \
    --cc=conor@kernel.org \
    --cc=evan@rivosinc.com \
    --cc=guoren@kernel.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=samuel.holland@sifive.com \
    --cc=xiao.w.wang@intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.