Re: [PATCH v9 1/2] ethdev: support RSS based on RoCEv2 header

2025-06-04 Thread Stephen Hemminger
On Thu, 29 May 2025 21:13:42 +0530 wrote: > 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 > --- > V9 Changes: > * Fix checkpatch warnings. > V8 Changes: > * Fixed doc > V7 Changes; > * Addressed

[PATCH v9 1/2] ethdev: support RSS based on RoCEv2 header

2025-05-29 Thread kirankumark
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 --- V9 Changes: * Fix checkpatch warnings. V8 Changes: * Fixed doc V7 Changes; * Addressed review comments related to rss_type_table. app/test-pmd/config.c