numam-dpdk/lib/librte_power
Mattias Rönnblom 7727ad9107 power: fix cache line alignment
The ACPI and PState CPU frequency scaling drivers used the
__rte_cache_aligned attribute without including rte_memory.h, which
turns what looks as the declaration of a cache line-aligned struct
into a non-aligned struct declaration and the definition of an
instance of the struct.

Fixes: e6c6dc0f96 ("power: add p-state driver compatibility")
Fixes: 445c6528b5 ("power: common interface for guest and host")
Cc: stable@dpdk.org

Signed-off-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com>
2019-05-09 21:07:55 +02:00
..
channel_commands.h power: fix buffer overruns 2019-04-23 00:15:10 +02:00
guest_channel.c power: changed unsigned to unsigned int 2018-01-12 00:37:07 +01:00
guest_channel.h power: changed unsigned to unsigned int 2018-01-12 00:37:07 +01:00
Makefile power: add p-state driver compatibility 2018-12-21 01:33:59 +01:00
meson.build build: increase readability via shortcut variables 2019-04-17 18:09:52 +02:00
power_acpi_cpufreq.c power: fix cache line alignment 2019-05-09 21:07:55 +02:00
power_acpi_cpufreq.h power: add get capabilities API 2018-07-12 19:15:14 +02:00
power_common.h power: clean common header 2018-01-12 00:37:07 +01:00
power_kvm_vm.c power: fix buffer overruns 2019-04-23 00:15:10 +02:00
power_kvm_vm.h power: add get capabilities API 2018-07-12 19:15:14 +02:00
power_pstate_cpufreq.c power: fix cache line alignment 2019-05-09 21:07:55 +02:00
power_pstate_cpufreq.h power: add p-state driver compatibility 2018-12-21 01:33:59 +01:00
rte_power_empty_poll.c power: remove unused variable 2019-04-05 10:40:56 +02:00
rte_power_empty_poll.h doc: fix spelling reported by aspell in comments 2019-05-03 00:38:14 +02:00
rte_power_version.map fix indentation in symbol maps 2018-11-26 20:16:46 +01:00
rte_power.c power: reset function pointers on unset environment 2019-04-22 22:45:51 +02:00
rte_power.h power: clarify comment about SST-BF priority core 2019-05-03 22:15:56 +02:00