mbox series

[net-next,0/8] net: ipa: a few more small items

Message ID 20220520185533.877920-1-elder@linaro.org
Headers show
Series net: ipa: a few more small items | expand

Message

Alex Elder May 20, 2022, 6:55 p.m. UTC
This series consists of three small sets of changes.

The first three patches allow a few endpoint features to be
specified.  At this time, currently-defined endpoints retain the
same configuration, but when the monitor functionality is added in
the next cycle these options will be required.

The fourth patch simply removes an unused function, explaining also
why it would likely never be used.

And the last four patches refactor code related to IPA immediate
commands, eliminating an unused field and then simplifying and
removing some unneeded code.

					-Alex


Alex Elder (8):
  net: ipa: make endpoint HOLB drop configurable
  net: ipa: support hard aggregation limits
  net: ipa: specify RX aggregation time limit in config data
  net: ipa: kill gsi_trans_commit_wait_timeout()
  net: ipa: get rid of ipa_cmd_info->direction
  net: ipa: remove command direction argument
  net: ipa: remove command info pool
  net: ipa: use data space for command opcodes

 drivers/net/ipa/gsi.h             |   1 -
 drivers/net/ipa/gsi_trans.c       |  38 ++--------
 drivers/net/ipa/gsi_trans.h       |  24 +++---
 drivers/net/ipa/ipa_cmd.c         |  78 ++++++--------------
 drivers/net/ipa/ipa_cmd.h         |  11 ---
 drivers/net/ipa/ipa_data-v3.1.c   |   2 +
 drivers/net/ipa/ipa_data-v3.5.1.c |   2 +
 drivers/net/ipa/ipa_data-v4.11.c  |   2 +
 drivers/net/ipa/ipa_data-v4.2.c   |   2 +
 drivers/net/ipa/ipa_data-v4.5.c   |   2 +
 drivers/net/ipa/ipa_data-v4.9.c   |   2 +
 drivers/net/ipa/ipa_endpoint.c    | 119 ++++++++++++++++++++----------
 drivers/net/ipa/ipa_endpoint.h    |  23 +++++-
 13 files changed, 149 insertions(+), 157 deletions(-)