Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-26 Thread Mike Galbraith
On Tue, 2015-05-26 at 15:51 -0400, Chris Metcalf wrote: > On balance I suspect it's still better to make command line arguments > handle the common cases most succinctly. I prefer user specifies precisely, but yeah, that entails more typing. Idle curiosity: can SGI monster from hell boot a

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-26 Thread Chris Metcalf
Thanks for the clarification, and sorry for the slow reply; I had a busy week of meetings last week, and then the long weekend in the U.S. On 05/15/2015 02:44 PM, Mike Galbraith wrote: Just because the nohz_full feature itself is currently static is no reason to put users thereof in a straight

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-26 Thread Mike Galbraith
On Tue, 2015-05-26 at 15:51 -0400, Chris Metcalf wrote: On balance I suspect it's still better to make command line arguments handle the common cases most succinctly. I prefer user specifies precisely, but yeah, that entails more typing. Idle curiosity: can SGI monster from hell boot a

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-26 Thread Chris Metcalf
Thanks for the clarification, and sorry for the slow reply; I had a busy week of meetings last week, and then the long weekend in the U.S. On 05/15/2015 02:44 PM, Mike Galbraith wrote: Just because the nohz_full feature itself is currently static is no reason to put users thereof in a straight

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-15 Thread Mike Galbraith
On Fri, 2015-05-15 at 11:05 -0400, Chris Metcalf wrote: > On 05/11/2015 09:47 PM, Mike Galbraith wrote: > > On Mon, 2015-05-11 at 15:25 -0400, Chris Metcalf wrote: > >> On 05/11/2015 03:19 PM, Mike Galbraith wrote: > >>> I really shouldn't have acked nohz_full -> isolcpus. Beside the fact > >>>

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-15 Thread Chris Metcalf
On 05/12/2015 06:46 AM, Peter Zijlstra wrote: On Mon, May 11, 2015 at 08:57:59AM -0400, Steven Rostedt wrote: Please lets get NO_HZ_FULL up to par. That should be the main focus. ACK, much of this dataplane stuff is (useful) hacks working around the fact that nohz_full just isn't complete.

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-15 Thread Chris Metcalf
On 05/11/2015 09:47 PM, Mike Galbraith wrote: On Mon, 2015-05-11 at 15:25 -0400, Chris Metcalf wrote: On 05/11/2015 03:19 PM, Mike Galbraith wrote: I really shouldn't have acked nohz_full -> isolcpus. Beside the fact that old static isolcpus was_supposed_ to crawl off and die, I know beyond

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-15 Thread Chris Metcalf
On 05/12/2015 06:46 AM, Peter Zijlstra wrote: On Mon, May 11, 2015 at 08:57:59AM -0400, Steven Rostedt wrote: Please lets get NO_HZ_FULL up to par. That should be the main focus. ACK, much of this dataplane stuff is (useful) hacks working around the fact that nohz_full just isn't complete.

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-15 Thread Chris Metcalf
On 05/11/2015 09:47 PM, Mike Galbraith wrote: On Mon, 2015-05-11 at 15:25 -0400, Chris Metcalf wrote: On 05/11/2015 03:19 PM, Mike Galbraith wrote: I really shouldn't have acked nohz_full - isolcpus. Beside the fact that old static isolcpus was_supposed_ to crawl off and die, I know beyond

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-15 Thread Mike Galbraith
On Fri, 2015-05-15 at 11:05 -0400, Chris Metcalf wrote: On 05/11/2015 09:47 PM, Mike Galbraith wrote: On Mon, 2015-05-11 at 15:25 -0400, Chris Metcalf wrote: On 05/11/2015 03:19 PM, Mike Galbraith wrote: I really shouldn't have acked nohz_full - isolcpus. Beside the fact that old static

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-12 Thread Paul E. McKenney
On Mon, May 11, 2015 at 03:52:37PM -0400, Chris Metcalf wrote: > On 05/09/2015 03:19 AM, Andy Lutomirski wrote: > >Naming aside, I don't think this should be a per-task flag at all. We > >already have way too much overhead per syscall in nohz mode, and it > >would be nice to get the per-syscall

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-12 Thread Peter Zijlstra
On Mon, May 11, 2015 at 08:57:59AM -0400, Steven Rostedt wrote: > > Please lets get NO_HZ_FULL up to par. That should be the main focus. > ACK, much of this dataplane stuff is (useful) hacks working around the fact that nohz_full just isn't complete. -- To unsubscribe from this list: send the

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-12 Thread Peter Zijlstra
On Mon, May 11, 2015 at 08:57:59AM -0400, Steven Rostedt wrote: Please lets get NO_HZ_FULL up to par. That should be the main focus. ACK, much of this dataplane stuff is (useful) hacks working around the fact that nohz_full just isn't complete. -- To unsubscribe from this list: send the

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-12 Thread Paul E. McKenney
On Mon, May 11, 2015 at 03:52:37PM -0400, Chris Metcalf wrote: On 05/09/2015 03:19 AM, Andy Lutomirski wrote: Naming aside, I don't think this should be a per-task flag at all. We already have way too much overhead per syscall in nohz mode, and it would be nice to get the per-syscall overhead

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-11 Thread Mike Galbraith
On Tue, 2015-05-12 at 03:47 +0200, Mike Galbraith wrote: > On Mon, 2015-05-11 at 15:25 -0400, Chris Metcalf wrote: > > On 05/11/2015 03:19 PM, Mike Galbraith wrote: > > > I really shouldn't have acked nohz_full -> isolcpus. Beside the fact > > > that old static isolcpus was_supposed_ to crawl

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-11 Thread Mike Galbraith
On Mon, 2015-05-11 at 15:25 -0400, Chris Metcalf wrote: > On 05/11/2015 03:19 PM, Mike Galbraith wrote: > > I really shouldn't have acked nohz_full -> isolcpus. Beside the fact > > that old static isolcpus was_supposed_ to crawl off and die, I know > > beyond doubt that having isolated a cpu as

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-11 Thread Andy Lutomirski
On May 12, 2015 4:54 AM, "Chris Metcalf" wrote: > > (Oops, resending and forcing html off.) > > > On 05/09/2015 03:19 AM, Andy Lutomirski wrote: >> >> Naming aside, I don't think this should be a per-task flag at all. We >> already have way too much overhead per syscall in nohz mode, and it >>

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-11 Thread Chris Metcalf
(Oops, resending and forcing html off.) On 05/09/2015 03:19 AM, Andy Lutomirski wrote: Naming aside, I don't think this should be a per-task flag at all. We already have way too much overhead per syscall in nohz mode, and it would be nice to get the per-syscall overhead as low as possible. We

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-11 Thread Chris Metcalf
On 05/11/2015 03:19 PM, Mike Galbraith wrote: I really shouldn't have acked nohz_full -> isolcpus. Beside the fact that old static isolcpus was_supposed_ to crawl off and die, I know beyond doubt that having isolated a cpu as well as you can definitely does NOT imply that said cpu should

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-11 Thread Mike Galbraith
On Mon, 2015-05-11 at 17:36 +0200, Frederic Weisbecker wrote: > I expect some Real Time users may want this kind of dataplane mode where a > syscall > or whatever sleeps until the system is ready to provide the guarantee that no > disturbance is going to happen for a given time. I'm not sure HPC

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-11 Thread Steven Rostedt
On Mon, 11 May 2015 14:09:59 -0400 Chris Metcalf wrote: > Steven writes: > > All kidding aside, I think this is the real answer. We don't need a new > > NO_HZ, we need to make NO_HZ_FULL work. Right now it doesn't do exactly > > what it was created to do. That should be fixed. > > The claim I'm

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-11 Thread Chris Metcalf
A bunch of issues have been raised by various folks (thanks!) and I'll try to break them down and respond to them in a few different emails. This email is just about the issue of naming and whether the proposed patch series should even have its own "name" or just be part of NO_HZ_FULL. First,

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-11 Thread Steven Rostedt
On Mon, 11 May 2015 19:33:06 +0200 Frederic Weisbecker wrote: > On Mon, May 11, 2015 at 10:27:44AM -0700, Andrew Morton wrote: > > On Mon, 11 May 2015 10:19:16 -0700 "Paul E. McKenney" > > wrote: > > > > > On Mon, May 11, 2015 at 08:57:59AM -0400, Steven Rostedt wrote: > > > > > > > >

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-11 Thread Frederic Weisbecker
On Mon, May 11, 2015 at 10:27:44AM -0700, Andrew Morton wrote: > On Mon, 11 May 2015 10:19:16 -0700 "Paul E. McKenney" > wrote: > > > On Mon, May 11, 2015 at 08:57:59AM -0400, Steven Rostedt wrote: > > > > > > NO_HZ_LEAVE_ME_THE_FSCK_ALONE! > > > > NO_HZ_OVERFLOWING? > > Actually, "NO_HZ"

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-11 Thread Andrew Morton
On Mon, 11 May 2015 10:19:16 -0700 "Paul E. McKenney" wrote: > On Mon, May 11, 2015 at 08:57:59AM -0400, Steven Rostedt wrote: > > > > NO_HZ_LEAVE_ME_THE_FSCK_ALONE! > > NO_HZ_OVERFLOWING? Actually, "NO_HZ" shouldn't appear in the name at all. The objective is to permit userspace to execute

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-11 Thread Paul E. McKenney
On Mon, May 11, 2015 at 08:57:59AM -0400, Steven Rostedt wrote: > > NO_HZ_LEAVE_ME_THE_FSCK_ALONE! NO_HZ_OVERFLOWING? Kconfig naming controversy aside, I believe this patchset is addressing a real need. Might need additional adjustment, but something useful.

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-11 Thread Frederic Weisbecker
On Mon, May 11, 2015 at 08:57:59AM -0400, Steven Rostedt wrote: > > NO_HZ_LEAVE_ME_THE_FSCK_ALONE! > > > On Sat, 9 May 2015 09:05:38 +0200 > Ingo Molnar wrote: > > > So I think we should either rename NO_HZ_FULL to NO_HZ_PURE, or keep > > it at NO_HZ_FULL: because the intention of

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-11 Thread Steven Rostedt
NO_HZ_LEAVE_ME_THE_FSCK_ALONE! On Sat, 9 May 2015 09:05:38 +0200 Ingo Molnar wrote: > So I think we should either rename NO_HZ_FULL to NO_HZ_PURE, or keep > it at NO_HZ_FULL: because the intention of NO_HZ_FULL was always to be > such a 'zero overhead' mode of operation, where if

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-11 Thread Steven Rostedt
NO_HZ_LEAVE_ME_THE_FSCK_ALONE! On Sat, 9 May 2015 09:05:38 +0200 Ingo Molnar mi...@kernel.org wrote: So I think we should either rename NO_HZ_FULL to NO_HZ_PURE, or keep it at NO_HZ_FULL: because the intention of NO_HZ_FULL was always to be such a 'zero overhead' mode of operation, where

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-11 Thread Frederic Weisbecker
On Mon, May 11, 2015 at 08:57:59AM -0400, Steven Rostedt wrote: NO_HZ_LEAVE_ME_THE_FSCK_ALONE! On Sat, 9 May 2015 09:05:38 +0200 Ingo Molnar mi...@kernel.org wrote: So I think we should either rename NO_HZ_FULL to NO_HZ_PURE, or keep it at NO_HZ_FULL: because the intention of

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-11 Thread Steven Rostedt
On Mon, 11 May 2015 14:09:59 -0400 Chris Metcalf cmetc...@ezchip.com wrote: Steven writes: All kidding aside, I think this is the real answer. We don't need a new NO_HZ, we need to make NO_HZ_FULL work. Right now it doesn't do exactly what it was created to do. That should be fixed. The

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-11 Thread Chris Metcalf
On 05/11/2015 03:19 PM, Mike Galbraith wrote: I really shouldn't have acked nohz_full - isolcpus. Beside the fact that old static isolcpus was_supposed_ to crawl off and die, I know beyond doubt that having isolated a cpu as well as you can definitely does NOT imply that said cpu should become

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-11 Thread Steven Rostedt
On Mon, 11 May 2015 19:33:06 +0200 Frederic Weisbecker fweis...@gmail.com wrote: On Mon, May 11, 2015 at 10:27:44AM -0700, Andrew Morton wrote: On Mon, 11 May 2015 10:19:16 -0700 Paul E. McKenney paul...@linux.vnet.ibm.com wrote: On Mon, May 11, 2015 at 08:57:59AM -0400, Steven

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-11 Thread Andy Lutomirski
On May 12, 2015 4:54 AM, Chris Metcalf cmetc...@ezchip.com wrote: (Oops, resending and forcing html off.) On 05/09/2015 03:19 AM, Andy Lutomirski wrote: Naming aside, I don't think this should be a per-task flag at all. We already have way too much overhead per syscall in nohz mode, and

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-11 Thread Mike Galbraith
On Mon, 2015-05-11 at 17:36 +0200, Frederic Weisbecker wrote: I expect some Real Time users may want this kind of dataplane mode where a syscall or whatever sleeps until the system is ready to provide the guarantee that no disturbance is going to happen for a given time. I'm not sure HPC

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-11 Thread Chris Metcalf
(Oops, resending and forcing html off.) On 05/09/2015 03:19 AM, Andy Lutomirski wrote: Naming aside, I don't think this should be a per-task flag at all. We already have way too much overhead per syscall in nohz mode, and it would be nice to get the per-syscall overhead as low as possible. We

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-11 Thread Chris Metcalf
A bunch of issues have been raised by various folks (thanks!) and I'll try to break them down and respond to them in a few different emails. This email is just about the issue of naming and whether the proposed patch series should even have its own name or just be part of NO_HZ_FULL. First,

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-11 Thread Mike Galbraith
On Tue, 2015-05-12 at 03:47 +0200, Mike Galbraith wrote: On Mon, 2015-05-11 at 15:25 -0400, Chris Metcalf wrote: On 05/11/2015 03:19 PM, Mike Galbraith wrote: I really shouldn't have acked nohz_full - isolcpus. Beside the fact that old static isolcpus was_supposed_ to crawl off and die,

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-11 Thread Mike Galbraith
On Mon, 2015-05-11 at 15:25 -0400, Chris Metcalf wrote: On 05/11/2015 03:19 PM, Mike Galbraith wrote: I really shouldn't have acked nohz_full - isolcpus. Beside the fact that old static isolcpus was_supposed_ to crawl off and die, I know beyond doubt that having isolated a cpu as well as

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-11 Thread Paul E. McKenney
On Mon, May 11, 2015 at 08:57:59AM -0400, Steven Rostedt wrote: NO_HZ_LEAVE_ME_THE_FSCK_ALONE! NO_HZ_OVERFLOWING? Kconfig naming controversy aside, I believe this patchset is addressing a real need. Might need additional adjustment, but something useful.

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-11 Thread Frederic Weisbecker
On Mon, May 11, 2015 at 10:27:44AM -0700, Andrew Morton wrote: On Mon, 11 May 2015 10:19:16 -0700 Paul E. McKenney paul...@linux.vnet.ibm.com wrote: On Mon, May 11, 2015 at 08:57:59AM -0400, Steven Rostedt wrote: NO_HZ_LEAVE_ME_THE_FSCK_ALONE! NO_HZ_OVERFLOWING? Actually,

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-11 Thread Andrew Morton
On Mon, 11 May 2015 10:19:16 -0700 Paul E. McKenney paul...@linux.vnet.ibm.com wrote: On Mon, May 11, 2015 at 08:57:59AM -0400, Steven Rostedt wrote: NO_HZ_LEAVE_ME_THE_FSCK_ALONE! NO_HZ_OVERFLOWING? Actually, NO_HZ shouldn't appear in the name at all. The objective is to permit

