Re: [dpdk-dev] [PATCH v7 1/2] eal: add API to check if its interrupt context

2020-02-06 Thread David Marchand
On Tue, Jan 14, 2020 at 10:05 AM Sunil Kumar Kori wrote: > > From: Harman Kalra > > Added an API to check if current execution is in interrupt > context. This will be helpful to handle nested interrupt cases. > > Signed-off-by: Harman Kalra > Signed-off-by: Sunil Kumar Kori > Reviewed-by: Jerin

[dpdk-dev] [PATCH v7 1/2] eal: add API to check if its interrupt context

2020-01-14 Thread Sunil Kumar Kori
From: Harman Kalra Added an API to check if current execution is in interrupt context. This will be helpful to handle nested interrupt cases. Signed-off-by: Harman Kalra Signed-off-by: Sunil Kumar Kori Reviewed-by: Jerin Jacob --- v7: - No changes. v6: - No changes. v5: - Fix shared librar