Re: [PATCH v4 1/6] ethdev: add L2TPv2 RSS offload type

2022-02-08 Thread Ferruh Yigit
On 2/8/2022 1:13 PM, Ferruh Yigit wrote: On 2/8/2022 8:38 AM, Jie Wang wrote: This patch defines new RSS offload type for L2TPv2, which is required when users want to distribute packets based on the L2TPv2 session ID field. Signed-off-by: Jie Wang ---   app/test-pmd/cmdline.c |

Re: [PATCH v4 1/6] ethdev: add L2TPv2 RSS offload type

2022-02-08 Thread Ferruh Yigit
On 2/8/2022 8:38 AM, Jie Wang wrote: This patch defines new RSS offload type for L2TPv2, which is required when users want to distribute packets based on the L2TPv2 session ID field. Signed-off-by: Jie Wang --- app/test-pmd/cmdline.c | 10 ++ app/test-pmd/config.c

[PATCH v4 1/6] ethdev: add L2TPv2 RSS offload type

2022-02-08 Thread Jie Wang
This patch defines new RSS offload type for L2TPv2, which is required when users want to distribute packets based on the L2TPv2 session ID field. Signed-off-by: Jie Wang --- app/test-pmd/cmdline.c | 10 ++ app/test-pmd/config.c | 3 ++- doc/guides/rel_no