From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qc0-f177.google.com (mail-qc0-f177.google.com [209.85.216.177]) by dpdk.org (Postfix) with ESMTP id 6848DE62 for ; Wed, 17 Jun 2015 08:01:56 +0200 (CEST) Received: by qcsf5 with SMTP id f5so10770267qcs.2 for ; Tue, 16 Jun 2015 23:01:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=85URYXFHajVck4HZXF0goupZwhfBPa6xlPcfOFt6B3M=; b=SpkuKEztDwU6VGR+Fmyu78E3uYQaT9eVHiJp2XbD0KtilXCBB0emy98aq7wmaCXOpY TlN67iY0FLDSIryqBjZcwYkvjKUFLBGLr8tavnG58t4ckmdC6STfSb1+pRLtGPrHytBg q+ZF+/LTNOO7ZwFhjWQfIiSCxmeX5bdDyjkHCOYJuEisp5SgJmYcj/8yq01s+bfV1N7H r510qogBo7TElm3kVtws0Ti/1Vf3iLAenv3SizkhfGE1jh3yDOYTCn/595bV8a9qFcb7 V1Vxt9OTNilAHzp6+oe7WbR2c9zZv/lDrsUSDsKaiJjQNklePCbzfAYCmm9b0YtErRMn Ljag== X-Received: by 10.140.233.140 with SMTP id e134mr5993248qhc.63.1434520915881; Tue, 16 Jun 2015 23:01:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.30.100 with HTTP; Tue, 16 Jun 2015 23:01:35 -0700 (PDT) From: Mohit Saxena Date: Wed, 17 Jun 2015 11:31:35 +0530 Message-ID: To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [README]:Running DPDK in a LXC-based Container 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: Wed, 17 Jun 2015 06:01:56 -0000 Hi All, I am trying to run DPDK application on Ubuntu based Conatiner, I had followed the steps as described by "Krishnamurthy Jambur" in his earlier post lxc.cgroup.devices.allow = c 249:* rwm mknod /dev/uio0 c 249 0 lxc.mount.entry = /mnt/huge mnt/huge none bind,create=dir 0 0 But after starting the application inside container I am getting the below error EAL: Master lcore 4 is ready (tid=7491b900;cpuset=[4]) PMD: ENICPMD trace: rte_enic_pmd_init EAL: PCI device 0000:02:00.0 on NUMA socket 0 EAL: probe driver: 8086:1521 rte_igb_pmd EAL: Not managed by a supported kernel driver, skipped EAL: PCI device 0000:02:00.1 on NUMA socket 0 EAL: probe driver: 8086:1521 rte_igb_pmd EAL: Not managed by a supported kernel driver, skipped EAL: PCI device 0000:02:00.2 on NUMA socket 0 EAL: probe driver: 8086:1521 rte_igb_pmd EAL: Cannot open /sys/class/uio/uio0/device/config: Permission denied EAL: Error - exiting with code: 1 Cause: Requested device 0000:02:00.2 cannot be used Any pointers to resolve this error? -- Thanks & Regards, Mohit Prakash Saxena Citrix R & D India Pvt. Ltd. Mb: +91 90368 98569 <#UNIQUE_ID_SafeHtmlFilter_> Email: mohit.saxena@citrix.com