[dpdk-dev] [PATCH v6 5/7] bus: add helper to handle sigbus

2018-07-08 Thread Jeff Guo
This patch aim to add a helper to iterate all buses to find the corresponding bus to handle the sigbus error. Signed-off-by: Jeff Guo Acked-by: Shaopeng He --- v6->v5: refine some coding style. --- lib/librte_eal/common/eal_common_bus.c | 42 ++ lib/librte_eal/co

Re: [dpdk-dev] [PATCH v6 5/7] bus: add helper to handle sigbus

2018-07-08 Thread Andrew Rybchenko
On 09.07.2018 09:01, Jeff Guo wrote: This patch aim to add a helper to iterate all buses to find the corresponding bus to handle the sigbus error. Signed-off-by: Jeff Guo Acked-by: Shaopeng He --- v6->v5: refine some coding style. --- lib/librte_eal/common/eal_common_bus.c | 42 +

[dpdk-dev] [PATCH v6 5/7] bus: add helper to handle sigbus

2018-07-08 Thread Jeff Guo
This patch aim to add a helper to iterate all buses to find the corresponding bus to handle the sigbus error. Signed-off-by: Jeff Guo Acked-by: Shaopeng He --- v6->v5: refine some coding style. --- lib/librte_eal/common/eal_common_bus.c | 42 ++ lib/librte_eal/co