From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Millescamps Subject: Re: [PATCH] pmd: use byte ordering functions from dpdk Date: Mon, 30 Sep 2013 11:07:26 +0200 Message-ID: <52493F4E.6060005@6wind.com> References: <1380531353-23482-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1380531353-23482-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> 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" On 09/30/2013 10:55 AM, Thomas Monjalon wrote: > CPU should always use little endian on Intel > but it is more consistent to use DPDK macros. > > Signed-off-by: Thomas Monjalon > --- > pmd/vmx_user.h | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) Acked-by: Damien Millescamps