Re: [dpdk-dev] [PATCH v2] event/cnxk: fix SSO and TIM argument parsing

2021-09-06 Thread Jerin Jacob
On Mon, Aug 30, 2021 at 9:37 PM Shijith Thotton wrote: > > Type of kvargs value and handler function argument should match to avoid > spilling memory. > > Fixes: 7ffa7379965e ("event/cnxk: add option to configure getwork mode") Cc: sta...@dpdk.org > > Signed-off-by: Shijith Thotton Applied to

[dpdk-dev] [PATCH v2] event/cnxk: fix SSO and TIM argument parsing

2021-08-30 Thread Shijith Thotton
Type of kvargs value and handler function argument should match to avoid spilling memory. Fixes: 7ffa7379965e ("event/cnxk: add option to configure getwork mode") Signed-off-by: Shijith Thotton --- v2: * Rebased. drivers/event/cnxk/cnxk_eventdev.c | 6 +++--- drivers/event/cnxk/cnxk_tim_evdev