replace packed attributes
[dpdk.git] / app / test / test_efd.c
index a779a71..e3e5e30 100644 (file)
@@ -30,7 +30,7 @@ struct flow_key {
        uint16_t port_src;
        uint16_t port_dst;
        uint8_t proto;
-} __attribute__((packed));
+} __rte_packed;
 
 int efd_logtype_test;