]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
cxgb4: handle 4-tuple PEDIT to NAT mode translation
authorHerat Ramani <herat@chelsio.com>
Tue, 13 Oct 2020 09:31:29 +0000 (15:01 +0530)
committerJakub Kicinski <kuba@kernel.org>
Thu, 15 Oct 2020 01:20:37 +0000 (18:20 -0700)
commit2ef813b8f405db3f72202b6fcae40a628ab80a53
tree55fd17222492fa68b240ccae6d5638030d2fa95c
parentf8ea4a19856070c7a4fe50a079e354300765a1e6
cxgb4: handle 4-tuple PEDIT to NAT mode translation

The 4-tuple NAT offload via PEDIT always overwrites all the 4-tuple
fields even if they had not been explicitly enabled. If any fields in
the 4-tuple are not enabled, then the hardware overwrites the
disabled fields with zeros, instead of ignoring them.

So, add a parser that can translate the enabled 4-tuple PEDIT fields
to one of the NAT mode combinations supported by the hardware and
hence avoid overwriting disabled fields to 0. Any rule with
unsupported NAT mode combination is rejected.

Signed-off-by: Herat Ramani <herat@chelsio.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.h