Message ID | 20220613171759.578856-1-elder@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | net: ipa: simplify completion statistics | expand |
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!