[dpdk-dev] [PATCH] devargs: restore empty devargs as ""

2015-02-24 Thread Thomas Monjalon
2015-02-24 19:16, Tetsuya Mukawa: > On 2015/02/24 18:41, David Marchand wrote: > > Following commit c07691ae1089, an implicit change has been done in the > > devargs > > api. > > This triggers problem in virtual pmds that did not check for parameters > > validity > > as it was implicitely valid.

[dpdk-dev] [PATCH] devargs: restore empty devargs as ""

2015-02-24 Thread Tetsuya Mukawa
On 2015/02/24 18:41, David Marchand wrote: > Following commit c07691ae1089, an implicit change has been done in the devargs > api. > This triggers problem in virtual pmds that did not check for parameters > validity > as it was implicitely valid. > > Fix this by restoring the empty argument as ""

[dpdk-dev] [PATCH] devargs: restore empty devargs as ""

2015-02-24 Thread David Marchand
Following commit c07691ae1089, an implicit change has been done in the devargs api. This triggers problem in virtual pmds that did not check for parameters validity as it was implicitely valid. Fix this by restoring the empty argument as "" and add a note in the api. Restore associated tests. Fix