RE: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-09 Thread Gilad Ben Yossef
; Paul E. McKenney; Christoph Lameter; Srivatsa S. Bhat; > linux-...@vger.kernel.org; linux-...@vger.kernel.org; linux- > ker...@vger.kernel.org > Subject: Re: [PATCH 0/6] support "dataplane" mode for nohz_full > > On Sat, 2015-05-09 at 09:05 +0200, Ingo Molnar wrote: >

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-09 Thread Mike Galbraith
On Sat, 2015-05-09 at 09:05 +0200, Ingo Molnar wrote: > * Andrew Morton wrote: > > > On Fri, 8 May 2015 19:11:10 -0400 Chris Metcalf wrote: > > > > > On 5/8/2015 5:22 PM, Steven Rostedt wrote: > > > > On Fri, 8 May 2015 14:18:24 -0700 > > > > Andrew Morton wrote: > > > > > > > >> On Fri, 8

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-09 Thread Andy Lutomirski
On Sat, May 9, 2015 at 12:05 AM, Ingo Molnar wrote: > > * Andrew Morton wrote: > >> On Fri, 8 May 2015 19:11:10 -0400 Chris Metcalf wrote: >> >> > On 5/8/2015 5:22 PM, Steven Rostedt wrote: >> > > On Fri, 8 May 2015 14:18:24 -0700 >> > > Andrew Morton wrote: >> > > >> > >> On Fri, 8 May 2015

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-09 Thread Ingo Molnar
* Andrew Morton wrote: > On Fri, 8 May 2015 19:11:10 -0400 Chris Metcalf wrote: > > > On 5/8/2015 5:22 PM, Steven Rostedt wrote: > > > On Fri, 8 May 2015 14:18:24 -0700 > > > Andrew Morton wrote: > > > > > >> On Fri, 8 May 2015 13:58:41 -0400 Chris Metcalf > > >> wrote: > > >> > > >>> A

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-09 Thread Andy Lutomirski
On Sat, May 9, 2015 at 12:05 AM, Ingo Molnar mi...@kernel.org wrote: * Andrew Morton a...@linux-foundation.org wrote: On Fri, 8 May 2015 19:11:10 -0400 Chris Metcalf cmetc...@ezchip.com wrote: On 5/8/2015 5:22 PM, Steven Rostedt wrote: On Fri, 8 May 2015 14:18:24 -0700 Andrew Morton

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-09 Thread Mike Galbraith
On Sat, 2015-05-09 at 09:05 +0200, Ingo Molnar wrote: * Andrew Morton a...@linux-foundation.org wrote: On Fri, 8 May 2015 19:11:10 -0400 Chris Metcalf cmetc...@ezchip.com wrote: On 5/8/2015 5:22 PM, Steven Rostedt wrote: On Fri, 8 May 2015 14:18:24 -0700 Andrew Morton

