From: Stephen Hemminger
Sent: Tuesday, May 20, 2025 8:47 PM
To: Kiran Kumar Kokkilagadda
Cc: Aman Singh ; Thomas Monjalon
; Ferruh Yigit ; Andrew Rybchenko
; dev@dpdk.org
Subject: [EXTERNAL] Re: [PATCH v6 1/2] ethdev: support RSS based on RoCEv2
header
On Mon, 5 May 2025 11: 27: 15 +0530
On Mon, 5 May 2025 11:27:15 +0530
wrote:
> @@ -149,6 +151,7 @@ const struct rss_type_info rss_type_table[] = {
> { "l3-dst-only", RTE_ETH_RSS_L3_DST_ONLY },
> { "l3-src-only", RTE_ETH_RSS_L3_SRC_ONLY },
> { "ipv6-flow-label", RTE_ETH_RSS_IPV6_FLOW_LABEL },
> + { "ib_bth", RTE
From: Kiran Kumar K
On supporting hardware, RoCEv2 header can be used to
perform RSS in the ingress path.
Signed-off-by: Kiran Kumar K
---
app/test-pmd/config.c | 5 -
doc/guides/rel_notes/release_25_07.rst | 4
lib/ethdev/rte_ethdev.h| 1 +
3 files ch
3 matches
Mail list logo