Re: [dpdk-dev] [PATCH 1/2] ethdev: add MPLS RSS offload type

2021-01-27 Thread Ferruh Yigit
On 1/20/2021 6:22 AM, Hemant Agrawal wrote: This patch defines new RSS offload types for MPLS. The distribution will on the basis of MPLS tag. Signed-off-by: Hemant Agrawal Reviewed-by: Ferruh Yigit Series applied to dpdk-next-net/main, thanks. (testpmd cmd_help_long_parsed() updated while

Re: [dpdk-dev] [PATCH 1/2] ethdev: add MPLS RSS offload type

2021-01-27 Thread Ferruh Yigit
On 1/20/2021 6:22 AM, Hemant Agrawal wrote: This patch defines new RSS offload types for MPLS. The distribution will on the basis of MPLS tag. Signed-off-by: Hemant Agrawal --- app/test-pmd/cmdline.c | 4 +++- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- lib/libr

[dpdk-dev] [PATCH 1/2] ethdev: add MPLS RSS offload type

2021-01-19 Thread Hemant Agrawal
This patch defines new RSS offload types for MPLS. The distribution will on the basis of MPLS tag. Signed-off-by: Hemant Agrawal --- app/test-pmd/cmdline.c | 4 +++- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- lib/librte_ethdev/rte_ethdev.h | 4 +++- 3 f