Home
last modified time | relevance | path

Searched hist:"197 a137290103993b33f93c90e788ab4984f103a" (Results 1 – 3 of 3) sorted by relevance

/qemu/tools/ebpf/
H A DMakefile.ebpf197a137290103993b33f93c90e788ab4984f103a Sun Dec 18 14:39:27 UTC 2022 Shreesh Adiga <16567adigashreesh@gmail.com> ebpf: fix compatibility with libbpf 1.0+

The current implementation fails to load on a system with
libbpf 1.0 and reports that legacy map definitions in 'maps'
section are not supported by libbpf v1.0+. This commit updates
the Makefile to add BTF (-g flag) and appropriately updates
the maps in rss.bpf.c and update the skeleton file in repo.

Signed-off-by: Shreesh Adiga <16567adigashreesh@gmail.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
H A Drss.bpf.c197a137290103993b33f93c90e788ab4984f103a Sun Dec 18 14:39:27 UTC 2022 Shreesh Adiga <16567adigashreesh@gmail.com> ebpf: fix compatibility with libbpf 1.0+

The current implementation fails to load on a system with
libbpf 1.0 and reports that legacy map definitions in 'maps'
section are not supported by libbpf v1.0+. This commit updates
the Makefile to add BTF (-g flag) and appropriately updates
the maps in rss.bpf.c and update the skeleton file in repo.

Signed-off-by: Shreesh Adiga <16567adigashreesh@gmail.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
/qemu/ebpf/
H A Drss.bpf.skeleton.h197a137290103993b33f93c90e788ab4984f103a Sun Dec 18 14:39:27 UTC 2022 Shreesh Adiga <16567adigashreesh@gmail.com> ebpf: fix compatibility with libbpf 1.0+

The current implementation fails to load on a system with
libbpf 1.0 and reports that legacy map definitions in 'maps'
section are not supported by libbpf v1.0+. This commit updates
the Makefile to add BTF (-g flag) and appropriately updates
the maps in rss.bpf.c and update the skeleton file in repo.

Signed-off-by: Shreesh Adiga <16567adigashreesh@gmail.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>