[dpdk-dev] [PATCH v10 5/8] bus: add helper to handle sigbus

2018-08-17 Thread Jeff Guo
This patch aims to add a helper to iterate through all buses to find the relevant bus to handle the sigbus error. Signed-off-by: Jeff Guo Acked-by: Shaopeng He --- v10->v9: refine commit log --- lib/librte_eal/common/eal_common_bus.c | 43 ++ lib/librte_eal/commo

[dpdk-dev] [PATCH v10 5/8] bus: add helper to handle sigbus

2018-08-17 Thread Jeff Guo
This patch aims to add a helper to iterate through all buses to find the relevant bus to handle the sigbus error. Signed-off-by: Jeff Guo Acked-by: Shaopeng He --- v10->v9: refine commit log --- lib/librte_eal/common/eal_common_bus.c | 43 ++ lib/librte_eal/commo