numam-dpdk/drivers/event
Pavan Nikhilesh 411c062505 event/octeontx2: create and free timer adapter
When the application calls timer adapter create the following is used:
- Allocate a TIM lf based on number of lf's provisioned.
- Verify the config parameters supplied.
- Allocate memory required for
	* Buckets based on min and max timeout supplied.
	* Allocate the chunk pool based on the number of timers.

On Free:
- Free the allocated bucket and chunk memory.
- Free the TIM lf allocated.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
2019-07-03 06:56:38 +02:00
..
dpaa drivers: add reasons for components being disabled 2019-07-02 23:21:11 +02:00
dpaa2 event/dpaa2: fix timeout ticks 2019-07-03 06:55:37 +02:00
dsw event/dsw: ignore scheduling type for single-link queues 2019-05-13 16:19:05 +02:00
octeontx build: add libatomic dependency for 32-bit clang 2019-06-03 23:57:43 +02:00
octeontx2 event/octeontx2: create and free timer adapter 2019-07-03 06:56:38 +02:00
opdl build: add libatomic dependency for 32-bit clang 2019-06-03 23:57:43 +02:00
skeleton
sw event/sw: fix enqueue checks in self-test 2019-04-02 03:10:47 +02:00
Makefile event/octeontx2: add build infra and device probe 2019-07-03 06:55:44 +02:00
meson.build event/octeontx2: add build infra and device probe 2019-07-03 06:55:44 +02:00