- Jun 27, 2024
-
-
Bartosz Podrygajlo authored
-
- Aug 11, 2023
-
-
Robert Schmidt authored
The thread pool provides user data to be stored by (pre-)allocating the necessary memory. A previous attempt was made to have this user data aligned on a 32 byte boundary (e.g., to prevent segfault with SIMD instructions, or avoid inefficient data access); the current implementation, however, leads to unaligned memory access. This patch attempts again to implement user data to be 32 byte aligned. First, use memalign() to allocate the actual job on a 32 byte boundary. Second, use alignas(32) to align the pointer to the user data to be aligned to 32 bytes. Since it is the last member of the struct, this ensures that user data, which is allocated right behind it, will be aligned to 32 bytes as well.
-
- Jun 12, 2023
-
-
Thomas Laurent authored
-
- Apr 03, 2023
-
-
Sakthivel Velumani authored
-
- Mar 09, 2023
-
-
-
traceFd of thread pool can be: * -1: no tracing * valid file descriptor/>0: tracing
-
-
Francesco Mani authored
-
- Nov 25, 2022
-
-
Robert Schmidt authored
-
- Nov 21, 2022
-
-
Robert Schmidt authored
-
- Sep 02, 2022
-
-
laurent authored
fix segv fix bug redeclaration of same struct in phy sim Apply 1 suggestion(s) to 1 file(s) code reveiw comments
-
- Aug 16, 2022
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
This stops all ongoing threads (using pthread_join()), and marks FIFOs to not block anymore. In this case, returned messages will be NULL.
-
Robert Schmidt authored
-
- Aug 04, 2022
-
-
Sagar Parsawar authored
-
- Mar 14, 2022
-
-
Thomas Schlichter authored
found by valdgrind in nr_dlsim
-
- Mar 01, 2022
-
-
Robert Schmidt authored
-
- Feb 28, 2022
-
-
Robert Schmidt authored
-
- Feb 25, 2022
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- Jan 05, 2022
-
-
Luis Pereira authored
This reverts commit 29268d0a.
-
- Dec 24, 2021
-
-
Luis Pereira authored
This reverts commit 96554bef
-
- Nov 11, 2021
-
-
knopp authored
step-by-step merging from tx-proc-optim-lts. Everything except NR_TRANSPORT merged. Some issues with 64QAM modulation
-
- Sep 21, 2021
-
-
Thomas Laurent authored
-
- Apr 13, 2021
-
-
Thomas Laurent authored
-
- Jan 08, 2021
- Dec 23, 2020
-
-
frtabu authored
-
- Dec 07, 2020
-
-
frtabu authored
-
- Dec 01, 2020
-
-
knopp authored
-
- Jun 01, 2020
-
- Apr 29, 2020
-
-
Thomas Laurent authored
-
- Mar 06, 2020
-
-
Thomas Laurent authored
-
- Feb 06, 2020
-
-
Thomas Laurent authored
-
- Nov 19, 2019
-
-
Thomas Laurent authored
fix important bug in CU, merge thread pool improvement and rf simulator improvements made initialy in 5G branch
-