On 2/6/26 4:16 PM, Sun Yuechi wrote:
Implement ip4_lookup_node_process_vec function for RISC-V architecture
using RISC-V Vector Extension instruction set
Signed-off-by: Sun Yuechi <[email protected]>
Signed-off-by: Zijian <[email protected]>
---
doc/guides/rel_notes/release_26_03.rst | 4 +
lib/eal/riscv/include/rte_vect.h | 2 +-
lib/node/ip4_lookup.c | 5 +-
lib/node/ip4_lookup_rvv.h | 167 +++++++++++++++++++++++++
4 files changed, 176 insertions(+), 2 deletions(-)
create mode 100644 lib/node/ip4_lookup_rvv.h
ping