Searched refs:MAX_STRING_LEN (Results 1 – 2 of 2) sorted by relevance
| /dpdk/app/proc-info/ |
| H A D | main.c | 45 #define MAX_STRING_LEN 256 macro 83 static char bdr_str[MAX_STRING_LEN]; 560 char counter_type[MAX_STRING_LEN]; in nic_xstats_display() 561 char buf[MAX_STRING_LEN]; in nic_xstats_display() 567 n = snprintf(buf, MAX_STRING_LEN, in nic_xstats_display() 716 snprintf(bdr_str, MAX_STRING_LEN, " show - Port PMD "); in show_port() 739 snprintf(bdr_str, MAX_STRING_LEN, " Port %u ", i); in show_port() 973 snprintf(bdr_str, MAX_STRING_LEN, " show - TM PMD "); in show_tm() 1257 snprintf(bdr_str, MAX_STRING_LEN, " show - RING "); in show_ring() 1293 snprintf(bdr_str, MAX_STRING_LEN, " show - MEMPOOL "); in show_mempool() [all …]
|
| /dpdk/app/test-pmd/ |
| H A D | util.c | 18 #define MAX_STRING_LEN 8192 macro 88 char print_buf[MAX_STRING_LEN]; in dump_pkt_burst() 89 size_t buf_size = MAX_STRING_LEN; in dump_pkt_burst()
|