Re: [dpdk-dev] [PATCH] net/mlx5: fix shared RSS and mark actions combination

2021-01-06 Thread Thomas Monjalon
15/12/2020 04:46, Suanming Mou: > In order to allow mbuf mark ID update in Rx data-path, there is a > mechanism in the PMD to enable it according to the rte_flows. > When a flow with mark ID and RSS/QUEUE action exists, all the relevant > Rx queues will be enabled to report the mark ID. > > When s

[dpdk-dev] [PATCH] net/mlx5: fix shared RSS and mark actions combination

2020-12-14 Thread Suanming Mou
In order to allow mbuf mark ID update in Rx data-path, there is a mechanism in the PMD to enable it according to the rte_flows. When a flow with mark ID and RSS/QUEUE action exists, all the relevant Rx queues will be enabled to report the mark ID. When shared RSS action is combined with mark actio