From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ferruh.yigit@intel.com>
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id 20E531B1C3
 for <dev@dpdk.org>; Fri,  8 Dec 2017 22:10:10 +0100 (CET)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga004.fm.intel.com ([10.253.24.48])
 by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 08 Dec 2017 13:10:09 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.45,379,1508828400"; d="scan'208";a="10915482"
Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.68])
 ([10.241.225.68])
 by fmsmga004.fm.intel.com with ESMTP; 08 Dec 2017 13:10:09 -0800
To: Ravi Kumar <Ravi1.kumar@amd.com>, dev@dpdk.org
References: <1512047472-118050-1-git-send-email-Ravi1.kumar@amd.com>
 <1512047472-118050-16-git-send-email-Ravi1.kumar@amd.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <5a660248-2f4a-b4b3-39f8-f7a7226db82e@intel.com>
Date: Fri, 8 Dec 2017 13:10:09 -0800
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101
 Thunderbird/52.5.0
MIME-Version: 1.0
In-Reply-To: <1512047472-118050-16-git-send-email-Ravi1.kumar@amd.com>
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Subject: Re: [dpdk-dev] [PATCH 16/16] net/axgbe: add support for build
 32-bit mode
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 08 Dec 2017 21:10:11 -0000

On 11/30/2017 5:11 AM, Ravi Kumar wrote:

Can you please update axgbe.ini in this patch to add x86-32 support.

> Signed-off-by: Ravi Kumar <Ravi1.kumar@amd.com>
> ---
>  drivers/net/axgbe/axgbe_common.h    |  49 +++---
>  drivers/net/axgbe/axgbe_ethdev.c    |  10 +-
>  drivers/net/axgbe/axgbe_ethdev.h    |   8 +-
>  drivers/net/axgbe/axgbe_rxtx.c      |  12 +-
>  drivers/net/axgbe/axgbe_rxtx.h      |   4 +-

>  drivers/net/axgbe/axgbe_rxtx.h.orig | 307 ++++++++++++++++++++++++++++++++++++

This looks like git rebase artifact.

<...>