From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174]) by dpdk.org (Postfix) with ESMTP id D73A31F3 for ; Mon, 30 Sep 2013 11:23:49 +0200 (CEST) Received: by mail-we0-f174.google.com with SMTP id q58so5176662wes.5 for ; Mon, 30 Sep 2013 02:24:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:organization:to:subject:date:user-agent :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=UwH12yKSRaUIPiF/fXYTEpHw7Qx0PIm+Mg8+i8m37Rs=; b=ZrWBncXI8/w4ONuk8hr8uTM2tIQ+yS8wR7mN6lxMfbeZS1VldLm262h/Gafkq+mEEM iG+ldXN1tifc+k3ezPZQrQS4kE0ew0sXX63T2GlhGs3RJKgisbQnZRoIu7+/ZfNQFq+H I2CTPHsZ0/rbokSseSTbYzLxMyV/Ry/KFuM5dPSJ4FlfdAAKQfPvxbNsNxKlqgBJbX9x aDcWC7MR3Q8Ez1de8VAqmQn7AqVzFmsxphJ/4q5iInmpSJO6DArz5F8s5JW7913fzXt1 u/hxhfCDsqOC/q15Pk/OL1aOeEKafJm010DxSxt8UR7ADv6jOQOfdjoWCXvKCq3W5hdM 3RgA== X-Gm-Message-State: ALoCoQleTCM7+KUq/GVWhen7MrqUb1BIhJnfQqAxfDnonj1zORHCK5aPfNog6BwM3KEld0Ui9O1a X-Received: by 10.194.122.33 with SMTP id lp1mr528472wjb.56.1380533071985; Mon, 30 Sep 2013 02:24:31 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id ey2sm24044840wib.5.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 30 Sep 2013 02:24:31 -0700 (PDT) From: Thomas Monjalon Organization: 6WIND To: dev@dpdk.org Date: Mon, 30 Sep 2013 11:24:30 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <1380531353-23482-1-git-send-email-thomas.monjalon@6wind.com> <52493F4E.6060005@6wind.com> In-Reply-To: <52493F4E.6060005@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201309301124.30955.thomas.monjalon@6wind.com> Subject: Re: [dpdk-dev] [vmxnet3-usermap 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:23:50 -0000 30/09/2013 11:07, Damien Millescamps : > 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 pushed -- Thomas