]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ipa-simplify-completion-stats'
authorDavid S. Miller <davem@davemloft.net>
Wed, 15 Jun 2022 08:07:58 +0000 (09:07 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jun 2022 08:07:58 +0000 (09:07 +0100)
commit294c13a6856a00ca7ced88d5706151f6363856f1
tree227053febf4393eeb051a4354a912a0bc6e03128
parent97af12c161b99687441a2718d2b64fe26dd1acc4
parent4a8b0da2f27dff4acfde677e878c8c69d51dffc5
Merge branch 'ipa-simplify-completion-stats'

Alex Elder says:

====================
net: ipa: simplify completion statistics

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>