← AI verification notes
Network Hashing Benchmarks
CPU hashing
Multi-threaded CPU throughput across a range of packet sizes — hashing packets already resident in RAM. Reports GB/s, Gbit/s and Mpps.
DPDK pipeline
The full NIC → userspace → hash ingest path via DPDK: packets are received off the NIC, spread across worker cores by RSS, and hashed on the CPU.
DPU offload
Hashing packets on the BlueField DPU's hardware AES engine via the DOCA AES-GCM library.