Re: [dpdk-dev] [PATCH] net/mlx5: support 64-bit value for modify field action

2021-04-07 Thread Raslan Darawsheh
Hi Alex, This patch is causing a compilation failure as following: [1857/3005] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_dv.c.o FAILED: drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_dv.c.o gcc -Idrivers/libtmp_rte_net_mlx5.a.p -Idrivers -I../../root/dpdk/drivers

Re: [dpdk-dev] [PATCH] net/mlx5: support 64-bit value for modify field action

2021-04-07 Thread Slava Ovsiienko
> -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, April 7, 2021 4:14 > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh ; Slava > Ovsiienko > Subject: [PATCH] net/mlx5: support 64-bit value for modify field action > > Extend the range of immediate value used in th

[dpdk-dev] [PATCH] net/mlx5: support 64-bit value for modify field action

2021-04-06 Thread Alexander Kozyrev
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