git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
578cca4
)
mbuf: comment for ctrl mbuf flag
author
Bruce Richardson
<bruce.richardson@intel.com>
Fri, 3 Oct 2014 15:36:52 +0000
(16:36 +0100)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Wed, 8 Oct 2014 12:45:36 +0000
(14:45 +0200)
Add in a doxygen comment for the ctrl mbuf flag definition.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_mbuf/rte_mbuf.h
patch
|
blob
|
history
diff --git
a/lib/librte_mbuf/rte_mbuf.h
b/lib/librte_mbuf/rte_mbuf.h
index
5fb0951
..
ddadc21
100644
(file)
--- a/
lib/librte_mbuf/rte_mbuf.h
+++ b/
lib/librte_mbuf/rte_mbuf.h
@@
-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