Home
last modified time | relevance | path

Searched refs:APP_MODE_LEGACY (Results 1 – 1 of 1) sorted by relevance

/dpdk/examples/l3fwd-power/
H A Dmain.c199 APP_MODE_LEGACY, enumerator
1906 app_mode = APP_MODE_LEGACY; in parse_args()
2462 return APP_MODE_LEGACY; in autodetect_mode()
2464 return APP_MODE_LEGACY; in autodetect_mode()
2475 case APP_MODE_LEGACY: in mode_to_str()
2571 if ((app_mode == APP_MODE_LEGACY || app_mode == APP_MODE_EMPTY_POLL) && in main()
2596 bool need_intr = app_mode == APP_MODE_LEGACY || in main()
2752 if (app_mode == APP_MODE_LEGACY) { in main()
2871 if (app_mode == APP_MODE_LEGACY) { in main()
2947 if ((app_mode == APP_MODE_LEGACY || app_mode == APP_MODE_EMPTY_POLL) && in main()