An error occurred fetching the project authors.
  1. 05 Jun, 2024 1 commit
    • Robert Schmidt's avatar
      Allocate sufficient buffers for 1x1 config · 98e9129d
      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
      98e9129d
  2. 09 Apr, 2024 1 commit
  3. 09 Feb, 2024 1 commit
  4. 23 Jan, 2024 1 commit