Searched refs:splits (Results 1 – 4 of 4) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_string_fns.c | 31 char *splits[6]; in test_rte_strsplit() local 35 splits, 6, ':') != 6) { in test_rte_strsplit() 40 LOG("Token %d = %s\n", i + 1, splits[i]); in test_rte_strsplit() 49 char *splits[6]; in test_rte_strsplit() local 53 splits, 3, ' ') != 3) { in test_rte_strsplit() 58 LOG("Token %d = %s\n", i + 1, splits[i]); in test_rte_strsplit() 66 char *splits[6]; in test_rte_strsplit() local 70 splits, 6, ',') != 4) { in test_rte_strsplit() 83 char *splits[6]; in test_rte_strsplit() local 87 splits, 6, ' ') != 1) { in test_rte_strsplit() [all …]
|
| /dpdk/doc/guides/howto/ |
| H A D | flow_bifurcation.rst | 15 The Flow Bifurcation splits the incoming data traffic to user space
|
| /dpdk/examples/ip_pipeline/examples/ |
| H A D | rss.cli | 5 ; Each NIC splits the input traffic into 4 RX queues, with each of its RX queues
|
| /dpdk/doc/guides/nics/ |
| H A D | bnxt.rst | 73 The Flow Bifurcation splits the incoming data traffic to user space applications
|