Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
spbro
OpenXG-RAN
Commits
e8ca1204
Commit
e8ca1204
authored
Apr 25, 2024
by
Matilde Costa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rlc/pdcp threads with -1 affinity
parent
e9ff5961
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair2/LAYER2/nr_pdcp/nr_pdcp_oai_api.c
openair2/LAYER2/nr_pdcp/nr_pdcp_oai_api.c
+2
-2
No files found.
openair2/LAYER2/nr_pdcp/nr_pdcp_oai_api.c
View file @
e8ca1204
...
...
@@ -152,7 +152,7 @@ static void init_nr_rlc_data_req_queue(void)
exit(1);
}*/
threadCreate
(
&
t
,
rlc_data_req_thread
,
NULL
,
"rlc_data_req_thread"
,
7
,
OAI_PRIORITY_RT_MAX
-
1
);
threadCreate
(
&
t
,
rlc_data_req_thread
,
NULL
,
"rlc_data_req_thread"
,
-
1
,
OAI_PRIORITY_RT_MAX
-
1
);
}
static
void
enqueue_rlc_data_req
(
const
protocol_ctxt_t
*
const
ctxt_pP
,
...
...
@@ -519,7 +519,7 @@ static void start_pdcp_tun_ue(void)
LOG_E(PDCP, "%s:%d:%s: fatal\n", __FILE__, __LINE__, __FUNCTION__);
exit(1);
}*/
threadCreate
(
&
t
,
ue_tun_read_thread
,
NULL
,
"ue_tun_read_thread"
,
7
,
OAI_PRIORITY_RT_MAX
-
1
);
threadCreate
(
&
t
,
ue_tun_read_thread
,
NULL
,
"ue_tun_read_thread"
,
-
1
,
OAI_PRIORITY_RT_MAX
-
1
);
}
/****************************************************************************/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment