mbuf: clarify comment on adding Tx offload flags
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 9 Jul 2015 13:22:39 +0000 (14:22 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 16 Jul 2015 14:47:52 +0000 (16:47 +0200)
commit29d607db3cb46dcb9a05f5326c19acb61951e5e3
tree18d477c9f038e85270e2cfc3953e38a51756620b
parent53dbab96d5ecccd7662f4de3c17030ea3e11cda2
mbuf: clarify comment on adding Tx offload flags

The comment for TX offload flags stated that those flags started at bit
55 and then were added to the right of that, leaving 8 bits reserved for
generic mbuf (i.e. non-offload) use. This comment may not have been
clear as 5 of the 8 flags which were reserved have now been used for TX
offloads.
This patch:
* updates the description so that it now reflects reality that
only three flags are available for generic mbuf use
* reserved the final generic flag so that it can't be taken over for TX
offload in future
* clarifies the comment for TX flags to indicate that they should be
counting downwards not upwards.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_mbuf/rte_mbuf.h