X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Ftap%2Ftap_bpf.h;h=9192686a6a5b7f0a2e155add0f0a29afeedd8f3e;hb=1b4ce87dc5e6fada9dfb6ba09bfcb649988d311f;hp=06e95099a26933c04f2ca22cc60b30b5d03a6a9b;hpb=3eaad8e53084eb797a4ea994cc7275f75e67027c;p=dpdk.git diff --git a/drivers/net/tap/tap_bpf.h b/drivers/net/tap/tap_bpf.h index 06e95099a2..9192686a6a 100644 --- a/drivers/net/tap/tap_bpf.h +++ b/drivers/net/tap/tap_bpf.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 - * Copyright 2017 Mellanox Technologies, Ltd. + * Copyright 2017 Mellanox Technologies, Ltd */ #ifndef __TAP_BPF_H__ @@ -91,6 +91,8 @@ union bpf_attr { # define __NR_bpf 357 # elif defined(__x86_64__) # define __NR_bpf 321 +# elif defined(__arm__) +# define __NR_bpf 386 # elif defined(__aarch64__) # define __NR_bpf 280 # elif defined(__sparc__)