RE: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-09 Thread Gilad Ben Yossef
; Christoph Lameter; Srivatsa S. Bhat; linux-...@vger.kernel.org; linux-...@vger.kernel.org; linux- ker...@vger.kernel.org Subject: Re: [PATCH 0/6] support dataplane mode for nohz_full On Sat, 2015-05-09 at 09:05 +0200, Ingo Molnar wrote: * Andrew Morton a...@linux-foundation.org wrote

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-09 Thread Ingo Molnar
* Andrew Morton a...@linux-foundation.org wrote: On Fri, 8 May 2015 19:11:10 -0400 Chris Metcalf cmetc...@ezchip.com wrote: On 5/8/2015 5:22 PM, Steven Rostedt wrote: On Fri, 8 May 2015 14:18:24 -0700 Andrew Morton a...@linux-foundation.org wrote: On Fri, 8 May 2015 13:58:41

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-08 Thread Andrew Morton
On Fri, 8 May 2015 19:11:10 -0400 Chris Metcalf wrote: > On 5/8/2015 5:22 PM, Steven Rostedt wrote: > > On Fri, 8 May 2015 14:18:24 -0700 > > Andrew Morton wrote: > > > >> On Fri, 8 May 2015 13:58:41 -0400 Chris Metcalf > >> wrote: > >> > >>> A prctl() option (PR_SET_DATAPLANE) is added > >>

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-08 Thread Chris Metcalf
On 5/8/2015 5:22 PM, Steven Rostedt wrote: On Fri, 8 May 2015 14:18:24 -0700 Andrew Morton wrote: On Fri, 8 May 2015 13:58:41 -0400 Chris Metcalf wrote: A prctl() option (PR_SET_DATAPLANE) is added Dumb question: what does the term "dataplane" mean in this context? I can't see the

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-08 Thread Steven Rostedt
On Fri, 8 May 2015 14:18:24 -0700 Andrew Morton wrote: > On Fri, 8 May 2015 13:58:41 -0400 Chris Metcalf wrote: > > > A prctl() option (PR_SET_DATAPLANE) is added > > Dumb question: what does the term "dataplane" mean in this context? I > can't see the relationship between those words and

