[dpdk-dev] [PATCH v3 03/13] mbuf: reorder tx ol_flags

2014-11-25 Thread Thomas Monjalon
2014-11-20 23:58, Olivier Matz: > The tx mbuf flags are now ordered from the lowest value to the > the highest. Add comments to explain where to add new flags. > > By the way, move the PKT_TX_VXLAN_CKSUM at the right place. > > Signed-off-by: Olivier Matz Acked-by: Thomas Monjalon

[dpdk-dev] [PATCH v3 03/13] mbuf: reorder tx ol_flags

2014-11-20 Thread Olivier Matz
The tx mbuf flags are now ordered from the lowest value to the the highest. Add comments to explain where to add new flags. By the way, move the PKT_TX_VXLAN_CKSUM at the right place. Signed-off-by: Olivier Matz --- lib/librte_mbuf/rte_mbuf.h | 17 + 1 file changed, 9 insertions