[dpdk-dev] [PATCH v2 0/3] remove limit on devargs parameters length

David Marchand david.marchand at 6wind.com
Fri Feb 13 16:03:12 CET 2015


Here is a little patchset that removes the limit on the devargs parameters
length. Previously, arguments specified by user would be stored in a static
buffer, while there is no particular reason why we should have such a
constraint, afaik.

Changes since v1:
- fix devargs tests (problem reported by Thomas)

-- 
David Marchand

David Marchand (3):
  devargs: indent and cleanup
  devargs: remove limit on parameters length
  app/test: fix devargs tests

 app/test/test_devargs.c                     |    6 ++--
 app/test/test_pci.c                         |    2 ++
 lib/librte_eal/common/eal_common_devargs.c  |   51 ++++++++++++++++-----------
 lib/librte_eal/common/include/rte_devargs.h |    4 +--
 4 files changed, 38 insertions(+), 25 deletions(-)

-- 
1.7.10.4



More information about the dev mailing list