From patchwork Thu Sep 14 03:00:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jianbo Liu X-Patchwork-Id: 112493 Delivered-To: patch@linaro.org Received: by 10.140.106.117 with SMTP id d108csp264407qgf; Wed, 13 Sep 2017 20:01:17 -0700 (PDT) X-Google-Smtp-Source: AOwi7QDD19sb4SZkJJT3fd8z29V9GEJTGn9xYS7wCsCdbzCMKIldw/ufdu8nQ4hP1SoK7jmTjBQw X-Received: by 10.28.66.16 with SMTP id p16mr564807wma.11.1505358077387; Wed, 13 Sep 2017 20:01:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1505358077; cv=none; d=google.com; s=arc-20160816; b=NJBiRh8bZWHxXndBBSpLtRL11h0gPSsWIKrgsYS/LcHG6n4mftp/iokpawABsgZPXU lVUy65Bzwa0oTHayRcOkC59A3PpHqUdoVf6+5uSmSixA6qkJ1jb1eS7Cm8BNPh46t+2Y kd/gjqeT4OckX++XhRrBEG80fabJdBOduniqDPPs+s02OJfCyYonE5AyrRflADIRxCbo +tmJgoTlPnLZsR8zUr12gwj0fJt+aM1koa4INn3t+tyc7U4BfRQ+sxk20cg0iwrosGrc E4Et0sE08hiu3VfPe7rjUpgaxLUTA3RImFyWbxTeVL+v5eUrkeCaJdWnNMgi/68D8Ubf arcw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:subject:message-id:date:cc:to :from:arc-authentication-results; bh=7iJRPZV4JCmJqR2B7yaezgcH0P184o3zfXVb09Y4rwg=; b=tMWPRXVYrAS/c7je3Spo9nMJry1/csz8j81f1yK9s7bOpX0ygoNtCZIn4nGhyZ+S96 oZhECsCzzGCn4F7gcXXtrOVEDSyPlF4UvpEez3FFFncYE2H8kw9F+JtoLixY4wv3mmzG PovTdMnZjdLBSr3v6dHZ1dv/OIuxSnnh8tSRpn4Bu7tzuYzo/YElS/hdT7gB2kpkpv24 0CVkyxSIlTP/gr8tObCNd+ViMKeg/Tx754tjhb/ZZn+jhmHiD0L2O8r2QU9aYCQhQYUI IZJV/Z+L5PK+/p3dq7pMLF2wqhg4EA1A5uTLHhhRgdeXSLoexK2lhzjwxuOREtHlBLcb Xntw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Return-Path: Received: from dpdk.org (dpdk.org. [92.243.14.124]) by mx.google.com with ESMTP id a133si397927wmd.104.2017.09.13.20.01.17; Wed, 13 Sep 2017 20:01:17 -0700 (PDT) Received-SPF: pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) client-ip=92.243.14.124; Authentication-Results: mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 276451B1C2; Thu, 14 Sep 2017 05:01:16 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by dpdk.org (Postfix) with ESMTP id 27E701B1B4 for ; Thu, 14 Sep 2017 05:01:15 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 5A7DB1435; Wed, 13 Sep 2017 20:01:14 -0700 (PDT) Received: from ubuntu-jianbo.shanghai.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 8096E3F578; Wed, 13 Sep 2017 20:01:13 -0700 (PDT) From: Jianbo Liu To: dev@dpdk.org Cc: jerin.jacob@caviumnetworks.com, Jianbo Liu Date: Thu, 14 Sep 2017 11:00:03 +0800 Message-Id: <1505358003-29267-1-git-send-email-jianbo.liu@linaro.org> X-Mailer: git-send-email 1.9.1 Subject: [dpdk-dev] [PATCH] config: enable igb_uio on arm64 platform 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The kernel patch was merged to support pci resource mapping. https://patchwork.kernel.org/patch/9677441/ So enable igu_uio in the default arm64 configuration. Signed-off-by: Jianbo Liu --- config/common_armv8a_linuxapp | 2 -- 1 file changed, 2 deletions(-) -- 1.9.1 Acked-by: Jerin Jacob diff --git a/config/common_armv8a_linuxapp b/config/common_armv8a_linuxapp index 880313a..6732d1e 100644 --- a/config/common_armv8a_linuxapp +++ b/config/common_armv8a_linuxapp @@ -44,8 +44,6 @@ CONFIG_RTE_FORCE_INTRINSICS=y # to address minimum DMA alignment across all arm64 implementations. CONFIG_RTE_CACHE_LINE_SIZE=128 -CONFIG_RTE_EAL_IGB_UIO=n - CONFIG_RTE_LIBRTE_FM10K_PMD=n CONFIG_RTE_LIBRTE_SFC_EFX_PMD=n CONFIG_RTE_LIBRTE_AVP_PMD=n