numam-dpdk/lib/librte_mbuf
Bruce Richardson 29d607db3c 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>
2015-07-16 16:47:52 +02:00
..
Makefile mk: add library version extension 2015-02-03 16:56:58 +01:00
rte_mbuf_version.map lib: remove redundant definition of local symbols 2015-06-29 18:57:32 +02:00
rte_mbuf.c mbuf: remove old packet type bit masks 2015-07-16 00:57:55 +02:00
rte_mbuf.h mbuf: clarify comment on adding Tx offload flags 2015-07-16 16:47:52 +02:00