Re: [dpdk-dev] [PATCH] test/eal: fix incorrect array sizes

2019-08-02 Thread Thomas Monjalon
> > > > Following removal of -c and -n options, the array should have been > > > > shrunk to avoid launch_proc to access unitialised strings. > > > > > > > > Fixes: b4dbacdb1ad7 ("test/eal: set core mask/list config only in > > > > dedicated test") > > > > Fixes: 501fa9a40298 ("test/eal: set memor

Re: [dpdk-dev] [PATCH] test/eal: fix incorrect array sizes

2019-08-02 Thread Michael Santana Francisco
On Thu, Aug 1, 2019 at 3:25 AM David Marchand wrote: > > On Wed, Jul 31, 2019 at 9:57 PM Michael Santana Francisco > wrote: > > > > On Wed, Jul 31, 2019 at 2:56 PM David Marchand > > wrote: > > > > > > Following removal of -c and -n options, the array should have been > > > shrunk to avoid launc

Re: [dpdk-dev] [PATCH] test/eal: fix incorrect array sizes

2019-08-01 Thread David Marchand
On Wed, Jul 31, 2019 at 9:57 PM Michael Santana Francisco wrote: > > On Wed, Jul 31, 2019 at 2:56 PM David Marchand > wrote: > > > > Following removal of -c and -n options, the array should have been > > shrunk to avoid launch_proc to access unitialised strings. > > > > Fixes: b4dbacdb1ad7 ("test

Re: [dpdk-dev] [PATCH] test/eal: fix incorrect array sizes

2019-07-31 Thread Michael Santana Francisco
On Wed, Jul 31, 2019 at 2:56 PM David Marchand wrote: > > Following removal of -c and -n options, the array should have been > shrunk to avoid launch_proc to access unitialised strings. > > Fixes: b4dbacdb1ad7 ("test/eal: set core mask/list config only in dedicated > test") > Fixes: 501fa9a40298

[dpdk-dev] [PATCH] test/eal: fix incorrect array sizes

2019-07-31 Thread David Marchand
Following removal of -c and -n options, the array should have been shrunk to avoid launch_proc to access unitialised strings. Fixes: b4dbacdb1ad7 ("test/eal: set core mask/list config only in dedicated test") Fixes: 501fa9a40298 ("test/eal: set memory channel config only in dedicated test") Sig