An error occurred fetching the project authors.
- 05 Jun, 2024 1 commit
-
-
Robert Schmidt authored
xran's xran_bm_init() uses rte_pktmbuf_pool_create() to allocate DPDK buffers. For a 1x1 configuration, the number of buffers might be too small, and rte_pktmbuf_pool_create() might fail. This commit ensures that we increase the number of buffers to have enough even in a 1x1 configuration. This works by chosing the next power of two, which is recommended as per DPDK documentation. Closes-Bug: #750
-
- 09 Apr, 2024 1 commit
-
-
francescomani authored
-
- 09 Feb, 2024 1 commit
-
-
Robert Schmidt authored
Force the CPU affinity for ru_thread explicitly to ru_thread_core. It is already done via threadCreate(), but force again as per change request. Delete commented 7.2 code that did the equivalent. We cannot set it in the driver, as we don't have access to variable ru->ru_thread_core. Closes: #732 (suggestion 2) Suggested-by:
Andrew Sergeev <andrew.sergeev@adtran.com>
-
- 23 Jan, 2024 1 commit
-
-
Robert Schmidt authored
- Add the O-RAN 7.2 FHI library, interfacing with OSC xRAN library (E release) - Add Findxran.cmake to detect the library and headers, including version information - Test for numa and DPDK presence - Add patch for OSC xRAN to make interworking possible - Add sample config files for LiteOn, Benetel, and VVDN units. Documentation is provided in the next commit. Co-authored-by:
Raymond Knopp <raymond.knopp@eurecom.fr> Co-authored-by:
Cedric Roux <cedric.roux@eurecom.fr> Co-authored-by:
Manish Kumar Singh <manish1.kumar@amd.com> Co-authored-by:
thamizhselvan.k <thamizhselvan.k@vvdntech.in> Co-authored-by:
rajeshwari.p <rajeshwari.p@vvdntech.in> Co-authored-by:
Hongzhi Wang <hongzhi.wang@openairinterface.org> Co-authored-by:
Sofia Pison <Sofia.Pison@eurecom.fr>
-