diff options
author | Alex Elder <elder@linaro.org> | 2020-03-06 07:28:25 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-09 08:07:10 +0300 |
commit | 2b9feef2b6c288c1f11127fe236bb5078d5d51b3 (patch) | |
tree | 6e52264bd00554e97795446b98d7c89c1b7b8849 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 84f9bd12d46dbe8ac7d4b650a8fbb4c49657a38b (diff) | |
download | linux-2b9feef2b6c288c1f11127fe236bb5078d5d51b3.tar.xz |
soc: qcom: ipa: filter and routing tables
This patch contains code implementing filter and routing tables for
the IPA. A filter table allows rules to be used for filtering
packets that depart the AP at an endpoint. A filter table entry
contains the address of a set of rules to apply for each endpoint
that supports filtering.
A routing table allows packets to be routed to an endpoint based
on packet metadata. It is also a table whose entries each contain
the address of a set of routing rules to apply.
Neither filtering nor routing is supported by the current driver.
All table entries refer to rules that mean "no filtering" and "no
routing."
Signed-off-by: Alex Elder <elder@linaro.org>
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