Re: [PATCH 0/6] support "dataplane" mode for nohz_full

2015-05-08 Thread Andrew Morton
On Fri, 8 May 2015 13:58:41 -0400 Chris Metcalf wrote: > A prctl() option (PR_SET_DATAPLANE) is added Dumb question: what does the term "dataplane" mean in this context? I can't see the relationship between those words and what this patch does. -- To unsubscribe from this list: send the line

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-08 Thread Andrew Morton
On Fri, 8 May 2015 13:58:41 -0400 Chris Metcalf cmetc...@ezchip.com wrote: A prctl() option (PR_SET_DATAPLANE) is added Dumb question: what does the term dataplane mean in this context? I can't see the relationship between those words and what this patch does. -- To unsubscribe from this

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-08 Thread Steven Rostedt
On Fri, 8 May 2015 14:18:24 -0700 Andrew Morton a...@linux-foundation.org wrote: On Fri, 8 May 2015 13:58:41 -0400 Chris Metcalf cmetc...@ezchip.com wrote: A prctl() option (PR_SET_DATAPLANE) is added Dumb question: what does the term dataplane mean in this context? I can't see the

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-08 Thread Andrew Morton
On Fri, 8 May 2015 19:11:10 -0400 Chris Metcalf cmetc...@ezchip.com wrote: On 5/8/2015 5:22 PM, Steven Rostedt wrote: On Fri, 8 May 2015 14:18:24 -0700 Andrew Morton a...@linux-foundation.org wrote: On Fri, 8 May 2015 13:58:41 -0400 Chris Metcalf cmetc...@ezchip.com wrote: A

Re: [PATCH 0/6] support dataplane mode for nohz_full

2015-05-08 Thread Chris Metcalf
On 5/8/2015 5:22 PM, Steven Rostedt wrote: On Fri, 8 May 2015 14:18:24 -0700 Andrew Morton a...@linux-foundation.org wrote: On Fri, 8 May 2015 13:58:41 -0400 Chris Metcalf cmetc...@ezchip.com wrote: A prctl() option (PR_SET_DATAPLANE) is added Dumb question: what does the term dataplane