summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorGeetha sowjanya <gakula@marvell.com>2024-11-07 19:08:38 +0300
committerDavid S. Miller <davem@davemloft.net>2024-11-13 14:57:12 +0300
commit6c40ca957fe5d5982d55fc77d86d9f8ea0b6bba6 (patch)
tree76d626e8697b19ebc68e50ddf838bb0722036ee6 /tools/perf/scripts/python/export-to-postgresql.py
parentd8dec30b51655bdab2657978982e49b6c13ce3d3 (diff)
downloadlinux-6c40ca957fe5d5982d55fc77d86d9f8ea0b6bba6.tar.xz
octeontx2-pf: Adds TC offload support
Implements tc offload support for rvu representors. Usage example: - Add tc rule to drop packets with vlan id 3 using port representor(Rpf1vf0). # tc filter add dev Rpf1vf0 protocol 802.1Q parent ffff: flower vlan_id 3 vlan_ethtype ipv4 skip_sw action drop - Redirect packets with vlan id 5 and IPv4 packets to eth1, after stripping vlan header. # tc filter add dev Rpf1vf0 ingress protocol 802.1Q flower vlan_id 5 vlan_ethtype ipv4 skip_sw action vlan pop action mirred ingress redirect dev eth1 Signed-off-by: Geetha sowjanya <gakula@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions