Re: [PATCH v2 bpf-next] samples/bpf: xdpsock: order memory on AArch64

From: Daniel Borkmann
Date: Thu Jul 26 2018 - 21:48:55 EST


On 07/25/2018 11:08 PM, Brian Brooks wrote:
> Define u_smp_rmb() and u_smp_wmb() to respective barrier instructions.
> This ensures the processor will order accesses to queue indices against
> accesses to queue ring entries.
>
> Signed-off-by: Brian Brooks <brian.brooks@xxxxxxxxxx>

Applied to bpf-next, thanks Brian!