[dpdk-dev] [PATCH] test_table: initialize table parameteres

2015-08-17 Thread Thomas Monjalon
2015-08-17 17:58, Pablo de Lara: > In table_autotest, the structures containing the parameters > to create the tables were not initialized, and therefore, > some checks could fail and so the unit test. > > Also, due to this initialization, one of the tests that was > checking if the table was impr

[dpdk-dev] [PATCH] test_table: initialize table parameteres

2015-08-17 Thread Pablo de Lara
In table_autotest, the structures containing the parameters to create the tables were not initialized, and therefore, some checks could fail and so the unit test. Also, due to this initialization, one of the tests that was checking if the table was improperly initialized has been removed, as it is