> -----Original Message-----
> From: Alexander Kozyrev <[email protected]>
> Sent: Wednesday, April 7, 2021 4:14
> To: [email protected]
> Cc: [email protected]; Raslan Darawsheh <[email protected]>; Slava
> Ovsiienko <[email protected]>
> Subject: [PATCH] net/mlx5: support 64-bit value for modify field action
>
> Extend the range of immediate value used in the MODIFY_FIELD action from
> 32 to 64 bits to conform to the rte_flow_action_modify_data spec.
> Apply appropriate big endian conversion to the immediate value according to
> a destination field bit width.
>
> Fixes: 641dbe4fb053 ("net/mlx5: support modify field flow action")
> Cc: [email protected]
>
> Signed-off-by: Alexander Kozyrev <[email protected]>
Acked-by: Viacheslav Ovsiienko <[email protected]>