Re: [PATCH bpf-next] libbpf: replace size_t with __u32 in xsk interfaces

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello:

This patch was applied to bpf/bpf-next.git (refs/heads/master):

On Thu, 26 Nov 2020 10:37:35 +0100 you wrote:
> From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
> 
> Replace size_t with __u32 in the xsk interfaces that contain
> this. There is no reason to have size_t since the internal variable
> that is manipulated is a __u32. The following APIs are affected:
> 
> __u32 xsk_ring_prod__reserve(struct xsk_ring_prod *prod, __u32 nb,
>                              __u32 *idx)
> void xsk_ring_prod__submit(struct xsk_ring_prod *prod, __u32 nb)
> __u32 xsk_ring_cons__peek(struct xsk_ring_cons *cons, __u32 nb, __u32 *idx)
> void xsk_ring_cons__cancel(struct xsk_ring_cons *cons, __u32 nb)
> void xsk_ring_cons__release(struct xsk_ring_cons *cons, __u32 nb)
> 
> [...]

Here is the summary with links:
  - [bpf-next] libbpf: replace size_t with __u32 in xsk interfaces
    https://git.kernel.org/bpf/bpf-next/c/105c4e75feb4

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html





[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux