Re: [dpdk-dev] [PATCH v7 12/17] devargs: parse bus policies

2017-07-09 Thread Thomas Monjalon
Hi, I think there is a real bug to fix in 17.08-rc2. More details below. Proposals are welcome. 07/07/2017 02:04, Gaetan Rivet: > --- a/lib/librte_eal/common/eal_common_devargs.c > +++ b/lib/librte_eal/common/eal_common_devargs.c > @@ -143,6 +143,21 @@ rte_eal_devargs_add(enum rte_devtype devtype

[dpdk-dev] [PATCH v7 12/17] devargs: parse bus policies

2017-07-06 Thread Gaetan Rivet
Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/eal_common_devargs.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/lib/librte_eal/common/eal_common_devargs.c b/lib/librte_eal/common/eal_common_devargs.c index 102bd8d..16052a3 100644 --- a/lib/librte_eal/common/eal_co