[dpdk-dev] [PATCH v2 03/13] mbuf: move vxlan_cksum flag definition at the proper place

2014-11-18 Thread Olivier MATZ
Hi Thomas, On 11/17/2014 11:05 PM, Thomas Monjalon wrote: > 2014-11-14 18:03, Olivier Matz: >> The tx mbuf flags are ordered from the highest value to the >> the lowest. Move the PKT_TX_VXLAN_CKSUM at the right place. > > Please, could you reorder them from the lowest to the highest? > It will be

[dpdk-dev] [PATCH v2 03/13] mbuf: move vxlan_cksum flag definition at the proper place

2014-11-17 Thread Thomas Monjalon
2014-11-14 18:03, Olivier Matz: > The tx mbuf flags are ordered from the highest value to the > the lowest. Move the PKT_TX_VXLAN_CKSUM at the right place. Please, could you reorder them from the lowest to the highest? It will be simpler to understand. There is already a comment to explain the rev

[dpdk-dev] [PATCH v2 03/13] mbuf: move vxlan_cksum flag definition at the proper place

2014-11-14 Thread Olivier Matz
The tx mbuf flags are ordered from the highest value to the the lowest. Move the PKT_TX_VXLAN_CKSUM at the right place. Signed-off-by: Olivier Matz Acked-by: Bruce Richardson --- lib/librte_mbuf/rte_mbuf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_mbuf/r