Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1292531

Re: [PATCH v4 0/2] clocksource/drivers/dw_apb_timer: improve performance a bit

From Daniel Lezcano <daniel.lezcano@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH v4 0/2] clocksource/drivers/dw_apb_timer: improve performance a bit
Date 2015-12-15 21:50 +0100
Message-ID <qG4HM-Jq-15@gated-at.bofh.it> (permalink)
References <qyKNP-9k-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 11/25/2015 05:01 PM, Jisheng Zhang wrote:
> These two patches try to improve the dw_apb_timer clocksource/clockevent
> performance.
>
> These patches depend on the apbt_readl return value fix patch:
>
> http://lists.infradead.org/pipermail/linux-arm-kernel/2015-November/388250.html
>
> since v3:
>   - fix commit msg: we measured 4096 rounds of function call. So add this
>     information into commit msg to avoid confusion.
>
> since v2:
>   - only use relaxed version in critical path
>   - inline apbt_readl/apbt_writel
>   - add some performance numbers
>
> since v1:
>   - correct the wrong sentence in commit msg about writel performance on
>     CA9 with outer L2 cache. Thank Arnd for pointing out this in another
>     thread.
>
>
> Jisheng Zhang (2):
>    clocksource/drivers/dw_apb_timer: Inline apbt_readl and apbt_writel
>    clocksource/drivers/dw_apb_timer: Use {readl|writel}_relaxed in
>      critical path
>
>   drivers/clocksource/dw_apb_timer.c | 30 +++++++++++++++++++++---------
>   1 file changed, 21 insertions(+), 9 deletions(-)

Applied.

Thanks !

   -- Daniel


-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH v4 0/2] clocksource/drivers/dw_apb_timer: improve  performance a bit Daniel Lezcano <daniel.lezcano@linaro.org> - 2015-12-15 21:50 +0100

csiph-web