numam-dpdk/app/test-flow-perf
Dariusz Sosnowski 3730502219 app/flow-perf: add hairpin queue memory config
This patch adds the hairpin-conf command line parameter to flow-perf
application. hairpin-conf parameter takes a hexadecimal bitmask with
bits having the following meaning:

- Bit 0 - Force memory settings of hairpin RX queue.
- Bit 1 - Force memory settings of hairpin TX queue.
- Bit 4 - Use locked device memory for hairpin RX queue.
- Bit 5 - Use RTE memory for hairpin RX queue.
- Bit 8 - Use locked device memory for hairpin TX queue.
- Bit 9 - Use RTE memory for hairpin TX queue.

Signed-off-by: Dariusz Sosnowski <dsosnowski@nvidia.com>
2022-10-08 18:30:50 +02:00
..
actions_gen.c eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
actions_gen.h app/flow-perf: add destination ports parameter 2021-11-05 10:58:25 +01:00
config.h fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
flow_gen.c app/flow-perf: add random priority option 2021-11-08 10:33:08 +01:00
flow_gen.h app/flow-perf: add random priority option 2021-11-08 10:33:08 +01:00
items_gen.c app/flow-perf: fix IPv6 source address increment 2021-04-12 16:26:25 +02:00
items_gen.h app/flow-perf: add multi-core rule insertion and deletion 2021-01-07 15:14:02 +01:00
main.c app/flow-perf: add hairpin queue memory config 2022-10-08 18:30:50 +02:00
meson.build devtools: forbid indent with tabs in Meson 2021-11-02 19:25:30 +01:00