summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorLorenzo Bianconi <lorenzo@kernel.org>2025-02-28 11:54:21 +0100
committerPaolo Abeni <pabeni@redhat.com>2025-03-04 13:22:10 +0100
commit00a7678310fe3d3f408513e55d9a0b67f0db380f (patch)
tree3ef257498ea20ae93a46e985d1b9b9e68019c070 /tools/perf/scripts/python/export-to-postgresql.py
parent23290c7bc190def4e1ca61610992d9b7c32e33f3 (diff)
net: airoha: Introduce flowtable offload support
Introduce netfilter flowtable integration in order to allow airoha_eth driver to offload 5-tuple flower rules learned by the PPE module if the user accelerates them using a nft configuration similar to the one reported below: table inet filter { flowtable ft { hook ingress priority filter devices = { lan1, lan2, lan3, lan4, eth1 } flags offload; } chain forward { type filter hook forward priority filter; policy accept; meta l4proto { tcp, udp } flow add @ft } } Tested-by: Sayantan Nandy <sayantan.nandy@airoha.com> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions