[dpdk-dev] [PATCH v2] net/mlx5: fix Direct Verbs flow matcher caching

Thomas Monjalon thomas at monjalon.net
Thu Oct 4 22:39:01 CEST 2018


04/10/2018 07:53, Ori Kam:
> The Direct Verbs are using matcher object to filter flows, This object
> can be reused for all flows that are using the same flow items and
> masks.
> 
> This was implemented with an issue, that the list pointer pointed
> to incorrect list type, this resulted in compilation error when using
> GCC greater then 4.8.5
> 
> This commit fixes this issue by setting that the matcher object
> will include the LIST required members directly and not as a subobject.
> 
> Fixes: 8d21c3d7b237 ("net/mlx5: add Direct Verbs translate items")
> 
> Signed-off-by: Ori Kam <orika at mellanox.com>
> Acked-by: Yongseok Koh <yskoh at mellanox.com>

applied to dpdk-next-net-mlx





More information about the dev mailing list