Skip to content

Commit

Permalink
soc: qcom: ipa: filter and routing tables
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alex Elder authored and David S. Miller committed Mar 9, 2020
1 parent 84f9bd1 commit 2b9feef
Show file tree
Hide file tree
Showing 2 changed files with 803 additions and 0 deletions.
Loading

0 comments on commit 2b9feef

Please sign in to comment.