From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 9403129D6 for ; Thu, 7 Jul 2016 18:17:23 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id r190so3763891wmr.0 for ; Thu, 07 Jul 2016 09:17:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=aKJLrYyn1jGy2Gr3kyffskFUrGhFhQxEaGohuXQrstU=; b=YoGVPF8vcPNla8AOaM7sZqq4BbnsbS57ymPdOgDXpAIkCMF26kmoJ6Cw5mgTi8AHQw uADsc37niddEDtAfJ7uNgSpEM128UDR9aE1r/CBp7EJvQFANnwzGXR/pDSsZMLwwfuZq 5WJmLw2PtErOtY4baRbrJB0bDtJbCiYVo7h4g7y3Vn8XGdO4E4sHp8OjjjkyGGhhdmMI WvCvx6AOz2HgGGLC4fnB+LnlyvVSMwp5fObhicn+FY9YaD2BguQXKUttpKzYjehzDQIm 7ofA82lD9TugAwOawy3btlP7IJ4IKU5bJeQtob9V3mueS4S4oyuy1Ubr6Q/K9KCfzeKr LNPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=aKJLrYyn1jGy2Gr3kyffskFUrGhFhQxEaGohuXQrstU=; b=F1eImxCzYqVBqq2jVHQu5slmgaiYdNV++1MPiwdiq0Jp4XBt+WVW7Z75RTvDvBLZ39 xsza2cObUtpWa0w7DMBxGmIlExNLh9ggPHHlhg8FeE8ZR7JJaeuV5cNuNEvd5dX35VXm BlpLinIc/pPCjUbfjGaaLgg30v/jySUVBRbKpPffHA/63OZmsKr9E+s4Ae0k+VcIlUKu 5/7m5qM5wRQ3jcgURgXGeFRKARBycArPbK809XqQ6BgY3zM748DUhR8v7tUMXzQ5GEEC 4+yhsAiiV00lh1j0quGmz0+BkZ2Zti7zjn2wZjZUxg6LKSZcxh1mnx71fQ7h768nbZ1p P/rg== X-Gm-Message-State: ALyK8tJr/qKBXqFcb8Z+MzefBuHHOFiSNkAGPlmdxVsVL8iOh0vugyATJuEk0a/Pb7CxFdJA X-Received: by 10.28.57.212 with SMTP id g203mr3793944wma.7.1467908243418; Thu, 07 Jul 2016 09:17:23 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id ur2sm2391798wjc.33.2016.07.07.09.17.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Jul 2016 09:17:22 -0700 (PDT) From: Thomas Monjalon To: Jez Higgins Cc: users@dpdk.org, olivier.matz@6wind.com, sergio.gonzalez.monroy@intel.com Date: Thu, 07 Jul 2016 18:17:21 +0200 Message-ID: <4313092.zcSIIfa3F0@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <577E798F.9070700@jezuk.co.uk> References: <577E798F.9070700@jezuk.co.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-users] Running DPDK as non-root X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2016 16:17:23 -0000 Hi 2016-07-07 16:47, Jez Higgins: > Is it possible to get DPDK up and running as non-root - if so, can > anyone guide me to what I'm missing? Or should I be giving this up as a > bad job? You can try the --no-huge option. But most of drivers won't work without hugepage currently. A rework of the memory allocation is needed to make it work better.