mbox series

[net-next,0/7] net: ipa: start adding IPA v5.0 functionality

Message ID 20221027122632.488694-1-elder@linaro.org
Headers show
Series net: ipa: start adding IPA v5.0 functionality | expand

Message

Alex Elder Oct. 27, 2022, 12:26 p.m. UTC
The biggest change for IPA v5.0 is that it supports more than 32
endpoints.  However there are two other unrelated changes:
  - The STATS_TETHERING memory region is not required
  - Filter tables no longer support a "global" filter

Beyond this, refactoring some code makes supporting more than 32
endpoints (in an upcoming series) easier.  So this series includes
a few other changes (not in this order):
  - The maximum endpoint ID in use is determined during config
  - Loops over all endpoints only involve those in use
  - Endpoints IDs and their directions are checked for validity
    differently to simplify comparison against the maximum

					-Alex

Alex Elder (7):
  net: ipa: define IPA v5.0
  net: ipa: change an IPA v5.0 memory requirement
  net: ipa: no more global filtering starting with IPA v5.0
  net: ipa: more completely check endpoint validity
  net: ipa: refactor endpoint loops
  net: ipa: determine the maximum endpoint ID
  net: ipa: record and use the number of defined endpoint IDs

 drivers/net/ipa/ipa.h          |   8 +-
 drivers/net/ipa/ipa_endpoint.c | 148 ++++++++++++++++++---------------
 drivers/net/ipa/ipa_mem.c      |   5 +-
 drivers/net/ipa/ipa_table.c    |  59 +++++++------
 drivers/net/ipa/ipa_version.h  |   3 +
 5 files changed, 128 insertions(+), 95 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 29, 2022, 6:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 27 Oct 2022 07:26:25 -0500 you wrote:
> The biggest change for IPA v5.0 is that it supports more than 32
> endpoints.  However there are two other unrelated changes:
>   - The STATS_TETHERING memory region is not required
>   - Filter tables no longer support a "global" filter
> 
> Beyond this, refactoring some code makes supporting more than 32
> endpoints (in an upcoming series) easier.  So this series includes
> a few other changes (not in this order):
>   - The maximum endpoint ID in use is determined during config
>   - Loops over all endpoints only involve those in use
>   - Endpoints IDs and their directions are checked for validity
>     differently to simplify comparison against the maximum
> 
> [...]

Here is the summary with links:
  - [net-next,1/7] net: ipa: define IPA v5.0
    https://git.kernel.org/netdev/net-next/c/5783c68a2519
  - [net-next,2/7] net: ipa: change an IPA v5.0 memory requirement
    https://git.kernel.org/netdev/net-next/c/5ba5faa2e271
  - [net-next,3/7] net: ipa: no more global filtering starting with IPA v5.0
    https://git.kernel.org/netdev/net-next/c/bd5524930ba7
  - [net-next,4/7] net: ipa: more completely check endpoint validity
    (no matching commit)
  - [net-next,5/7] net: ipa: refactor endpoint loops
    https://git.kernel.org/netdev/net-next/c/e359ba89a4aa
  - [net-next,6/7] net: ipa: determine the maximum endpoint ID
    https://git.kernel.org/netdev/net-next/c/5274c7158b2b
  - [net-next,7/7] net: ipa: record and use the number of defined endpoint IDs
    https://git.kernel.org/netdev/net-next/c/b7aaff0b010e

You are awesome, thank you!