replace packed attributes
[dpdk.git] / examples / ipsec-secgw / ipsec.h
index f8f29f9..1f264c0 100644 (file)
@@ -255,7 +255,7 @@ struct cnt_blk {
        uint32_t salt;
        uint64_t iv;
        uint32_t cnt;
-} __attribute__((packed));
+} __rte_packed;
 
 /* Socket ctx */
 extern struct socket_ctx socket_ctx[NB_SOCKETS];