Commit 11f44cc2 authored by Fredrik Molander's avatar Fredrik Molander

changed fapi thread pinning

parent 336d92a0
......@@ -606,7 +606,7 @@ int stick_this_thread_to_core(int core_id)
void *epoll_recv_task(void *arg)
{
struct epoll_event ev, events[MAX_EVENTS];
stick_this_thread_to_core(10);
stick_this_thread_to_core(13);
LOG_D(NFAPI_VNF,"Aerial recv task start \n");
int epoll_fd = epoll_create1(0);
if (epoll_fd == -1) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment