Re: [dpdk-dev] [RFC PATCH] eventdev: use shared memory to store timer adapter

2021-02-12 Thread Pavan Nikhilesh Bhagavatula
>-Original Message- >From: Shijith Thotton >Sent: Friday, February 12, 2021 3:44 PM >To: Erik Gabriel Carrillo >Cc: Shijith Thotton ; Pavan Nikhilesh >Bhagavatula ; Jerin Jacob Kollanukkaran >; dev@dpdk.org >Subject: [RFC PATCH] eventdev: use shared memory to store timer >adapter > >It

[dpdk-dev] [RFC PATCH] eventdev: use shared memory to store timer adapter

2021-02-12 Thread Shijith Thotton
It is not possible for secondary process to arm timer as timer adapter is not stored in shared memory. Using shared memory allows the secondary to lookup adapters and arm them. Signed-off-by: Shijith Thotton --- drivers/event/octeontx/timvf_evdev.c | 20 +- drivers/event/octeontx/timvf