From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B53601BE71 for ; Fri, 15 Jun 2018 17:35:08 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jun 2018 08:35:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,227,1526367600"; d="scan'208";a="237490090" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga005.fm.intel.com with ESMTP; 15 Jun 2018 08:34:56 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 15 Jun 2018 08:34:56 -0700 Received: from HASMSX109.ger.corp.intel.com (10.184.198.21) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 15 Jun 2018 08:34:56 -0700 Received: from HASMSX110.ger.corp.intel.com ([169.254.6.122]) by hasmsx109.ger.corp.intel.com ([169.254.3.225]) with mapi id 14.03.0319.002; Fri, 15 Jun 2018 18:34:53 +0300 From: "Rosen, Rami" To: Filip Janiszewski , Andrew Rybchenko , "users@dpdk.org" Thread-Topic: [dpdk-users] Correct setup of sfc Thread-Index: AQHUAvuEs130KWCJKEmat8yLIshzdKReRI6AgAAYp4CAAxhBkA== Date: Fri, 15 Jun 2018 15:34:53 +0000 Message-ID: <9B0331B6EBBD0E4684FBFAEDA55776F95A3D202B@HASMSX110.ger.corp.intel.com> References: <8e8c477b-066f-f909-d678-6623464b51c0@filipjaniszewski.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDZkOWM5ZjYtYzMzYi00Njc3LWE4ZDctMzk1MTM2MWY2YzYyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaWlOTDJJaEhUSXZQVkNMTEliZnJIaXNTWWxocmJZc3h5cWNlVVNzdCtLbTR1bjRNeHVUTnJxTEN6QmUrZlZJcCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [10.249.95.121] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-users] Correct setup of sfc 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: Fri, 15 Jun 2018 15:35:09 -0000 Hi Filip, What does: ls -al /sys/bus/pci/drivers show ? In case=20 you have there "vfio-pci" and not "vfio_pci" (as many kernels have), can you please try: ./dpdk-devbind.py --bind=3Dvfio-pci 0000:65:00.0 0000:65:00.1 Instead of=20 ./dpdk-devbind.py --bind=3Dvfio_pci 0000:65:00.0 0000:65:00.1 (notice the difference in the "--bind" parameter) And if it also fails, please post the here the error and also the kernel lo= g=20 message (you can get it for example by dmesg | tail -n 15) Regards, Rami Rosen