From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lhrrgout.huawei.com (lhrrgout.huawei.com [194.213.3.17]) by dpdk.org (Postfix) with ESMTP id B70E11396 for ; Wed, 15 Mar 2017 13:31:47 +0100 (CET) Received: from 172.18.7.190 (EHLO lhreml709-cah.china.huawei.com) ([172.18.7.190]) by lhrrg01-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id DIX63392; Wed, 15 Mar 2017 12:31:46 +0000 (GMT) Received: from LHREML501-MBS.china.huawei.com ([10.201.109.50]) by lhreml709-cah.china.huawei.com ([10.201.108.32]) with mapi id 14.03.0301.000; Wed, 15 Mar 2017 12:31:20 +0000 From: "Avi Cohen (A)" To: "users@dpdk.org" Thread-Topic: running dpdk in lxc-container Thread-Index: AdKdh14Vaug4KcnRTEOUPVFFsgpPhA== Date: Wed, 15 Mar 2017 12:31:19 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.201.119.94] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020204.58C93432.043B, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 829f6dc48f3d2c042a8cb8f76ea7f863 Subject: [dpdk-users] running dpdk in lxc-container X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2017 12:31:47 -0000 Hello, I'm trying to run dpdk in lxc-container . But I failed to bind the nic to the dpdk driver (igb-uio), actually I fail= ed in the ./dpdk-devbind,py --status=20 Is it possible to run dpdk in lxc-container ? I get this error: Traceback (most recent call last): File "./dpdk-devbind.py", line 577, in main() File "./dpdk-devbind.py", line 573, in main get_nic_details() File "./dpdk-devbind.py", line 249, in get_nic_details dev_lines =3D check_output(["lspci", "-Dvmmn"]).splitlines() File "./dpdk-devbind.py", line 125, in check_output stderr=3Dstderr).communicate()[0] File "/usr/lib/python2.7/subprocess.py", line 711, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory Best regards=20 avi