Merge tag 'upstream/16.11.9' into 16.11.x
[deb_dpdk.git] / lib / librte_hash / rte_cuckoo_hash.h
index 1b8ffed..dae3f4a 100644 (file)
@@ -161,7 +161,7 @@ struct rte_hash_key {
        };
        /* Variable key size */
        char key[0];
-} __attribute__((aligned(KEY_ALIGNMENT)));
+};
 
 /* All different signature compare functions */
 enum rte_hash_sig_compare_function {