All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] net: ipa: a few more small items
@ 2022-05-20 18:55 Alex Elder
  2022-05-20 18:55 ` [PATCH net-next 1/8] net: ipa: make endpoint HOLB drop configurable Alex Elder
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Alex Elder @ 2022-05-20 18:55 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni
  Cc: mka, evgreen, bjorn.andersson, quic_cpratapa, quic_avuyyuru,
	quic_jponduru, quic_subashab, elder, netdev, linux-arm-msm,
	linux-kernel

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(-)

-- 
2.32.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-05-20 18:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20 18:55 [PATCH net-next 0/8] net: ipa: a few more small items Alex Elder
2022-05-20 18:55 ` [PATCH net-next 1/8] net: ipa: make endpoint HOLB drop configurable Alex Elder
2022-05-20 18:55 ` [PATCH net-next 2/8] net: ipa: support hard aggregation limits Alex Elder
2022-05-20 18:55 ` [PATCH net-next 3/8] net: ipa: specify RX aggregation time limit in config data Alex Elder
2022-05-20 18:55 ` [PATCH net-next 4/8] net: ipa: kill gsi_trans_commit_wait_timeout() Alex Elder
2022-05-20 18:55 ` [PATCH net-next 5/8] net: ipa: get rid of ipa_cmd_info->direction Alex Elder
2022-05-20 18:55 ` [PATCH net-next 6/8] net: ipa: remove command direction argument Alex Elder
2022-05-20 18:55 ` [PATCH net-next 7/8] net: ipa: remove command info pool Alex Elder
2022-05-20 18:55 ` [PATCH net-next 8/8] net: ipa: use data space for command opcodes Alex Elder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.