Searched hist:"10 d30e301732636d93d7dcd2e0e6cd34d0454509" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/include/uapi/linux/ |
H A D | if_xdp.h | diff 10d30e301732636d93d7dcd2e0e6cd34d0454509 Mon Aug 26 21:25:27 CDT 2019 Kevin Laatz <kevin.laatz@intel.com> libbpf: add flags to umem config
This patch adds a 'flags' field to the umem_config and umem_reg structs. This will allow for more options to be added for configuring umems.
The first use for the flags field is to add a flag for unaligned chunks mode. These flags can either be user-provided or filled with a default.
Since we change the size of the xsk_umem_config struct, we need to version the ABI. This patch includes the ABI versioning for xsk_umem__create. The Makefile was also updated to handle multiple function versions in check-abi.
Signed-off-by: Kevin Laatz <kevin.laatz@intel.com> Signed-off-by: Ciara Loftus <ciara.loftus@intel.com> Acked-by: Jonathan Lemon <jonathan.lemon@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|
/openbmc/linux/tools/lib/bpf/ |
H A D | Makefile | diff 10d30e301732636d93d7dcd2e0e6cd34d0454509 Mon Aug 26 21:25:27 CDT 2019 Kevin Laatz <kevin.laatz@intel.com> libbpf: add flags to umem config
This patch adds a 'flags' field to the umem_config and umem_reg structs. This will allow for more options to be added for configuring umems.
The first use for the flags field is to add a flag for unaligned chunks mode. These flags can either be user-provided or filled with a default.
Since we change the size of the xsk_umem_config struct, we need to version the ABI. This patch includes the ABI versioning for xsk_umem__create. The Makefile was also updated to handle multiple function versions in check-abi.
Signed-off-by: Kevin Laatz <kevin.laatz@intel.com> Signed-off-by: Ciara Loftus <ciara.loftus@intel.com> Acked-by: Jonathan Lemon <jonathan.lemon@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|
H A D | libbpf.map | diff 10d30e301732636d93d7dcd2e0e6cd34d0454509 Mon Aug 26 21:25:27 CDT 2019 Kevin Laatz <kevin.laatz@intel.com> libbpf: add flags to umem config
This patch adds a 'flags' field to the umem_config and umem_reg structs. This will allow for more options to be added for configuring umems.
The first use for the flags field is to add a flag for unaligned chunks mode. These flags can either be user-provided or filled with a default.
Since we change the size of the xsk_umem_config struct, we need to version the ABI. This patch includes the ABI versioning for xsk_umem__create. The Makefile was also updated to handle multiple function versions in check-abi.
Signed-off-by: Kevin Laatz <kevin.laatz@intel.com> Signed-off-by: Ciara Loftus <ciara.loftus@intel.com> Acked-by: Jonathan Lemon <jonathan.lemon@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|