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

2019-12-17 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 --- v3: - API Comment is updated as per man page. - Scope updated within the library/drive

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

2019-12-17 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 --- v3: - API Comment is updated as per man page. - Scope updated within the library/drive