Hi, > -----Original Message----- > From: Alexander Kozyrev <akozy...@nvidia.com> > Sent: Friday, April 2, 2021 5:08 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh <rasl...@nvidia.com>; Slava > Ovsiienko <viachesl...@nvidia.com> > 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: sta...@dpdk.org > > Signed-off-by: Alexander Kozyrev <akozy...@nvidia.com> > ---
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh