On 26 Aug 2019, at 19:25, Kevin Laatz wrote: > 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.la...@intel.com> > Signed-off-by: Ciara Loftus <ciara.lof...@intel.com> Acked-by: Jonathan Lemon <jonathan.le...@gmail.com>
- [PATCH bpf-next v6 10/12] samples/bpf: add buffer recycling... Kevin Laatz
- [PATCH bpf-next v6 09/12] samples/bpf: add unaligned chunks... Kevin Laatz
- Re: [PATCH bpf-next v6 09/12] samples/bpf: add unalign... Jonathan Lemon
- [PATCH bpf-next v6 12/12] doc/af_xdp: include unaligned chu... Kevin Laatz
- [PATCH bpf-next v6 11/12] samples/bpf: use hugepages in xdp... Kevin Laatz
- [PATCH bpf-next v6 05/12] ixgbe: modify driver for handling... Kevin Laatz
- Re: [PATCH bpf-next v6 05/12] ixgbe: modify driver for... Jonathan Lemon
- [PATCH bpf-next v6 07/12] net/mlx5e: Allow XSK frames small... Kevin Laatz
- Re: [PATCH bpf-next v6 07/12] net/mlx5e: Allow XSK fra... Jonathan Lemon
- [PATCH bpf-next v6 08/12] libbpf: add flags to umem config Kevin Laatz
- Re: [PATCH bpf-next v6 08/12] libbpf: add flags to ume... Jonathan Lemon
- [PATCH bpf-next v6 01/12] i40e: simplify Rx buffer recycle Kevin Laatz
- Re: [PATCH bpf-next v6 01/12] i40e: simplify Rx buffer... Jonathan Lemon
- [PATCH bpf-next v6 04/12] i40e: modify driver for handling ... Kevin Laatz
- Re: [PATCH bpf-next v6 04/12] i40e: modify driver for ... Jonathan Lemon
- [PATCH bpf-next v6 02/12] ixgbe: simplify Rx buffer recycle Kevin Laatz
- Re: [PATCH bpf-next v6 02/12] ixgbe: simplify Rx buffe... Jonathan Lemon
- [PATCH bpf-next v6 03/12] xsk: add support to allow unalign... Kevin Laatz
- Re: [PATCH bpf-next v6 03/12] xsk: add support to allo... Jonathan Lemon
- [PATCH bpf-next v6 06/12] mlx5e: modify driver for handling... Kevin Laatz
- Re: [PATCH bpf-next v6 06/12] mlx5e: modify driver for... Jonathan Lemon