mbox series

[net-next,0/3] net: ipa: simple refactorizations

Message ID 20200629215523.1196263-1-elder@linaro.org
Headers show
Series net: ipa: simple refactorizations | expand

Message

Alex Elder June 29, 2020, 9:55 p.m. UTC
This series makes three small changes to some endpoint configuration
code.  The first uses a constant to represent the frequency of an
internal clock used for timers in the IPA.  The second modifies a
limit used so it matches Qualcomm's internal code.  And the third
reworks a few lines of code, eliminating a multi-line function call.

					-Alex

Alex Elder (3):
  net: ipa: rework ipa_aggr_granularity_val()
  net: ipa: reduce aggregation time limit
  net: ipa: reuse a local variable in ipa_endpoint_init_aggr()

 drivers/net/ipa/ipa_endpoint.c | 17 ++++++++++-------
 drivers/net/ipa/ipa_main.c     |  5 +++++
 drivers/net/ipa/ipa_reg.h      | 17 ++++++++---------
 3 files changed, 23 insertions(+), 16 deletions(-)

-- 
2.25.1

Comments

David Miller July 1, 2020, 10:27 p.m. UTC | #1
From: Alex Elder <elder@linaro.org>

Date: Mon, 29 Jun 2020 16:55:20 -0500

> This series makes three small changes to some endpoint configuration

> code.  The first uses a constant to represent the frequency of an

> internal clock used for timers in the IPA.  The second modifies a

> limit used so it matches Qualcomm's internal code.  And the third

> reworks a few lines of code, eliminating a multi-line function call.


Series applied to net-next.