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

2015-02-18 Thread Thomas Monjalon
2015-02-13 16:03, David Marchand: > 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 sinc

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

2015-02-13 Thread David Marchand
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