From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH v2 03/13] mbuf: move vxlan_cksum flag definition at the proper place Date: Tue, 18 Nov 2014 15:10:46 +0100 Message-ID: <546B5366.1050907@6wind.com> References: <1415635166-1364-1-git-send-email-olivier.matz@6wind.com> <1415984609-2484-1-git-send-email-olivier.matz@6wind.com> <1415984609-2484-4-git-send-email-olivier.matz@6wind.com> <2131099.vnRQzAWZnp@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Thomas Monjalon Return-path: In-Reply-To: <2131099.vnRQzAWZnp@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 simpler to understand. There is already a comment to explain > the reverse allocation of Tx flags. > > Thanks Sure, I'll do that in a separate commit. Olivier