Hi, > -----Original Message----- > From: Alexander Kozyrev <[email protected]> > Sent: Wednesday, April 7, 2021 4:15 AM > To: [email protected] > Cc: [email protected]; Raslan Darawsheh <[email protected]>; Slava > Ovsiienko <[email protected]> > Subject: [PATCH] net/mlx5: fix modify field action order for IPv6 > > Mellanox hardware can only modify any packet field in 32-bit chunks, > which means 4 such chunks are needed to modify an IPv6 address. > The modification order of these chunks starts from the most significant > bits for the IPv6 address. That leads to confusing results when trying > to modify either source or destination address via the MODIFY_FIELD > action. Fix the order of 32-bit chunks for IPv6 addresses modification > by starting from the least significant bits. > > Fixes: 641dbe4fb053 ("net/mlx5: support modify field flow action") > Cc: [email protected] > > Signed-off-by: Alexander Kozyrev <[email protected]> > Patch applied to next-net-mlx,
Kindest regards, Raslan Darawsheh

