printf is not async-signal safe. Using printf in signal handlers may lead to
deadlock. Removed printf from signal handlers present in several applications.
Signed-off-by: Prateek Agarwal
---
app/pdump/main.c | 2 --
app/test-eventdev/evt_main.c | 4
app/test-flow-perf/main.c
Signed-off-by: Prateek Agarwal
---
drivers/net/i40e/rte_pmd_i40e.h | 8
1 file changed, 8 insertions(+)
diff --git a/drivers/net/i40e/rte_pmd_i40e.h b/drivers/net/i40e/rte_pmd_i40e.h
index fc3560c28..4cb21c371 100644
--- a/drivers/net/i40e/rte_pmd_i40e.h
+++ b/drivers/net/i40e
2 matches
Mail list logo