dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] cleanup option parsing in bsd/linux eal
@ 2014-09-22  8:37 David Marchand
       [not found] ` <1411375081-27986-1-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: David Marchand @ 2014-09-22  8:37 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

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 to stop here.
If anyone wants to continue ... :-)


-- 
David Marchand

David Marchand (7):
  eal: remove unused --use-device option
  eal: factorise unsupported option handling
  eal: remove duplicate handling of white/black list
  eal: fix checkpatch issues before moving code
  eal: merge bsd and linux common options parsing
  eal: rework long options parsing
  eal: indent files

 lib/librte_eal/bsdapp/eal/Makefile          |    1 +
 lib/librte_eal/bsdapp/eal/eal.c             |  388 +++--------------------
 lib/librte_eal/common/eal_common_options.c  |  392 +++++++++++++++++++++++
 lib/librte_eal/common/include/eal_options.h |   84 +++++
 lib/librte_eal/linuxapp/eal/Makefile        |    1 +
 lib/librte_eal/linuxapp/eal/eal.c           |  457 +++++----------------------
 6 files changed, 593 insertions(+), 730 deletions(-)
 create mode 100644 lib/librte_eal/common/eal_common_options.c
 create mode 100644 lib/librte_eal/common/include/eal_options.h

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-09-23 15:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22  8:37 [PATCH 0/7] cleanup option parsing in bsd/linux eal David Marchand
     [not found] ` <1411375081-27986-1-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-09-22  8:37   ` [PATCH 1/7] eal: remove unused --use-device option David Marchand
     [not found]     ` <1411375081-27986-2-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-09-22 12:22       ` Neil Horman
     [not found]         ` <20140922122211.GB25406-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2014-09-22 13:49           ` David Marchand
2014-09-22  8:37   ` [PATCH 2/7] eal: factorise unsupported option handling David Marchand
2014-09-22  8:37   ` [PATCH 3/7] eal: remove duplicate handling of white/black list David Marchand
2014-09-22  8:37   ` [PATCH 4/7] eal: fix checkpatch issues before moving code David Marchand
2014-09-22  8:37   ` [PATCH 5/7] eal: merge bsd and linux common options parsing David Marchand
2014-09-22  8:38   ` [PATCH 6/7] eal: rework long " David Marchand
     [not found]     ` <1411375081-27986-7-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-09-22 12:42       ` Neil Horman
2014-09-22  8:38   ` [PATCH 7/7] eal: indent files David Marchand
2014-09-22 12:43   ` [PATCH 0/7] cleanup option parsing in bsd/linux eal Neil Horman
     [not found]     ` <20140922124327.GD25406-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2014-09-23 15:37       ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).