DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: nohz_full already implies rcu_nocbs
@ 2022-02-08  3:50 Tudor Brindus
  2022-03-16 19:01 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Tudor Brindus @ 2022-02-08  3:50 UTC (permalink / raw)
  Cc: dev, Tudor Brindus

From Documentation/admin-guide/kernel-parameters.txt, specifically the
last sentence:

 nohz_full=      [KNL,BOOT,SMP,ISOL]
        The argument is a cpu list, as described above.
        In kernels built with CONFIG_NO_HZ_FULL=y, set
        the specified list of CPUs whose tick will be stopped
        whenever possible. The boot CPU will be forced outside
        the range to maintain the timekeeping.  Any CPUs
        in this list will have their RCU callbacks offloaded,
        just as if they had also been called out in the
        rcu_nocbs= boot parameter.

The kernel or-s the nohz_full cpumask into the rcu_nocbs cpumask at
startup, and uses that.

Signed-off-by: Tudor Brindus <me@tbrindus.ca>
---
 doc/guides/howto/pvp_reference_benchmark.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/howto/pvp_reference_benchmark.rst b/doc/guides/howto/pvp_reference_benchmark.rst
index 484de3b7db..1043356b3d 100644
--- a/doc/guides/howto/pvp_reference_benchmark.rst
+++ b/doc/guides/howto/pvp_reference_benchmark.rst
@@ -48,7 +48,7 @@ Host tuning
 
    .. code-block:: console
 
-      intel_pstate=disable mce=ignore_ce default_hugepagesz=1G hugepagesz=1G hugepages=6 isolcpus=2-7 rcu_nocbs=2-7 nohz_full=2-7 iommu=pt intel_iommu=on
+      intel_pstate=disable mce=ignore_ce default_hugepagesz=1G hugepagesz=1G hugepages=6 isolcpus=2-7 nohz_full=2-7 iommu=pt intel_iommu=on
 
 #. Disable hyper-threads at runtime if necessary or if BIOS is not accessible:
 
@@ -278,7 +278,7 @@ Guest tuning
 
    .. code-block:: console
 
-      default_hugepagesz=1G hugepagesz=1G hugepages=1 intel_iommu=on iommu=pt isolcpus=1,2 rcu_nocbs=1,2 nohz_full=1,2
+      default_hugepagesz=1G hugepagesz=1G hugepages=1 intel_iommu=on iommu=pt isolcpus=1,2 nohz_full=1,2
 
 #. Disable NMIs:
 
-- 
2.30.2


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

* Re: [PATCH] doc: nohz_full already implies rcu_nocbs
  2022-02-08  3:50 [PATCH] doc: nohz_full already implies rcu_nocbs Tudor Brindus
@ 2022-03-16 19:01 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2022-03-16 19:01 UTC (permalink / raw)
  To: Tudor Brindus; +Cc: dev

08/02/2022 04:50, Tudor Brindus:
> From Documentation/admin-guide/kernel-parameters.txt, specifically the
> last sentence:
> 
>  nohz_full=      [KNL,BOOT,SMP,ISOL]
>         The argument is a cpu list, as described above.
>         In kernels built with CONFIG_NO_HZ_FULL=y, set
>         the specified list of CPUs whose tick will be stopped
>         whenever possible. The boot CPU will be forced outside
>         the range to maintain the timekeeping.  Any CPUs
>         in this list will have their RCU callbacks offloaded,
>         just as if they had also been called out in the
>         rcu_nocbs= boot parameter.
> 
> The kernel or-s the nohz_full cpumask into the rcu_nocbs cpumask at
> startup, and uses that.
> 
> Signed-off-by: Tudor Brindus <me@tbrindus.ca>

Applied, thanks.




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

end of thread, other threads:[~2022-03-16 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-08  3:50 [PATCH] doc: nohz_full already implies rcu_nocbs Tudor Brindus
2022-03-16 19:01 ` Thomas Monjalon

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