]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_member.c
replace packed attributes
[dpdk.git] / app / test / test_member.c
index 748ddcc266990ca8eab8a1d41737231069d694f7..40aa4c862760a81726d95be0bce979cad66bdb3f 100644 (file)
@@ -25,7 +25,7 @@ struct flow_key {
        uint16_t port_src;
        uint16_t port_dst;
        uint8_t proto;
-} __attribute__((packed));
+} __rte_packed;
 
 /* Set ID Macros for multimatch test usage */
 #define M_MATCH_S 1    /* Not start with 0 since by default 0 means no match */