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

2018-07-10 Thread Jeff Guo
On 7/10/2018 4:40 PM, Gaëtan Rivet wrote: On Tue, Jul 10, 2018 at 04:22:23PM +0800, Jeff Guo wrote: On 7/9/2018 9:48 PM, Andrew Rybchenko wrote: On 09.07.2018 15: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

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

2018-07-10 Thread Gaëtan Rivet
On Tue, Jul 10, 2018 at 04:22:23PM +0800, Jeff Guo wrote: > > > On 7/9/2018 9:48 PM, Andrew Rybchenko wrote: > > On 09.07.2018 15: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-b

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

2018-07-10 Thread Jeff Guo
On 7/9/2018 9:48 PM, Andrew Rybchenko wrote: On 09.07.2018 15: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 --- v7->v6: no change --- lib/librte_eal/common/ea

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

2018-07-09 Thread Andrew Rybchenko
On 09.07.2018 15: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 --- v7->v6: no change --- lib/librte_eal/common/eal_common_bus.c | 42 +

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

2018-07-09 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 --- v7->v6: no change --- lib/librte_eal/common/eal_common_bus.c | 42 ++ lib/librte_eal/common/eal_private

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

2018-07-09 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 --- lib/librte_eal/common/eal_common_bus.c | 42 ++ lib/librte_eal/common/eal_private.h| 12 ++ 2 files changed, 54 in