]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_mbuf/rte_mbuf.h
mbuf: comment for ctrl mbuf flag
[dpdk.git] / lib / librte_mbuf / rte_mbuf.h
index 5fb09514ab646a73b2f3f6f5b1c598eb2d77bdbf..ddadc215459b242fc9f46a49f5716ceead53826e 100644 (file)
@@ -115,7 +115,7 @@ extern "C" {
 #define PKT_TX_IEEE1588_TMST (1ULL << 51) /**< TX IEEE1588 packet to timestamp. */
 
 /* Use final bit of flags to indicate a control mbuf */
-#define CTRL_MBUF_FLAG       (1ULL << 63)
+#define CTRL_MBUF_FLAG       (1ULL << 63) /**< Mbuf contains control data */
 
 /**
  * Bit Mask to indicate what bits required for building TX context