]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/tap/tap_rss.h
net/mlx5: workaround drop action with old kernel
[dpdk.git] / drivers / net / tap / tap_rss.h
index 17606b2d6ed1e00db708b2b22374e039e4b9444a..176e7180bdaaeaea2918f7f1e7e093183489572e 100644 (file)
@@ -35,6 +35,6 @@ struct rss_key {
        __u32 key_size;
        __u32 queues[TAP_MAX_QUEUES];
        __u32 nb_queues;
-} __attribute__((packed));
+} __rte_packed;
 
 #endif /* _TAP_RSS_H_ */