aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMaor Dickman <[email protected]>2020-09-03 11:02:10 +0300
committerSaeed Mahameed <[email protected]>2020-09-15 11:59:53 -0700
commit748cde9a3802e1ababedabbf759b3eedbaeaba52 (patch)
tree8d88c060a139c3e55b87e9d434e4a213198067f9 /tools/perf/scripts/python/bin
parentf02882102b1d82e1863c1afb92ca6adf3cfd2ccc (diff)
net/mlx5e: Add IPv6 traffic class (DSCP) header rewrite support
Add support for rewriting of IPV6 DSCP part of traffic class field. Next commands, for example, can be used to offload rewrite action: OVS: $ ovs-ofctl add-flow ovs-sriov "tcpv6, in_port=REP, \ actions=mod_nw_tos:68, output:NIC" iproute2: $ tc filter add dev REP ingress protocol ipv6 prio 1 flower skip_sw \ ip_proto tcp \ action pedit ex munge ip6 traffic_class set 68 retain 0xfc pipe \ action mirred egress redirect dev NIC Signed-off-by: Maor Dickman <[email protected]> Reviewed-by: Roi Dayan <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions