From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 0A2DBDE0 for ; Mon, 3 Apr 2017 16:07:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491228442; x=1522764442; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=C3mb964zWqtZQVdmirn/P+k6K1azYFj+ObTaHSxKk4k=; b=VrwU5FKF+nFfcDYYggdhBCtweODwarloUr7SHgdmkB9Vn1bN+cdzFXG0 o+ev277MmbNHyoyOVvIz7zDL07SLPw==; Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2017 07:06:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,270,1486454400"; d="scan'208";a="1150274682" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 03 Apr 2017 07:06:26 -0700 To: Jerin Jacob , dev@dpdk.org References: <1491227915-9410-1-git-send-email-jerin.jacob@caviumnetworks.com> Cc: allain.legacy@windriver.com From: Ferruh Yigit Message-ID: Date: Mon, 3 Apr 2017 15:06:26 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1491227915-9410-1-git-send-email-jerin.jacob@caviumnetworks.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/avp: fix build with non x86 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2017 14:07:22 -0000 On 4/3/2017 2:58 PM, Jerin Jacob wrote: > sys/io.h is an x86 specific header file and > AVP driver is not using any x86 specific IO > operation. Hence removing the sys/io.h reference > to fix the build issue on non x86 platforms. > > Fixes: 5567f9689cf8 ("net/avp: support driver registration") > > Signed-off-by: Jerin Jacob Squashed into relevant commit in next-net, thanks.