linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] trivial: lib/Kconfig: typo modertion -> moderation
@ 2019-09-19 21:03 Uwe Kleine-König
  2019-09-19 21:06 ` Randy Dunlap
  2019-09-19 21:07 ` dimlib: should it really be enabled by default? [Was: [PATCH] trivial: lib/Kconfig: typo modertion -> moderation] Uwe Kleine-König
  0 siblings, 2 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2019-09-19 21:03 UTC (permalink / raw)
  To: Tal Gilboa, Saeed Mahameed; +Cc: linux-kernel, trivial

Fixes: 4f75da3666c0 ("linux/dim: Move implementation to .c files")
Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
---
 lib/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index 4e6b1c3e4c98..cc04124ed8f7 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -559,7 +559,7 @@ config DIMLIB
 	default y
 	help
 	  Dynamic Interrupt Moderation library.
-	  Implements an algorithm for dynamically change CQ modertion values
+	  Implements an algorithm for dynamically change CQ moderation values
 	  according to run time performance.
 
 #
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] trivial: lib/Kconfig: typo modertion -> moderation
  2019-09-19 21:03 [PATCH] trivial: lib/Kconfig: typo modertion -> moderation Uwe Kleine-König
@ 2019-09-19 21:06 ` Randy Dunlap
  2019-09-19 21:07 ` dimlib: should it really be enabled by default? [Was: [PATCH] trivial: lib/Kconfig: typo modertion -> moderation] Uwe Kleine-König
  1 sibling, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2019-09-19 21:06 UTC (permalink / raw)
  To: Uwe Kleine-König, Tal Gilboa, Saeed Mahameed; +Cc: linux-kernel, trivial

On 9/19/19 2:03 PM, Uwe Kleine-König wrote:
> Fixes: 4f75da3666c0 ("linux/dim: Move implementation to .c files")
> Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
> ---
>  lib/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/Kconfig b/lib/Kconfig
> index 4e6b1c3e4c98..cc04124ed8f7 100644
> --- a/lib/Kconfig
> +++ b/lib/Kconfig
> @@ -559,7 +559,7 @@ config DIMLIB
>  	default y
>  	help
>  	  Dynamic Interrupt Moderation library.
> -	  Implements an algorithm for dynamically change CQ modertion values
> +	  Implements an algorithm for dynamically change CQ moderation values

	                          to dynamically change
or
	                          for dynamically changing

>  	  according to run time performance.
>  
>  #
> 


-- 
~Randy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* dimlib: should it really be enabled by default? [Was: [PATCH] trivial: lib/Kconfig: typo modertion -> moderation]
  2019-09-19 21:03 [PATCH] trivial: lib/Kconfig: typo modertion -> moderation Uwe Kleine-König
  2019-09-19 21:06 ` Randy Dunlap
@ 2019-09-19 21:07 ` Uwe Kleine-König
  2019-09-20  7:40   ` Tal Gilboa
  1 sibling, 1 reply; 4+ messages in thread
From: Uwe Kleine-König @ 2019-09-19 21:07 UTC (permalink / raw)
  To: Tal Gilboa, Saeed Mahameed; +Cc: linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 889 bytes --]

On 9/19/19 11:03 PM, Uwe Kleine-König wrote:
> Fixes: 4f75da3666c0 ("linux/dim: Move implementation to .c files")
> Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
> ---
>  lib/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/Kconfig b/lib/Kconfig
> index 4e6b1c3e4c98..cc04124ed8f7 100644
> --- a/lib/Kconfig
> +++ b/lib/Kconfig
> @@ -559,7 +559,7 @@ config DIMLIB
>  	default y

BTW, I wonder about this "default y". I see there are some drivers that
select DIMLIB, so I wonder if I benefit from it at all if I don't use
such a driver?!

Best regards
Uwe
>  	help
>  	  Dynamic Interrupt Moderation library.
> -	  Implements an algorithm for dynamically change CQ modertion values
> +	  Implements an algorithm for dynamically change CQ moderation values
>  	  according to run time performance.
>  
>  #
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: dimlib: should it really be enabled by default? [Was: [PATCH] trivial: lib/Kconfig: typo modertion -> moderation]
  2019-09-19 21:07 ` dimlib: should it really be enabled by default? [Was: [PATCH] trivial: lib/Kconfig: typo modertion -> moderation] Uwe Kleine-König
@ 2019-09-20  7:40   ` Tal Gilboa
  0 siblings, 0 replies; 4+ messages in thread
From: Tal Gilboa @ 2019-09-20  7:40 UTC (permalink / raw)
  To: Uwe Kleine-König, Saeed Mahameed; +Cc: linux-kernel

On 9/20/2019 12:07 AM, Uwe Kleine-König wrote:
> On 9/19/19 11:03 PM, Uwe Kleine-König wrote:
>> Fixes: 4f75da3666c0 ("linux/dim: Move implementation to .c files")
>> Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
>> ---
>>   lib/Kconfig | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/lib/Kconfig b/lib/Kconfig
>> index 4e6b1c3e4c98..cc04124ed8f7 100644
>> --- a/lib/Kconfig
>> +++ b/lib/Kconfig
>> @@ -559,7 +559,7 @@ config DIMLIB
>>   	default y
> 
> BTW, I wonder about this "default y". I see there are some drivers that
> select DIMLIB, so I wonder if I benefit from it at all if I don't use
> such a driver?!

Thanks for bringing this up. The only benefit from DIM comes from a 
driver that use it. I don't mind the default would be changed but from 
what I see not all drivers that use DIM have the select DIMLIB line in 
their Kconfig files, so such a change should make sure no functionality 
is broken.

> 
> Best regards
> Uwe

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-20  7:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-19 21:03 [PATCH] trivial: lib/Kconfig: typo modertion -> moderation Uwe Kleine-König
2019-09-19 21:06 ` Randy Dunlap
2019-09-19 21:07 ` dimlib: should it really be enabled by default? [Was: [PATCH] trivial: lib/Kconfig: typo modertion -> moderation] Uwe Kleine-König
2019-09-20  7:40   ` Tal Gilboa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).