Searched hist:f74a53d9a567f6bc6f6d8460e84c76bd2a45d016 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/bpf/bpftool/ |
H A D | prog.c | diff f74a53d9a567f6bc6f6d8460e84c76bd2a45d016 Wed Feb 27 21:04:12 CST 2019 Jakub Kicinski <jakub.kicinski@netronome.com> tools: libbpf: add a correctly named define for map iteration
For historical reasons the helper to loop over maps in an object is called bpf_map__for_each while it really should be called bpf_object__for_each_map. Rename and add a correctly named define for backward compatibility.
Switch all in-tree users to the correct name (Quentin).
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.h | diff f74a53d9a567f6bc6f6d8460e84c76bd2a45d016 Wed Feb 27 21:04:12 CST 2019 Jakub Kicinski <jakub.kicinski@netronome.com> tools: libbpf: add a correctly named define for map iteration
For historical reasons the helper to loop over maps in an object is called bpf_map__for_each while it really should be called bpf_object__for_each_map. Rename and add a correctly named define for backward compatibility.
Switch all in-tree users to the correct name (Quentin).
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|
H A D | libbpf.c | diff f74a53d9a567f6bc6f6d8460e84c76bd2a45d016 Wed Feb 27 21:04:12 CST 2019 Jakub Kicinski <jakub.kicinski@netronome.com> tools: libbpf: add a correctly named define for map iteration
For historical reasons the helper to loop over maps in an object is called bpf_map__for_each while it really should be called bpf_object__for_each_map. Rename and add a correctly named define for backward compatibility.
Switch all in-tree users to the correct name (Quentin).
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|