blob: 702ebbd0a72473929073484c85c016a70f043cd1 [file] [log] [blame]
Woojoong Kim2f03e442018-01-18 20:02:22 -08001NOW={{ date }}
2FILE="logs/dp_{{ date }}.log"
3
4#dp configure parameter selections
5#SPGW_CFG:: SGWU=01; PGWU=02; SPGWU=03
6
7#####[SPGWU]#####
8SPGW_CFG=03
9S1U_PORT={{ enum_port_0 }}
Woojoong Kim27b62e12018-02-16 11:50:46 -080010SGI_PORT={{ enum_port_1 }}
Woojoong Kim2f03e442018-01-18 20:02:22 -080011S1U_IP={{ s1u_ip }}
12S1U_MAC={{ s1u_mac }}
13SGI_IP={{ sgi_ip }}
14SGI_MAC={{ sgi_mac }}
15
16NUM_WORKER=1
17MEMORY=4096
18
19#Set 1 to enabled numa, otherwise set to 0
20NUMA=1