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

2020-01-14 Thread Jerin Jacob
On Fri, Dec 20, 2019 at 12:26 PM 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 v6 1/2] eal: add API to check if its interrupt context

2019-12-19 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 --- v6: - No changes. v5: - Fix shared library compilation error v4: - No changes. v3: -