Re: [dpdk-dev] [PATCH v6] power: add fifo per core for JSON interface

2019-07-10 Thread Thomas Monjalon
09/07/2019 17:21, David Hunt: > From: Marcin Hajkowski > > This patch implements a separate FIFO for each cpu core to improve the > previous functionality where anyone with access to the FIFO could affect > any core on the system. By using appropriate permissions, fifo interfaces > can be configu

Re: [dpdk-dev] [PATCH v6] power: add fifo per core for JSON interface

2019-07-09 Thread Thomas Monjalon
09/07/2019 17:27, Hunt, David: > Hi Thomas, > > Fyi, I am unable mark v4 as superseded in patchwork > (http://patches.dpdk.org/project/dpdk/list/?series=4997), although I've > done that with v5, v6 is the latest version. OK, done, thanks

Re: [dpdk-dev] [PATCH v6] power: add fifo per core for JSON interface

2019-07-09 Thread Hunt, David
Hi Thomas,    Fyi, I am unable mark v4 as superseded in patchwork (http://patches.dpdk.org/project/dpdk/list/?series=4997), although I've done that with v5, v6 is the latest version. Rgds, Dave. On 09/07/2019 16:21, David Hunt wrote: From: Marcin Hajkowski This patch implements a separat

[dpdk-dev] [PATCH v6] power: add fifo per core for JSON interface

2019-07-09 Thread David Hunt
From: Marcin Hajkowski This patch implements a separate FIFO for each cpu core to improve the previous functionality where anyone with access to the FIFO could affect any core on the system. By using appropriate permissions, fifo interfaces can be configured to only affect the particular cores.