[dpdk-dev] [PATCH 0/7] cleanup option parsing in bsd/linux eal

2014-09-23 Thread Thomas Monjalon
2014-09-22 08:43, Neil Horman: > On Mon, Sep 22, 2014 at 10:37:54AM +0200, David Marchand wrote: > > Following Neil comments, here is a patchset to rework the eal options > > parsing. > > I tried to have everything common to linux and bsd in a single file. > > > > I ran a little make test on linu

[dpdk-dev] [PATCH 0/7] cleanup option parsing in bsd/linux eal

2014-09-22 Thread David Marchand
Following Neil comments, here is a patchset to rework the eal options parsing. I tried to have everything common to linux and bsd in a single file. I ran a little make test on linux, it looks fine (at least I have as many fails as before my changes). There is still work in this part, but I want t

[dpdk-dev] [PATCH 0/7] cleanup option parsing in bsd/linux eal

2014-09-22 Thread Neil Horman
On Mon, Sep 22, 2014 at 10:37:54AM +0200, David Marchand wrote: > Following Neil comments, here is a patchset to rework the eal options parsing. > I tried to have everything common to linux and bsd in a single file. > > I ran a little make test on linux, it looks fine (at least I have as many > f