From: Ralf Baechle DL5RB <ralf@linux-mips.org>
To: f6bvp <f6bvp@free.fr>
Cc: linux-hams@vger.kernel.org
Subject: Re: [PATCH 0/7] ROSE: Misc fixes
Date: Sat, 23 Jul 2011 14:28:49 +0100 [thread overview]
Message-ID: <20110723132848.GA31765@linux-mips.org> (raw)
In-Reply-To: <4E29A182.4020102@free.fr>
On Fri, Jul 22, 2011 at 06:12:50PM +0200, f6bvp wrote:
> On one Linux box system I have a dual core CPU and kernel was
> compiled with Symmetric multi-processing support.
> [*] Symmetric multi-processing support
> However I am booting kernel with maxcpus=1 in order to keep this
> test system as "simple" as possible.
SMP has become the norm - I think in the x86 world something like an
Atom netbook is one of the few remaining options to buy a single core
system.
> As I am not sure if that may influence hyperthreading or not I
> attach here info.log file displaying my last boot log.
> I did not enabled Hyperthreading
> [ ] SMT (Hyperthreading) scheduler support and
This is only an optimization to make the scheduler more effective on
systems that have hyperthreaded hardware. Aside enabling or not enabling
this option should not have any impact on system behaviour.
> (X) No Forced Preemption (Server)
> This one shows the new 0 value for use parameter except for RSLOOP-0
> as shown previously.
>
>
> On my other Linux box there is an Intel Core 2 CPU and kernel was
> also compiled with SMP support, no SMT hyperthreading,
> Multi-core scheduler support enabled and Voluntary Kernel Preemption
> (Desktop) enabled.
> This one has no special boot instructions, and thus runs with two
> CPUs enabled
> and /proc/net/rose_neigh table also shows use parameter = 0 except
> for RSLOOP-0.
The reason I'm asking is that hyperthreading and multi-core fall into the
SMP cathegorie for the OS, that is the present the same sort of challenges
to the networking stack. Of course all the issues are only going to strike
if multiple processors are active. In other words, it's SMP if
/proc/cpuinfo shows the presence of multiple processors.
And preemptable kernels pose like 95% of the same issues as SMP does.
Ralf
next prev parent reply other threads:[~2011-07-23 13:28 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-20 9:00 [PATCH 0/7] ROSE: Misc fixes Ralf Baechle
2011-07-20 0:21 ` [PATCH 1/7] NET: ROSE: Fix race in SIOCRSSL2CALL ioctl accessing userspace Ralf Baechle
2011-07-20 0:21 ` [PATCH 2/7] NET: ROSE: Factor our common code from functions Ralf Baechle
2011-07-20 0:37 ` [PATCH 3/7] NET: ROSE: Protect rose_callsign with a spinlock Ralf Baechle
2013-08-06 17:57 ` [PATCH] ax25tools mheard : don't display empty records f6bvp@free
2013-08-07 8:17 ` Thomas Osterried
2013-08-07 10:06 ` f6bvp@free
2013-08-09 8:10 ` Thomas Osterried
2011-07-20 8:11 ` [PATCH 4/7] NET: ROSE: Make neighbour->use atomic Ralf Baechle
2011-07-20 8:11 ` [PATCH 6/7] NET: ROSE: Move return statements hidden behind an if to their own line Ralf Baechle
2011-07-20 8:11 ` [PATCH 5/7] NET: ROSE: Make rose_neigh_no atomic Ralf Baechle
2011-07-20 18:09 ` [PATCH v2 " Ralf Baechle
2011-07-20 8:11 ` [PATCH 7/7] NET: ROSE: Fix formatting Ralf Baechle
2011-07-20 17:15 ` [PATCH 0/7] ROSE: Misc fixes Bernard, f6bvp
2011-07-20 17:59 ` Ralf Baechle DL5RB
2011-07-22 9:10 ` Bernard, f6bvp
2011-07-22 10:56 ` Ralf Baechle DL5RB
2011-07-22 16:12 ` f6bvp
2011-07-23 13:28 ` Ralf Baechle DL5RB [this message]
2011-07-29 22:32 ` f6bvp
2011-08-08 13:40 ` f6bvp
2011-08-08 14:06 ` Ralf Baechle
2011-08-08 15:33 ` f6bvp
2011-08-19 13:07 ` f6bvp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110723132848.GA31765@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=f6bvp@free.fr \
--cc=linux-hams@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox