X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fthread_fe.h;h=2fd4ee8e7435c7b72e49b301e5debc1ae88c1ee2;hb=34465a0f7da2d14f35f113c9a31096931cfd257b;hp=52352c1ff1a7effeb8d612298b8522c023a2fc86;hpb=b4aee0fb9c6d4fee771271d6c03a65dc27ba024a;p=dpdk.git diff --git a/examples/ip_pipeline/thread_fe.h b/examples/ip_pipeline/thread_fe.h index 52352c1ff1..2fd4ee8e74 100644 --- a/examples/ip_pipeline/thread_fe.h +++ b/examples/ip_pipeline/thread_fe.h @@ -92,4 +92,10 @@ app_pipeline_disable(struct app_params *app, uint32_t hyper_th_id, uint32_t pipeline_id); +int +app_thread_headroom(struct app_params *app, + uint32_t core_id, + uint32_t socket_id, + uint32_t hyper_th_id); + #endif /* THREAD_FE_H_ */