[dpdk-dev] [PATCH] app/test: fix failing packet-framework table unit-tests

2016-09-23 Thread Thomas Monjalon
> > The pipeline object is not freed when a particular test-case of the > > unit-test > > finishes. Using rte_pipeline_free() before returning the outcome for each > > test-case fixes the issue. > > > > Fixes: 5205954791cb ("app/test: packet framework unit tests") > > > > Signed-off-by: Jasvinde

[dpdk-dev] [PATCH] app/test: fix failing packet-framework table unit-tests

2016-09-15 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Monday, September 12, 2016 12:06 PM > To: dev at dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] app/test: fix failing packet-framework table unit-tests > > The pipeline object is not freed when a particular test-case of the u

[dpdk-dev] [PATCH] app/test: fix failing packet-framework table unit-tests

2016-09-12 Thread Jasvinder Singh
The pipeline object is not freed when a particular test-case of the unit-test finishes. Using rte_pipeline_free() before returning the outcome for each test-case fixes the issue. Fixes: 5205954791cb ("app/test: packet framework unit tests") Signed-off-by: Jasvinder Singh --- app/test/test_table