Re: [v2] net/mlx5/hws: in NAT64 fix TC to TOS fields mapping

2024-10-28 Thread Raslan Darawsheh
/hws: in NAT64 fix TC to TOS fields mapping From: Hamdan Igbaria In IPv6 to IPv4 scenario when copying the TC field to the TOS[DSCP:6 bits, ECN: 2 bits] field the mapping of the fields get set wrongly, since the destination field of TOS is defined as 2 split fields of DSCP and ECN. In IPv4 to IPv6

[v2] net/mlx5/hws: in NAT64 fix TC to TOS fields mapping

2024-10-27 Thread Itamar Gozlan
From: Hamdan Igbaria In IPv6 to IPv4 scenario when copying the TC field to the TOS[DSCP:6 bits, ECN: 2 bits] field the mapping of the fields get set wrongly, since the destination field of TOS is defined as 2 split fields of DSCP and ECN. In IPv4 to IPv6 we don't have this issue since both the so