Re: [PATCH 3/5] powerpc/ftw: Implement a simple FTW driver

2018-01-18 Thread Sukadev Bhattiprolu
s the updated patch. --- >From 344ffbcc2cd1e64dd87249d508cf6000e6e41a0c Mon Sep 17 00:00:00 2001 From: Sukadev Bhattiprolu <suka...@linux.vnet.ibm.com> Date: Fri, 4 Aug 2017 16:45:34 -0500 Subject: [PATCH 3/5] powerpc/ftw: Implement a simple FTW driver The Fast Thread Wake-up (FTW)

Re: [PATCH 3/5] powerpc/ftw: Implement a simple FTW driver

2018-01-18 Thread Sukadev Bhattiprolu
s the updated patch. --- >From 344ffbcc2cd1e64dd87249d508cf6000e6e41a0c Mon Sep 17 00:00:00 2001 From: Sukadev Bhattiprolu Date: Fri, 4 Aug 2017 16:45:34 -0500 Subject: [PATCH 3/5] powerpc/ftw: Implement a simple FTW driver The Fast Thread Wake-up (FTW) driver provides user space applica

Re: [PATCH 3/5] powerpc/ftw: Implement a simple FTW driver

2018-01-17 Thread Randy Dunlap
On 01/16/18 18:50, Sukadev Bhattiprolu wrote: > The Fast Thread Wake-up (FTW) driver provides user space applications an > interface to the low latency Core-to-Core wakeup functionality in POWER9. > > This mechanism allows a thread on one core to efficiently send a message > to a "waiting thread"

Re: [PATCH 3/5] powerpc/ftw: Implement a simple FTW driver

2018-01-17 Thread Randy Dunlap
On 01/16/18 18:50, Sukadev Bhattiprolu wrote: > The Fast Thread Wake-up (FTW) driver provides user space applications an > interface to the low latency Core-to-Core wakeup functionality in POWER9. > > This mechanism allows a thread on one core to efficiently send a message > to a "waiting thread"

[PATCH 3/5] powerpc/ftw: Implement a simple FTW driver

2018-01-16 Thread Sukadev Bhattiprolu
The Fast Thread Wake-up (FTW) driver provides user space applications an interface to the low latency Core-to-Core wakeup functionality in POWER9. This mechanism allows a thread on one core to efficiently send a message to a "waiting thread" on another core on the same chip, using the Virtual

[PATCH 3/5] powerpc/ftw: Implement a simple FTW driver

2018-01-16 Thread Sukadev Bhattiprolu
The Fast Thread Wake-up (FTW) driver provides user space applications an interface to the low latency Core-to-Core wakeup functionality in POWER9. This mechanism allows a thread on one core to efficiently send a message to a "waiting thread" on another core on the same chip, using the Virtual