linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Threads being NUMA aware
@ 2014-08-03 18:53 Nick Krause
  2014-08-03 23:48 ` Russell Coker
  0 siblings, 1 reply; 5+ messages in thread
From: Nick Krause @ 2014-08-03 18:53 UTC (permalink / raw)
  To: linux-btrfs@vger.kernel.org SYSTEM list:BTRFS FILE

I am wondering if the project for threads being NUMA aware is still
value as after reading it.
It seems to be obsolete due to it being directly supported in work
queues  by another kernel
layer.
Regards Nick

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

* Re: Threads being NUMA aware
  2014-08-03 18:53 Threads being NUMA aware Nick Krause
@ 2014-08-03 23:48 ` Russell Coker
  2014-08-04  2:44   ` Nick Krause
  0 siblings, 1 reply; 5+ messages in thread
From: Russell Coker @ 2014-08-03 23:48 UTC (permalink / raw)
  To: Nick Krause, linux-btrfs@vger.kernel.org SYSTEM list:BTRFS FILE

Please get yourself a NUMA system and test this out.
-- 
Sent from my Samsung Galaxy Note 2 with K-9 Mail.

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

* Re: Threads being NUMA aware
  2014-08-03 23:48 ` Russell Coker
@ 2014-08-04  2:44   ` Nick Krause
  2014-08-04  3:42     ` Russell Coker
  0 siblings, 1 reply; 5+ messages in thread
From: Nick Krause @ 2014-08-04  2:44 UTC (permalink / raw)
  To: Russell Coker; +Cc: linux-btrfs@vger.kernel.org SYSTEM list:BTRFS FILE

On Sun, Aug 3, 2014 at 7:48 PM, Russell Coker <russell@coker.com.au> wrote:
> Please get yourself a NUMA system and test this out.
> --
> Sent from my Samsung Galaxy Note 2 with K-9 Mail.
Russell,
Unfortunately I don't have money for an extra machine as of now as I
am a student
so if x86 is NUMA I can test otherwise I can't.
Regards Nick

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

* Re: Threads being NUMA aware
  2014-08-04  2:44   ` Nick Krause
@ 2014-08-04  3:42     ` Russell Coker
  2014-08-04  3:52       ` Nick Krause
  0 siblings, 1 reply; 5+ messages in thread
From: Russell Coker @ 2014-08-04  3:42 UTC (permalink / raw)
  To: Nick Krause; +Cc: linux-btrfs@vger.kernel.org SYSTEM list:BTRFS FILE

On Sun, 3 Aug 2014 22:44:26 Nick Krause wrote:
> On Sun, Aug 3, 2014 at 7:48 PM, Russell Coker <russell@coker.com.au> wrote:
> > Please get yourself a NUMA system and test this out.
> 
> Unfortunately I don't have money for an extra machine as of now as I
> am a student

If you can't get an extra machine then you probably can't contribute to 
developing filesystems, and your ability to do any sort of kernel development 
will be greatly limited.  It's probably best that you choose another area of 
software development until you get more hardware (and skill).

> so if x86 is NUMA I can test otherwise I can't.

If you had even read the NUMA Wikipedia page then you would already know the 
answer to this implied question.

But really programming computers isn't something that you are good at.  It's 
not something that you will become good at if you attempt tasks that are way 
above your skill level.  I think that the best strategy for you is to find a 
mailing list for Linux beginners, when your skills get to the level that you 
answer more questions than you ask (and people appreciate your answers) then 
you can move on to easy programming tasks.  Once you master the easy 
programming tasks you can move on to more difficult tasks.

I suggest that you develop a realistic plan.  Plan to start kernel programming 
in 2024 and have a series of goals on that path over the next 10 years.  Make 
your 2015 goal be answering lots of questions on a Linux beginners mailing 
list, that's a goal you can achieve in a year.

-- 
My Main Blog         http://etbe.coker.com.au/
My Documents Blog    http://doc.coker.com.au/


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

* Re: Threads being NUMA aware
  2014-08-04  3:42     ` Russell Coker
@ 2014-08-04  3:52       ` Nick Krause
  0 siblings, 0 replies; 5+ messages in thread
From: Nick Krause @ 2014-08-04  3:52 UTC (permalink / raw)
  To: Russell Coker; +Cc: linux-btrfs@vger.kernel.org SYSTEM list:BTRFS FILE

On Sun, Aug 3, 2014 at 11:42 PM, Russell Coker <russell@coker.com.au> wrote:
> On Sun, 3 Aug 2014 22:44:26 Nick Krause wrote:
>> On Sun, Aug 3, 2014 at 7:48 PM, Russell Coker <russell@coker.com.au> wrote:
>> > Please get yourself a NUMA system and test this out.
>>
>> Unfortunately I don't have money for an extra machine as of now as I
>> am a student
>
> If you can't get an extra machine then you probably can't contribute to
> developing filesystems, and your ability to do any sort of kernel development
> will be greatly limited.  It's probably best that you choose another area of
> software development until you get more hardware (and skill).
>
>> so if x86 is NUMA I can test otherwise I can't.
>
> If you had even read the NUMA Wikipedia page then you would already know the
> answer to this implied question.
>
> But really programming computers isn't something that you are good at.  It's
> not something that you will become good at if you attempt tasks that are way
> above your skill level.  I think that the best strategy for you is to find a
> mailing list for Linux beginners, when your skills get to the level that you
> answer more questions than you ask (and people appreciate your answers) then
> you can move on to easy programming tasks.  Once you master the easy
> programming tasks you can move on to more difficult tasks.
>
> I suggest that you develop a realistic plan.  Plan to start kernel programming
> in 2024 and have a series of goals on that path over the next 10 years.  Make
> your 2015 goal be answering lots of questions on a Linux beginners mailing
> list, that's a goal you can achieve in a year.
>
> --
> My Main Blog         http://etbe.coker.com.au/
> My Documents Blog    http://doc.coker.com.au/
>

After reading the article seems it does and just because I don't have
an extra machine doesn't seem to be an issue so
far.
Regards Nick

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

end of thread, other threads:[~2014-08-04  3:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-03 18:53 Threads being NUMA aware Nick Krause
2014-08-03 23:48 ` Russell Coker
2014-08-04  2:44   ` Nick Krause
2014-08-04  3:42     ` Russell Coker
2014-08-04  3:52       ` Nick Krause

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