summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2022-06-13 12:17:58 -0500
committerDavid S. Miller <davem@davemloft.net>2022-06-15 09:07:58 +0100
commitdbad2fa71914a6a1a41bcba8bdc3e9213a982f82 (patch)
treec1899ec82ef6c5c7263b2f4da4ad70386a68f63d /crypto
parent65d39497fab609f9b454d76b744fd463a441fecf (diff)
net: ipa: stop counting total RX bytes and transactions
In gsi_evt_ring_rx_update(), we update each transaction so its len field reflects the actual number of bytes received. In the process, the total number of transactions and bytes processed on the channel are summed, and added to a running total for the channel. But we don't actually use those running totals for RX endpoints. They're maintained for TX channels to support CoDel when they are associated with a "real" network device. So stop maintaining these totals for RX endpoints, and update the comment where the fields are defined to make it clear they're only valid for TX channels. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions