eventdev/timer: move adapters memory to hugepage
authorPavan Nikhilesh <pbhagavatula@marvell.com>
Mon, 18 Oct 2021 23:36:06 +0000 (05:06 +0530)
committerJerin Jacob <jerinj@marvell.com>
Thu, 21 Oct 2021 08:16:00 +0000 (10:16 +0200)
commitf3f3a91788ade63aff8b1254910cdf99e3ae53af
tree4cce058170b88b22bdf14afd049aa13effcf64da
parent1dcd67ba1e6e56fff7dc2f99d933f40b62c53efd
eventdev/timer: move adapters memory to hugepage

Move memory used by timer adapters to hugepage.
Allocate memory on the first adapter create or lookup to address
both primary and secondary process usecases.
This will prevent TLB misses if any and aligns to memory structure
of other subsystems.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
doc/guides/rel_notes/release_21_11.rst
lib/eventdev/rte_event_timer_adapter.c