diff options
author | Edward Cree <ecree.xilinx@gmail.com> | 2023-05-11 22:47:31 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-05-12 12:37:02 +0300 |
commit | b6583d5e9e94adce1be61ec59fef4e129f0bc68a (patch) | |
tree | 3490f6caebba6034332044df084c38ce3c132ea1 /include/linux/dev_printk.h | |
parent | 3c9561c0a5b988be3dfd24ea1de2301b95efc640 (diff) | |
download | linux-b6583d5e9e94adce1be61ec59fef4e129f0bc68a.tar.xz |
sfc: support TC decap rules matching on enc_src_port
Allow efx_tc_encap_match entries to include a udp_sport and a
udp_sport_mask. As with enc_ip_tos, use pseudos to enforce that all
encap matches within a given <src_ip,dst_ip,udp_dport> tuple have
the same udp_sport_mask.
Note that since we use a single layer of pseudos for both fields, two
matches that differ in (say) udp_sport value aren't permitted to have
different ip_tos_mask, even though this would technically be safe.
Current userland TC does not support setting enc_src_port; this patch
was tested with an iproute2 patched to support it.
Signed-off-by: Edward Cree <ecree.xilinx@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/dev_printk.h')
0 files changed, 0 insertions, 0 deletions