From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id C5800A0679 for ; Thu, 4 Apr 2019 23:59:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CE5727CEB; Thu, 4 Apr 2019 23:59:27 +0200 (CEST) Received: from mail-yb1-f172.google.com (mail-yb1-f172.google.com [209.85.219.172]) by dpdk.org (Postfix) with ESMTP id AB7165F20 for ; Thu, 4 Apr 2019 23:59:26 +0200 (CEST) Received: by mail-yb1-f172.google.com with SMTP id b88so1648648ybi.6 for ; Thu, 04 Apr 2019 14:59:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=ouMg3VNRpACYNS4U6jCmg/ptn2d5rU6hWjtTY8ZIuYg=; b=EhTZXXm8/jcwMdSuTXEa9RhHx286m2vdlTvinc/1AcSEqzpXbuAf4ZgNM2ZBxF2s34 gDmUtaVlBPeDUW7MFFsmy82z/1MKAgqy2GnSY8O+D9iPym6wQsHEBFbUxwpxHP0WkcPE hVWLt9eAv8qdew0UVuDBof8Qmkeodw/s4lko9X5WU5sSMw0mjcqlNxci3gBH2ztBJ4Jh hmFhEDM9lbbtpEv1rLMC+Z2JlEUreTnWG1WLK7JYfluO/HvQIY0ZxBjp00YrSlnCpgWm 8KIPFHqMYD87OJ79n1prVaYHCo5KBqvfCMR+PKhPruyZ+daJDyXVtNKATvLasngq2ECr Upkg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ouMg3VNRpACYNS4U6jCmg/ptn2d5rU6hWjtTY8ZIuYg=; b=rAvrYqbtkNH9Ko1sQBcdL2dBl2GtvcgpbaykM3PeYAcFjdiNh4d5+0yULsPIyUETyI l/i8Kl3OrLDMk1mHE0av07Pzyu2roemloXf1VQN9DaolFk0p6LGDO9kG0VPNVMItH0Pp phdTedwbw84ShtALapz547+HRYaqfF9nWX1ij9+MssS1feZ+NEev+zR72GPc/E7JHpl4 HtKdgvljLgQ0C+7U4BzHNP4lD1NXzHK7BDuIcCFdWQw3Jv2SruGpJ72rw0QoodHQtyQt +kca0Jpr0agcZEiKu6F++mdmr9AfBsfE0UCABwudH4uZqeeyN4FDdX4ZLjWwjx/l8azG GNsw== X-Gm-Message-State: APjAAAW8xM6G8KR0Ye+/9J0LOLs9ksE9O/UPtMDtIgjoJ7GhgoFxzwoC 4iZtdMjyQD4iEHgvMQC3Be3hrNOQ0h87n/PMJSe8l3eI X-Google-Smtp-Source: APXvYqy/wgTy90ww9GpUQbOaguhxEB5y2MHSBwV0QMgh4CXc14+WcWk64LJ0FdH5JrvCRGFKFs+hve+VwnF1xV7lg68= X-Received: by 2002:a25:b004:: with SMTP id q4mr7787357ybf.34.1554415165347; Thu, 04 Apr 2019 14:59:25 -0700 (PDT) MIME-Version: 1.0 From: Cliff Burdick Date: Thu, 4 Apr 2019 14:59:13 -0700 Message-ID: To: users Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] mlx5: unable to allocate switch domain: No such device 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: , Errors-To: users-bounces@dpdk.org Sender: "users" Hi, I'm seeing an issue with the ConnectX-5 where occasionally the rte_eal_init cannot see some of the ports on the cards: EAL: PCI device 0000:bf:00.0 on NUMA socket 1 EAL: probe driver: 15b3:1017 net_mlx5 EAL: PCI device 0000:bf:00.1 on NUMA socket 1 EAL: probe driver: 15b3:1017 net_mlx5 net_mlx5: unable to allocate switch domain: No such device net_mlx5: probe of PCI device 0000:bf:00.1 aborted after encountering an error: No such device EAL: Requested device 0000:bf:00.1 cannot be used As you can see, one of the interfaces is detected and loaded just fine, but the other reports an error. Is the card possibly bad?