> -----Original Message-----
> From: Alexander Kozyrev <[email protected]>
> Sent: Friday, April 2, 2021 5:08
> To: [email protected]
> Cc: [email protected]; Raslan Darawsheh <[email protected]>; Slava
> Ovsiienko <[email protected]>
> Subject: [PATCH] net/mlx5: fix modify field action endianness
>
> Converting modify_field action masks to the big endian format is wrong for
> small (less than 4 bytes) fields. Use the BE conversions appropriate for a
> field
> size, not rte_cpu_to_be_32 for everything.
>
> Fixes: 7ffda9dbed ("net/mlx5: adjust modify field action endianness")
> Cc: [email protected]
>
> Signed-off-by: Alexander Kozyrev <[email protected]>
Acked-by: Viacheslav Ovsiienko <[email protected]>