From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw0-f179.google.com (mail-yw0-f179.google.com [209.85.161.179]) by dpdk.org (Postfix) with ESMTP id EFD3868F5 for ; Thu, 12 May 2016 04:01:05 +0200 (CEST) Received: by mail-yw0-f179.google.com with SMTP id j74so60506624ywg.1 for ; Wed, 11 May 2016 19:01:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=9dezh+r46Yk4fU5yhkGqZK61vs4aRXAUFvzH+ZTtmFE=; b=RZgLftD0aabkHzX7GRszHmn194N0LqaXKKYlh1isQmB4W3Qck/xJlcBQlcx2H1EWYr EWMNW3W+W7PaN19SdJtdZhXj4K8QlioElSdum4dFE/GvDCwf6GJSRnoQ2Ng73sUJ2JH1 qhkTiwt8uznF65ibLl2c20Xmlax2Rll8OB4B4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=9dezh+r46Yk4fU5yhkGqZK61vs4aRXAUFvzH+ZTtmFE=; b=XOBlGOONttSYOO2f8um8GeVzejm1vCbtR9joknIiHPrqxyH7Cld1dp1Tg21w+DgRYv 7vEzLUS3V6x1rS3GTHlN5X9UTVl7YlaouF55p9oFbL072hsfj4R75a8xxm5K6bBxSauF ADLT6f7fh5yCtpt+kgFGUC1uq8D5wh+k1OIfUdR53BvRzOgX+JNo1nWtc2WjOeWjeLtz Y7TRhUJ5aRDn4mRfZV8rxCujHkmvcdltduJKVKMo4iZKhqvTcG6xmQ536eOmRWiLtUlr ZpoZUkbdss0z4wJ/CkQYMKLYBiWORTSBha+1kXE9SWr5qt5puOe+TzjuF1Xpp8h31JZl sviQ== X-Gm-Message-State: AOPr4FUIz0WPoJfXZxFocoTVAEmvgw5qDfUwuEFCPbq0S8FBFzIz0IPLHck4B6k2hkwlZ1ANEI8o2wCJmonbdHjR MIME-Version: 1.0 X-Received: by 10.129.82.131 with SMTP id g125mr3338121ywb.214.1463018465429; Wed, 11 May 2016 19:01:05 -0700 (PDT) Received: by 10.37.223.2 with HTTP; Wed, 11 May 2016 19:01:05 -0700 (PDT) In-Reply-To: <20160511112559.69dcff13@xeon-e3> References: <1462974479-26180-1-git-send-email-hemant.agrawal@nxp.com> <20160511082259.42905f98@xeon-e3> <20160511170215.GA1637@localhost.localdomain> <20160511112559.69dcff13@xeon-e3> Date: Thu, 12 May 2016 10:01:05 +0800 Message-ID: From: Jianbo Liu To: Stephen Hemminger Cc: Jerin Jacob , Hemant Agrawal , dev@dpdk.org, santosh.shukla@caviumnetworks.com, Thomas Monjalon Content-Type: text/plain; charset=UTF-8 Subject: Re: [dpdk-dev] [PATCHv3 1/2] config/armv8a: disable igb_uio 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: Thu, 12 May 2016 02:01:06 -0000 On 12 May 2016 at 02:25, Stephen Hemminger wrote: > On Wed, 11 May 2016 22:32:16 +0530 > Jerin Jacob wrote: > >> On Wed, May 11, 2016 at 08:22:59AM -0700, Stephen Hemminger wrote: >> > On Wed, 11 May 2016 19:17:58 +0530 >> > Hemant Agrawal wrote: >> > >> > > IGB_UIO not supported for arm64 arch in kernel so disable. >> > > >> > > Signed-off-by: Hemant Agrawal >> > > Reviewed-by: Santosh Shukla >> > >> > Really, I have use IGB_UIO on ARM64 >> >> May I know what is the technical use case for igb_uio on arm64 >> which cannot be addressed through vfio or vfioionommu. > > I was running on older kernel which did not support vfioionommu mode. As I said, most of DPDK developers are not kernel developers. They may have their own kernel tree, and couldn't like to upgrade to latest kernel. They can choose to use or not use igb_uio when binding the driver. But blindly disabling it in the base config seems unreasonable.