Re: [dpdk-dev] [PATCH] net/mlx5: fix matcher caching

2018-10-03 Thread Yongseok Koh
On Wed, Oct 03, 2018 at 01:23:40PM -0700, Ori Kam wrote: > 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

[dpdk-dev] [PATCH] net/mlx5: fix matcher caching

2018-10-03 Thread 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