net/mlx5: add VLAN push/pop DR commands to glue
[dpdk.git] / drivers / net / tap / tap_bpf.h
index 06e9509..9192686 100644 (file)
@@ -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__)