replace alignment attributes
[dpdk.git] / drivers / net / tap / tap_bpf.h
index 9192686..f0b9fc7 100644 (file)
@@ -84,7 +84,7 @@ union bpf_attr {
                __u32           kern_version;
                __u32           prog_flags;
        };
-} __attribute__((aligned(8)));
+} __rte_aligned(8);
 
 #ifndef __NR_bpf
 # if defined(__i386__)