Re: [dpdk-dev] [PATCH v7 6/6] devargs: parse bus info

2017-07-06 Thread Shreyansh Jain
Hello Gaetan, On Thursday 06 July 2017 03:30 PM, Gaëtan Rivet wrote: On Thu, Jul 06, 2017 at 02:37:16PM +0530, Shreyansh Jain wrote: Hello Gaetan, On Wednesday 05 July 2017 05:25 AM, Gaetan Rivet wrote: Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/eal_common_devargs.c | 42 ++

Re: [dpdk-dev] [PATCH v7 6/6] devargs: parse bus info

2017-07-06 Thread Gaëtan Rivet
On Thu, Jul 06, 2017 at 02:37:16PM +0530, Shreyansh Jain wrote: > Hello Gaetan, > > On Wednesday 05 July 2017 05:25 AM, Gaetan Rivet wrote: > >Signed-off-by: Gaetan Rivet > >--- > > lib/librte_eal/common/eal_common_devargs.c | 42 > > - > > lib/librte_eal/common/eal

Re: [dpdk-dev] [PATCH v7 6/6] devargs: parse bus info

2017-07-06 Thread Shreyansh Jain
Hello Gaetan, On Wednesday 05 July 2017 05:25 AM, Gaetan Rivet wrote: Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/eal_common_devargs.c | 42 - lib/librte_eal/common/eal_common_vdev.c | 6 +++-- lib/librte_eal/common/include/rte_devargs.h | 3 +++

Re: [dpdk-dev] [PATCH v7 6/6] devargs: parse bus info

2017-07-05 Thread Stephen Hemminger
On Wed, 5 Jul 2017 01:55:23 +0200 Gaetan Rivet wrote: > case RTE_DEVTYPE_WHITELISTED_PCI: > case RTE_DEVTYPE_BLACKLISTED_PCI: > /* try to parse pci identifier */ > - if (eal_parse_pci_BDF(buf, &devargs->pci.addr) != 0 && > - eal_parse_pci_Dom

[dpdk-dev] [PATCH v7 6/6] devargs: parse bus info

2017-07-04 Thread Gaetan Rivet
Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/eal_common_devargs.c | 42 - lib/librte_eal/common/eal_common_vdev.c | 6 +++-- lib/librte_eal/common/include/rte_devargs.h | 3 +++ 3 files changed, 42 insertions(+), 9 deletions(-) diff --git a/lib/librte_