]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7'
authorAndrii Nakryiko <andrii@kernel.org>
Wed, 6 Oct 2021 17:58:34 +0000 (10:58 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 6 Oct 2021 19:34:03 +0000 (12:34 -0700)
commitef0b8539f5d775d6bcdca3a623f14f4642ba78de
treed6b57e0ba51373477c58bea70ec99e43e553913e
parent2ac2346ba50b6bca7b3b911fc75af70f43620c63
parent6c21568ba2c4a25ff0c5784b56b5bcd7aaa34483
Merge branch 'libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7'

Hengqi Chen says:

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

bpf_{map,program}__{prev,next} don't follow the libbpf API naming
convention. Deprecate them and replace them with a new set of APIs
named bpf_object__{prev,next}_{program,map}.

v1->v2: [0]
  * Addressed Andrii's comments

  [0]: https://patchwork.kernel.org/project/netdevbpf/patch/20210906165456.325999-1-hengqi.chen@gmail.com/
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>