Re: [PATCH v2 0/9] riscv: implement accelerated crc using zbc

2024-07-12 Thread David Marchand
On Fri, Jul 12, 2024 at 5:47 PM Daniel Gregory wrote: > > The RISC-V Zbc extension adds instructions for carry-less multiplication > we can use to implement CRC in hardware. This patch set contains two new > implementations: > > - one in lib/hash/rte_crc_riscv64.h that uses a Barrett reduction to

[PATCH v2 0/9] riscv: implement accelerated crc using zbc

2024-07-12 Thread Daniel Gregory
The RISC-V Zbc extension adds instructions for carry-less multiplication we can use to implement CRC in hardware. This patch set contains two new implementations: - one in lib/hash/rte_crc_riscv64.h that uses a Barrett reduction to implement the four rte_hash_crc_* functions - one in lib/net/net