Re: [dpdk-dev] [PATCH 1/2] add rte_bus->probe

2017-01-11 Thread Shreyansh Jain
> -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Wednesday, January 11, 2017 8:34 PM > To: Shreyansh Jain ; dev@dpdk.org > Cc: Stephen Hemminger ; Jan Blunck > > Subject: Re: [PATCH 1/2] add rte_bus->probe > > On 1/11/2017 4:53 AM, Shreyansh Jain wrote: >

Re: [dpdk-dev] [PATCH 1/2] add rte_bus->probe

2017-01-11 Thread Ferruh Yigit
On 1/11/2017 4:53 AM, Shreyansh Jain wrote: > On Tuesday 10 January 2017 11:32 PM, Ferruh Yigit wrote: >> Signed-off-by: Ferruh Yigit >> --- >> lib/librte_eal/common/eal_common_bus.c | 7 --- >> lib/librte_eal/common/include/rte_bus.h | 3 +++ >> lib/librte_eal/linuxapp/eal/eal_pci.c | 1 +

Re: [dpdk-dev] [PATCH 1/2] add rte_bus->probe

2017-01-10 Thread Shreyansh Jain
On Tuesday 10 January 2017 11:32 PM, Ferruh Yigit wrote: Signed-off-by: Ferruh Yigit --- lib/librte_eal/common/eal_common_bus.c | 7 --- lib/librte_eal/common/include/rte_bus.h | 3 +++ lib/librte_eal/linuxapp/eal/eal_pci.c | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --

[dpdk-dev] [PATCH 1/2] add rte_bus->probe

2017-01-10 Thread Ferruh Yigit
Signed-off-by: Ferruh Yigit --- lib/librte_eal/common/eal_common_bus.c | 7 --- lib/librte_eal/common/include/rte_bus.h | 3 +++ lib/librte_eal/linuxapp/eal/eal_pci.c | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/lib/librte_eal/common/eal_common_bus.c b/lib/librte_