Re: [dpdk-dev] [PATCH v2] net/mlx5: fix flow check hairpin split

2021-01-11 Thread Thomas Monjalon
10/01/2021 18:37, Dekel Peled: > Previously, the identification of hairpin queue was done using > mlx5_rxq_get_type() function. > Recent patch replaced it with use of mlx5_rxq_get_hairpin_conf(), > and check of the return value conf != NULL. > The case of return value is NULL (queue is not hairpin)

[dpdk-dev] [PATCH v2] net/mlx5: fix flow check hairpin split

2021-01-10 Thread Dekel Peled
Previously, the identification of hairpin queue was done using mlx5_rxq_get_type() function. Recent patch replaced it with use of mlx5_rxq_get_hairpin_conf(), and check of the return value conf != NULL. The case of return value is NULL (queue is not hairpin) was not handled. As result, non-hairpin