diff options
author | Edward Cree <ecree.xilinx@gmail.com> | 2023-05-11 20:47:31 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-05-12 10:37:02 +0100 |
commit | b6583d5e9e94adce1be61ec59fef4e129f0bc68a (patch) | |
tree | 3490f6caebba6034332044df084c38ce3c132ea1 /net/core/ptp_classifier.c | |
parent | 3c9561c0a5b988be3dfd24ea1de2301b95efc640 (diff) | |
download | linux-b6583d5e9e94adce1be61ec59fef4e129f0bc68a.tar.gz linux-b6583d5e9e94adce1be61ec59fef4e129f0bc68a.tar.bz2 linux-b6583d5e9e94adce1be61ec59fef4e129f0bc68a.zip |
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 'net/core/ptp_classifier.c')
0 files changed, 0 insertions, 0 deletions