mbox series

[net-next,0/7] net: ipa: small collected improvements

Message ID 20211124202511.862588-1-elder@linaro.org (mailing list archive)
Headers show
Series net: ipa: small collected improvements | expand

Message

Alex Elder Nov. 24, 2021, 8:25 p.m. UTC
This series contains a somewhat unrelated set of changes, some
inspired by some recent work posted for back-port.  For the most
part they're meant to improve the code without changing it's
functionality.  Each basically stands on its own.

					-Alex

Alex Elder (7):
  net: ipa: kill ipa_modem_init()
  net: ipa: zero unused portions of filter table memory
  net: ipa: rework how HOL_BLOCK handling is specified
  net: ipa: explicitly disable HOLB drop during setup
  net: ipa: skip SKB copy if no netdev
  net: ipa: GSI only needs one completion
  net: ipa: rearrange GSI structure fields

 drivers/net/ipa/gsi.c          | 44 ++++++++-----------------------
 drivers/net/ipa/gsi.h          | 11 +++-----
 drivers/net/ipa/ipa_endpoint.c | 43 ++++++++++++++++++++----------
 drivers/net/ipa/ipa_main.c     |  7 ++---
 drivers/net/ipa/ipa_modem.c    | 10 -------
 drivers/net/ipa/ipa_modem.h    |  3 ---
 drivers/net/ipa/ipa_table.c    | 48 +++++++++++++++++++++++++++++-----
 7 files changed, 89 insertions(+), 77 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 26, 2021, 3:50 a.m. UTC | #1
Hello:

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

On Wed, 24 Nov 2021 14:25:04 -0600 you wrote:
> This series contains a somewhat unrelated set of changes, some
> inspired by some recent work posted for back-port.  For the most
> part they're meant to improve the code without changing it's
> functionality.  Each basically stands on its own.
> 
> 					-Alex
> 
> [...]

Here is the summary with links:
  - [net-next,1/7] net: ipa: kill ipa_modem_init()
    https://git.kernel.org/netdev/net-next/c/76b5fbcd6b47
  - [net-next,2/7] net: ipa: zero unused portions of filter table memory
    https://git.kernel.org/netdev/net-next/c/dc901505fd98
  - [net-next,3/7] net: ipa: rework how HOL_BLOCK handling is specified
    https://git.kernel.org/netdev/net-next/c/e6aab6b9b600
  - [net-next,4/7] net: ipa: explicitly disable HOLB drop during setup
    https://git.kernel.org/netdev/net-next/c/01c36637aeaf
  - [net-next,5/7] net: ipa: skip SKB copy if no netdev
    https://git.kernel.org/netdev/net-next/c/1b65bbcc9a71
  - [net-next,6/7] net: ipa: GSI only needs one completion
    https://git.kernel.org/netdev/net-next/c/7ece9eaa3f16
  - [net-next,7/7] net: ipa: rearrange GSI structure fields
    https://git.kernel.org/netdev/net-next/c/faa88ecead2f

You are awesome, thank you!