From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 3F4E76896 for ; Mon, 30 Sep 2013 11:06:44 +0200 (CEST) Received: by mail-wg0-f53.google.com with SMTP id x12so4841803wgg.32 for ; Mon, 30 Sep 2013 02:07:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Vb9msTzi6Hweqkl+Qdubt9Ey6F90mZULapUEyOycrNs=; b=QwIuJLlpZUqxJHXZrGXLqrNz1SXvgZQKCd+X9rT5C2OUl5/ui3JrsjaDbEXWokjL+9 WP32IgVI37czESxFKz2qtLsN5xPeDsr+8AmMTc6x9BnPG/0jyoQn4/C/vbpoCpptP0Vo erXlsL29BWjN1RwVchAOcyGQE++1aVASncdQp+x2K2eci4Ogcp4kGiPKTEh0UaRu6m/F xyik5Azd3CbW/soNzVoYZ1YJJ8E7PevhaY2yY5wKYYjDoytTng9D4xO/I5sEjuaLjohQ kE8GZs8p8RnIDHICdQOHD79fetYNbJ6QRUY07iKx8WER9NPduJV8WlQ1WsvgS4ks8rHW jkKQ== X-Gm-Message-State: ALoCoQl0ei9AqxfIOwzLS9m+AH98Lw02cpm3d55/cHzUzPGEp1KAD+SryMDhWh64oClZU2RmsKen X-Received: by 10.180.72.226 with SMTP id g2mr12886260wiv.52.1380532046350; Mon, 30 Sep 2013 02:07:26 -0700 (PDT) Received: from [10.16.0.97] (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id d11sm23897781wic.4.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 30 Sep 2013 02:07:24 -0700 (PDT) Message-ID: <52493F4E.6060005@6wind.com> Date: Mon, 30 Sep 2013 11:07:26 +0200 From: Damien Millescamps User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: dev@dpdk.org References: <1380531353-23482-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1380531353-23482-1-git-send-email-thomas.monjalon@6wind.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] pmd: use byte ordering functions from dpdk X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2013 09:06:44 -0000 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