From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from minas.ics.muni.cz (minas.ics.muni.cz [147.251.4.46]) by dpdk.org (Postfix) with ESMTP id 14973324D for ; Tue, 19 Jun 2018 16:13:06 +0200 (CEST) Received: from [147.251.13.57] (dhcp13-57.ics.muni.cz [147.251.13.57]) (authenticated user=98998@is.muni.cz bits=0) by minas.ics.muni.cz (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w5JED5GF019938 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 19 Jun 2018 16:13:06 +0200 From: =?UTF-8?Q?Martin_Dra=c5=a1ar?= To: "Rosen, Rami" , "users@dpdk.org" References: <34c3f20b-dcbb-5a47-d8c0-6af6635bc41a@ics.muni.cz> <9B0331B6EBBD0E4684FBFAEDA55776F9672C6986@HASMSX110.ger.corp.intel.com> <5dde9d52-3662-72ae-04a6-b5ad3e122562@ics.muni.cz> <9B0331B6EBBD0E4684FBFAEDA55776F9672C7B30@HASMSX110.ger.corp.intel.com> <9B0331B6EBBD0E4684FBFAEDA55776F9672C7B86@HASMSX110.ger.corp.intel.com> <586d777c-063a-1e0e-a6a8-bdcae3360ed6@ics.muni.cz> <9B0331B6EBBD0E4684FBFAEDA55776F9672CBC5E@HASMSX110.ger.corp.intel.com> Message-ID: Date: Tue, 19 Jun 2018 16:12:57 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-2 Content-Language: cs Content-Transfer-Encoding: 8bit X-Muni-Envelope-From: drasar@ics.muni.cz X-Muni-Envelope-To: rami.rosen@intel.com X-Muni-Spam-TestIP: 147.251.13.57 X-Muni-Local-IP: yes X-Muni-Local-Auth: yes X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.3.9 (minas.ics.muni.cz [147.251.4.35]); Tue, 19 Jun 2018 16:13:06 +0200 (CEST) X-Virus-Scanned: clamav-milter 0.99.4 at minas X-Virus-Status: Clean Subject: Re: [dpdk-users] DPDK 17.05 does not find X510 card 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: Tue, 19 Jun 2018 14:13:07 -0000 Just some additional details (strace around the pic probe): > write(1, "EAL: PCI device 0000:05:00.0 on "..., 46EAL: PCI device 0000:05:00.0 on NUMA socket 0) = 46 > sendto(3, "<30>Jun 19 16:05:21 framework[42"..., 84, MSG_NOSIGNAL, NULL, 0) = 84 > write(1, "EAL: probe driver: 8086:154d n"..., 41EAL: probe driver: 8086:154d net_ixgbe) = 41 > sendto(3, "<30>Jun 19 16:05:21 framework[42"..., 79, MSG_NOSIGNAL, NULL, 0) = 79 > openat(AT_FDCWD, "/sys/bus/pci/devices/0000:05:00.0/uio", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 94 > getdents(94, /* 3 entries */, 32768) = 72 > close(94) = 0 > open("/dev/uio2", O_RDWR) = 94 > open("/sys/class/uio/uio2/device/config", O_RDWR) = 95 > open("/sys/bus/pci/devices/0000:05:00.0/resource0", O_RDWR) = 96 > mmap(0x7fa400000000, 524288, PROT_READ|PROT_WRITE, MAP_SHARED, 96, 0) = -1 EPERM (Operation not permitted) > write(1, "EAL: pci_map_resource(): cannot "..., 117EAL: pci_map_resource(): cannot mmap(96, 0x7fa400000000, 0x80000, 0x0): Operation not permitted (0xffffffffffffffff)) = 117 > sendto(3, "<27>Jun 19 16:05:21 framework[42"..., 155, MSG_NOSIGNAL, NULL, 0) = 155 > close(96) = 0 > close(95) = 0 > close(94) = 0 > write(1, "EAL: Requested device 0000:05:00"..., 50EAL: Requested device 0000:05:00.0 cannot be used) = 50 Martin