app/test: remove unused constants

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
Thomas Monjalon 2016-05-11 08:39:09 +02:00
parent 6e2ba6dd4b
commit 837b33a4c0
4 changed files with 0 additions and 21 deletions

View File

@ -113,8 +113,6 @@ rte_lpm6_test tests6[] = {
};
#define NUM_LPM6_TESTS (sizeof(tests6)/sizeof(tests6[0]))
#define RTE_LPM6_TBL24_NUM_ENTRIES (1 << 24)
#define RTE_LPM6_LOOKUP_SUCCESS 0x04000000
#define MAX_DEPTH 128
#define MAX_RULES 1000000
#define NUMBER_TBL8S (1 << 16)

View File

@ -37,10 +37,7 @@
#include <stdlib.h>
#include <rte_common.h>
#include <rte_cycles.h>
#include <rte_random.h>
#include <rte_malloc.h>
#include <rte_memcpy.h>
#include "test.h"
@ -65,18 +62,6 @@ static size_t buf_sizes[TEST_VALUE_RANGE];
#define SMALL_BUFFER_SIZE TEST_VALUE_RANGE
#endif /* TEST_VALUE_RANGE == 0 */
/*
* Arrays of this size are used for measuring uncached memory accesses by
* picking a random location within the buffer. Make this smaller if there are
* memory allocation errors.
*/
#define LARGE_BUFFER_SIZE (100 * 1024 * 1024)
/* How many times to run timing loop for performance tests */
#define TEST_ITERATIONS 1000000
#define TEST_BATCH_SIZE 100
/* Data is aligned on this many bytes (power of 2) */
#define ALIGNMENT_UNIT 32

View File

@ -71,8 +71,6 @@
* put them back in the pool.
*/
#define N 65536
#define TIME_S 5
#define MEMPOOL_ELT_SIZE 2048
#define MAX_KEEP 16
#define MEMPOOL_SIZE ((rte_lcore_count()*(MAX_KEEP+RTE_MEMPOOL_CACHE_MAX_SIZE))-1)

View File

@ -100,8 +100,6 @@
#define RING_SIZE 4096
#define MAX_BULK 32
#define N 65536
#define TIME_S 5
static rte_atomic32_t synchro;