4be6bc7fa1
Latest generation HW requires IO completion queue descriptors to be
aligned to a 4K in order to achieve the best performance.
Because of that, the new allocation macros were added, which allows
driver to allocate the memory with specified alignment.
The previous allocation macros are now wrappers around the macros
doing the alignment, with the alignment value equal to cacheline size.
Fixes:
|
||
---|---|---|
.. | ||
ena_defs | ||
ena_com.c | ||
ena_com.h | ||
ena_eth_com.c | ||
ena_eth_com.h | ||
ena_plat_dpdk.h | ||
ena_plat.h |