From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f178.google.com (mail-ob0-f178.google.com [209.85.214.178]) by dpdk.org (Postfix) with ESMTP id 6A1565A55 for ; Thu, 8 Oct 2015 05:05:00 +0200 (CEST) Received: by obbda8 with SMTP id da8so28688433obb.1 for ; Wed, 07 Oct 2015 20:04:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=IWya/FUgkY5ZJFzwiyWLoUy5+HvKlnV3FZqtExnJT4k=; b=AhwCNQyjZC2dHHlw1p1trHJVFSlxtTPuaiTzKddyXI+XOecSwfavZ16ZHyyqpfS7JW VejJrUmfaHEJzsI9ucFouS4OCIZNB+HDCkRVtOl0sENF+nVlKP3Mpy+elrPD4etbyL/5 e4peCQLLTnNlqhU8vtseToEfejmWJt+y71HuwgATAjvdkkrBzGODx1VJKqkfZsWBLD3p RwOi9he+0SoqQCUhbbRWQ9nsOdyZbJOtF8NI3NLI7b1zbJRl14XhOMxcuShj43+LvSbx ycTWYQdXiMra3Pmmdrwh48oDfeGS7yUvq9FU2bXqo1/N3LrIjkEgl78K8ZipVuRYipLV dPTg== MIME-Version: 1.0 X-Received: by 10.182.130.131 with SMTP id oe3mr3033740obb.43.1444273499852; Wed, 07 Oct 2015 20:04:59 -0700 (PDT) Received: by 10.60.50.137 with HTTP; Wed, 7 Oct 2015 20:04:59 -0700 (PDT) Date: Wed, 7 Oct 2015 20:04:59 -0700 Message-ID: From: "Bill O'Hara" To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Mellanox PMD failure w/DPDK-2.1.0 and MLNX_OFED-3.1-1.0.3 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: Thu, 08 Oct 2015 03:05:00 -0000 Hello I wonder if anyone can suggest why previously working dpdk code may fail in the Mellanox pmd code in dpdk-2.1.0, seemingly due to failure to create a "resource domain" via ibv_exp_create_res_domain(). I must admit I haven't seen that verb before, and it appears to be returning null with no error message. The DPDK log gives these hints: PMD: librte_pmd_mlx4: 0xa4fc20: TX queues number update: 0 -> 1 PMD: librte_pmd_mlx4: 0xa4fc20: RX queues number update: 0 -> 1 PMD: librte_pmd_mlx4: 0xa4fc20: RD creation failure: Cannot allocate memory I'm using dpdk-2.10.0 and MLNX_OFED_LINUX-3.1-1.0.3 on ubuntu14.04 with a connectx-3 card. thanks bill