diff options
| author | Alex Elder <[email protected]> | 2020-03-05 22:28:25 -0600 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-03-08 22:07:10 -0700 |
| commit | 2b9feef2b6c288c1f11127fe236bb5078d5d51b3 (patch) | |
| tree | 6e52264bd00554e97795446b98d7c89c1b7b8849 /tools/perf/scripts/python | |
| parent | 84f9bd12d46dbe8ac7d4b650a8fbb4c49657a38b (diff) | |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions