mbox series

[net-next,0/6] net: ipa: simplify completion statistics

Message ID 20220613171759.578856-1-elder@linaro.org (mailing list archive)
Headers show
Series net: ipa: simplify completion statistics | expand

Message

Alex Elder June 13, 2022, 5:17 p.m. UTC
The first patch in this series makes the name used for variables
representing a TRE ring be consistent everywhere.  The second
renames two structure fields to better represent their purpose.

The last four rework a little code that manages some tranaction and
byte transfer statistics maintained mainly for TX endpoints.  For
the most part this series is refactoring.  The last one also
includes the first step toward no longer assuming an event ring is
dedicated to a single channel.

					-Alex

Alex Elder (6):
  net: ipa: use "tre_ring" for all TRE ring local variables
  net: ipa: rename two transaction fields
  net: ipa: introduce gsi_trans_tx_committed()
  net: ipa: simplify TX completion statistics
  net: ipa: stop counting total RX bytes and transactions
  net: ipa: rework gsi_channel_tx_update()

 drivers/net/ipa/gsi.c         | 77 +++++++++++++++++------------------
 drivers/net/ipa/gsi.h         |  2 +-
 drivers/net/ipa/gsi_private.h |  9 ++++
 drivers/net/ipa/gsi_trans.c   | 68 +++++++++++++++----------------
 drivers/net/ipa/gsi_trans.h   | 15 +++----
 5 files changed, 87 insertions(+), 84 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 15, 2022, 8:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Mon, 13 Jun 2022 12:17:53 -0500 you wrote:
> The first patch in this series makes the name used for variables
> representing a TRE ring be consistent everywhere.  The second
> renames two structure fields to better represent their purpose.
> 
> The last four rework a little code that manages some tranaction and
> byte transfer statistics maintained mainly for TX endpoints.  For
> the most part this series is refactoring.  The last one also
> includes the first step toward no longer assuming an event ring is
> dedicated to a single channel.
> 
> [...]

Here is the summary with links:
  - [net-next,1/6] net: ipa: use "tre_ring" for all TRE ring local variables
    https://git.kernel.org/netdev/net-next/c/2295947bdaa6
  - [net-next,2/6] net: ipa: rename two transaction fields
    https://git.kernel.org/netdev/net-next/c/3eeabea6c895
  - [net-next,3/6] net: ipa: introduce gsi_trans_tx_committed()
    https://git.kernel.org/netdev/net-next/c/4e0f28e9ee4b
  - [net-next,4/6] net: ipa: simplify TX completion statistics
    https://git.kernel.org/netdev/net-next/c/65d39497fab6
  - [net-next,5/6] net: ipa: stop counting total RX bytes and transactions
    https://git.kernel.org/netdev/net-next/c/dbad2fa71914
  - [net-next,6/6] net: ipa: rework gsi_channel_tx_update()
    (no matching commit)

You are awesome, thank you!