]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/packet_classif_access_ctrl.rst
replace packed attributes
[dpdk.git] / doc / guides / prog_guide / packet_classif_access_ctrl.rst
index 2945eacf55b60b6e7db23904022ad78b8566cdc0..0345512b9ec60a54430c79374f49968b5a330c87 100644 (file)
@@ -161,7 +161,7 @@ To define classification for the IPv6 2-tuple: <protocol, IPv6 source address> o
         uint8_t hop_limits;    /* Hop limits. */
         uint8_t src_addr[16];  /* IP address of source host. */
         uint8_t dst_addr[16];  /* IP address of destination host(s). */
-    } __attribute__((__packed__));
+    } __rte_packed;
 
 The following array of field definitions can be used: