Searched refs:hairpinq (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/app/test-flow-perf/ |
| H A D | flow_gen.c | 45 uint16_t hairpinq, in generate_flow() argument 62 outer_ip_src, next_table, hairpinq, in generate_flow()
|
| H A D | actions_gen.h | 21 uint32_t counter, uint16_t next_table, uint16_t hairpinq,
|
| H A D | flow_gen.h | 34 uint16_t hairpinq,
|
| H A D | actions_gen.c | 904 uint32_t counter, uint16_t next_table, uint16_t hairpinq, in fill_actions() argument 909 uint16_t hairpin_queues[hairpinq]; in fill_actions() 916 for (i = 0; i < hairpinq; i++) in fill_actions() 929 if (hairpinq != 0) { in fill_actions() 931 additional_para_data.queues_number = hairpinq; in fill_actions() 932 additional_para_data.queue = (counter % hairpinq) + RXQ_NUM; in fill_actions()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.c | 1397 check_nb_hairpinq(queueid_t hairpinq) in check_nb_hairpinq() argument 1403 if (hairpinq > allowed_max_hairpinq) { in check_nb_hairpinq() 1406 hairpinq, allowed_max_hairpinq, pid); in check_nb_hairpinq()
|
| H A D | testpmd.h | 1004 int check_nb_hairpinq(queueid_t hairpinq);
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 284 * ``--hairpinq=N``
|