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
littleBu
OpenXG-RAN
Commits
15fade44
Commit
15fade44
authored
May 23, 2024
by
Fredrik Molander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed p7 thread pinning
parent
52356554
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
nfapi/oai_integration/aerial/fapi_vnf_p5.c
nfapi/oai_integration/aerial/fapi_vnf_p5.c
+1
-8
No files found.
nfapi/oai_integration/aerial/fapi_vnf_p5.c
View file @
15fade44
...
...
@@ -55,14 +55,7 @@ void *aerial_vnf_nr_aerial_p7_start_thread(void *ptr)
void
*
aerial_vnf_nr_p7_thread_start
(
void
*
ptr
)
{
// set_thread_priority(79);
int
s
;
cpu_set_t
cpuset
;
CPU_SET
(
8
,
&
cpuset
);
s
=
pthread_setaffinity_np
(
pthread_self
(),
sizeof
(
cpu_set_t
),
&
cpuset
);
if
(
s
!=
0
)
printf
(
"failed to set afinity
\n
"
);
set_priority
(
79
);
pthread_attr_t
ptAttr
;
...
...
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