[dpdk-dev] [PATCH v6] power: add fifo per core for JSON interface
Thomas Monjalon
thomas at monjalon.net
Wed Jul 10 23:55:58 CEST 2019
09/07/2019 17:21, David Hunt:
> From: Marcin Hajkowski <marcinx.hajkowski at intel.com>
>
> 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.
>
> Because each FIFO is per core, the following fields have been removed
> from the command JSON format: core_list, resource_id, name.
>
> Signed-off-by: Lukasz Krakowiak <lukaszx.krakowiak at intel.com>
> Signed-off-by: Lukasz Gosiewski <lukaszx.gosiewski at intel.com>
> Signed-off-by: Marcin Hajkowski <marcinx.hajkowski at intel.com>
> Tested-by: David Hunt <david.hunt at intel.com>
> Acked-by: Anatoly Burakov <anatoly.burakov at intel.com>
Applied, thanks
PS: I removed a duplicated include of rte_string_fns.h
More information about the dev
mailing list