[dpdk-dev] [PATCH] eal_common_options.c: set create_uio_dev option to no argument

2015-03-23 Thread Thomas Monjalon
> > eal options OPT_CREATE_UIO_DEV does not need argument so set it to zero. > > It needs to reset create_uio_dev explicitly. > > > > Signed-off-by: Haifeng Gao > > Acked-by: Olivier Matz > > Thank you for fixing this. > > Note for Thomas: the bug is there since my initial commit adding > the

[dpdk-dev] [PATCH] eal_common_options.c: set create_uio_dev option to no argument

2015-03-23 Thread Olivier MATZ
Hi, On 03/23/2015 09:11 AM, gaohaifeng wrote: > From: Haifeng Gao > > eal options OPT_CREATE_UIO_DEV does not need argument so set it to zero. > It needs to reset create_uio_dev explicitly. > > Signed-off-by: Haifeng Gao Acked-by: Olivier Matz Thank you for fixing this. Note for Thomas: th

[dpdk-dev] [PATCH] eal_common_options.c: set create_uio_dev option to no argument

2015-03-23 Thread gaohaifeng
From: Haifeng Gao eal options OPT_CREATE_UIO_DEV does not need argument so set it to zero. It needs to reset create_uio_dev explicitly. Signed-off-by: Haifeng Gao --- lib/librte_eal/common/eal_common_options.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/librte_eal