Re: [dpdk-dev] [PATCH] net/mlx5: fix 32-bit arch compilation issue

2021-01-28 Thread Ferruh Yigit
On 1/28/2021 5:10 PM, Alexander Kozyrev wrote: There is a "cast to pointer from integer of different size" compilation failure on 32-bit machines introduced by the RTE_FLOW_ACTION_TYPE_MODIFY_FIELD implementation in mlx5 PMD. Cast the specified value to be used as RTE_FLOW_FIELD_POINTER to a poi

[dpdk-dev] [PATCH] net/mlx5: fix 32-bit arch compilation issue

2021-01-28 Thread Alexander Kozyrev
There is a "cast to pointer from integer of different size" compilation failure on 32-bit machines introduced by the RTE_FLOW_ACTION_TYPE_MODIFY_FIELD implementation in mlx5 PMD. Cast the specified value to be used as RTE_FLOW_FIELD_POINTER to a pointer with an appropriate size suited for underlyi