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

2021-04-07 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

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

2021-04-07 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

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

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