RE: [PATCH 8/8] net/mlx5/hws: fix NA64 copy TOS field instead of TTL

2024-07-09 Thread Bing Zhao
ct-Thomas Monjalon (EXTERNAL) > ; Suanming Mou ; Dariusz > Sosnowski ; Bing Zhao ; Ori Kam > ; Matan Azrad > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH 8/8] net/mlx5/hws: fix NA64 copy TOS field instead of TTL > > From: Erez Shitrit > > We don't have enough r

[PATCH 8/8] net/mlx5/hws: fix NA64 copy TOS field instead of TTL

2024-07-09 Thread Itamar Gozlan
From: Erez Shitrit We don't have enough registers to copy TTL and TOS, so we will set TTL to be the default value (64) and will copy TOS. Fixes: 06d969a8c5b8 ("net/mlx5/hws: support NAT64 flow action") Cc: ere...@nvidia.com Cc: sta...@dpdk.org Signed-off-by: Erez Shitrit Acked-by: Matan Azrad