]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Make BPF skeleton easier to use from C++ code'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 15 Feb 2022 17:59:01 +0000 (09:59 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 15 Feb 2022 17:59:02 +0000 (09:59 -0800)
commit426ca516a0b16258ab8a89a7dc943a03febbd11d
treee0c190cad0dc273b1d371bf8b8d567a9ee657b5e
parent28d8760f6424e2fa7513624ed92a95b46b2f80af
parent525edf5cd59f7f856c260d3be1af0088faae8bd7
Merge branch 'Make BPF skeleton easier to use from C++ code'

Andrii Nakryiko says:

====================

Add minimal C++-specific additions to BPF skeleton codegen to facilitate
easier use of C skeletons in C++ applications. These additions don't add any
extra ongoing maintenance and allows C++ users to fit pure C skeleton better
into their C++ code base. All that without the need to design, implement and
support a separate C++ BPF skeleton implementation.

v1->v2:
  - use default argument values in T::open() (Alexei).
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>