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

2019-07-09 Thread Hunt, David
Hi Anatoly, On 09/07/2019 16:12, Burakov, Anatoly wrote: On 09-Jul-19 4:07 PM, David Hunt wrote: 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 us

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

2019-07-09 Thread Burakov, Anatoly
On 09-Jul-19 4:07 PM, David Hunt wrote: 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

[dpdk-dev] [PATCH v5] 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.