[all-commits] [llvm/llvm-project] 6ee6b1: Make BPF stack size overridable

Niclas Hedam via All-commits all-commits at lists.llvm.org
Mon Apr 17 14:27:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ee6b197f5cd7a681e02e59edc43fb896c0d78b8
      https://github.com/llvm/llvm-project/commit/6ee6b197f5cd7a681e02e59edc43fb896c0d78b8
  Author: Niclas Hedam <niclas at hed.am>
  Date:   2023-04-18 (Tue, 18 Apr 2023)

  Changed paths:
    M llvm/lib/Target/BPF/BPFRegisterInfo.cpp

  Log Message:
  -----------
  Make BPF stack size overridable

With the emergence of TP 4091 for NVMe, eBPF can be used to offload programs to computational storage processors.
This change introduces the possibility of overriding the default stack size of 512 bytes for non-kernel runtime environments.

Reviewed By: yonghong-song, eddyz87

Differential Revision: https://reviews.llvm.org/D147707




More information about the All-commits mailing list