1. 02 Mar, 2021 1 commit
  2. 25 Feb, 2021 2 commits
  3. 18 Feb, 2021 1 commit
  4. 03 Feb, 2021 2 commits
    • Henning Schild's avatar
      runtime: add numa support to hugepage allocation script · 75130a65
      Henning Schild authored
      
      
      Dpdk likes its memory on the same numa node where the nics are
      connected. When allocating hugepages using the central point or the
      kernel commandline, they will be spread evenly across the numa nodes.
      Which could lead to having to allocate double what you actually want
      only to make sure a certain numa node gets what you really wanted.
      
      This patch allows users to provide a space separated string when they
      actually want to control allocations per node. It uses the same
      variables and is backward compatible.
      
      Signed-off-by: default avatarHenning Schild <henning.schild@siemens.com>
      75130a65
    • Henning Schild's avatar
      runtime: add switch to prevent freeing of already allocated hugepages · 9a1b5d89
      Henning Schild authored
      
      
      The scripts might not solve all hugepages related problems and users
      might have other allocation mechanisms in place. In fact that is even
      suggested in the comments of the config file, should setups become more
      complex.
      
      In such complex setups it might not always be correct to reduce the
      number of hugepages. So create a way to control that and keep the old
      default.
      
      Signed-off-by: default avatarHenning Schild <henning.schild@siemens.com>
      9a1b5d89
  5. 10 Jan, 2021 3 commits
  6. 07 Jan, 2021 2 commits
  7. 18 Dec, 2020 3 commits
  8. 01 Dec, 2020 2 commits
  9. 30 Nov, 2020 11 commits
  10. 27 Nov, 2020 13 commits