Re: [dpdk-dev] [PATCH v4 5/5] test/cfgfile: add new unit test

2017-09-18 Thread Jastrzebski, MichalX K
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, September 15, 2017 3:56 PM > To: Piasecki, JacekX > Cc: dev@dpdk.org; Richardson, Bruce ; Jain, > Deepak K ; Kozak, KubaX > ; Jastrzebski, MichalX K > > Subject: Re: [dp

Re: [dpdk-dev] [PATCH v4 5/5] test/cfgfile: add new unit test

2017-09-15 Thread Thomas Monjalon
04/09/2017 11:30, Bruce Richardson: > This file is a temporary one, so: > a) should be placed in /tmp > b) should be removed at the end of the test. Jacek, do you plan to update this series in 17.11 timeframe?

Re: [dpdk-dev] [PATCH v4 5/5] test/cfgfile: add new unit test

2017-09-04 Thread Bruce Richardson
On Mon, Jul 10, 2017 at 02:44:17PM +0200, Jacek Piasecki wrote: > Load huge realloc_sections.ini file to check malloc/realloc > ability of cfgfile library. > > Signed-off-by: Jacek Piasecki > --- > test/test/test_cfgfile.c | 40 +++ > test/test/test_cfgfiles/etc/real

Re: [dpdk-dev] [PATCH v4 5/5] test/cfgfile: add new unit test

2017-09-04 Thread Bruce Richardson
On Wed, Aug 30, 2017 at 09:25:51PM +0100, Bruce Richardson wrote: > On Mon, Jul 10, 2017 at 02:44:17PM +0200, Jacek Piasecki wrote: > > Load huge realloc_sections.ini file to check malloc/realloc > > ability of cfgfile library. > > > > Signed-off-by: Jacek Piasecki > > --- > > This may need some

Re: [dpdk-dev] [PATCH v4 5/5] test/cfgfile: add new unit test

2017-08-30 Thread Bruce Richardson
On Mon, Jul 10, 2017 at 02:44:17PM +0200, Jacek Piasecki wrote: > Load huge realloc_sections.ini file to check malloc/realloc > ability of cfgfile library. > > Signed-off-by: Jacek Piasecki > --- This may need some work still. The cfgfile tests fail for me when I run them: RTE>>cfgfile_autotest

[dpdk-dev] [PATCH v4 5/5] test/cfgfile: add new unit test

2017-07-10 Thread Jacek Piasecki
Load huge realloc_sections.ini file to check malloc/realloc ability of cfgfile library. Signed-off-by: Jacek Piasecki --- test/test/test_cfgfile.c | 40 +++ test/test/test_cfgfiles/etc/realloc_sections.ini | 128 +++ 2 files changed, 168 insertion