From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B44FE42D60 for ; Tue, 4 Jul 2023 20:23:50 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 45BBD40F18; Tue, 4 Jul 2023 20:23:50 +0200 (CEST) Received: from mail-ej1-f54.google.com (mail-ej1-f54.google.com [209.85.218.54]) by mails.dpdk.org (Postfix) with ESMTP id 8565440A4B for ; Tue, 4 Jul 2023 20:23:49 +0200 (CEST) Received: by mail-ej1-f54.google.com with SMTP id a640c23a62f3a-992ca792065so615501766b.2 for ; Tue, 04 Jul 2023 11:23:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1688495029; x=1691087029; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=BizejfEpNn+VHUyx6P8SzN6si4RQva3XjkPSSOlkGmM=; b=d9SKFvuyAKxM5JG/zyDox93o475mheJpl3EpRVwr5g7rvOmFupLcb/07GT16Tkh69C BOwxEWHZy1UMOSY2OcNjjS4pe0VHrBrB2f9dlDS6vWbTWyJzaIby8CMSt0HVNH1EcgeS CjphBWmMcWZYFl6wPloFY3R3C5+0clA8AGgE6XXOVIXbnyBx0/j7c7o+k/A8GDSJTcyX KE8K+RagNXmb0SayQ+NfWoAYXSHl+ssCrqOe4F7etVN2TDcgxEEN7QF6NI80q+e9S1Jp Nz9RTr/CUiAfij92nLXnWCQ4vtV1y7RcfcTMvmIukla1UYVhCj8y4NztCufwPEXi4ItQ KCAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688495029; x=1691087029; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=BizejfEpNn+VHUyx6P8SzN6si4RQva3XjkPSSOlkGmM=; b=PJi6LXwxAmwXGNNk5CVl0lQETJoQ0jUjtN3HbSTr3TThU+8ykGx6r63w1UiNpGPPfr Oh6kQlCsiD7SEGMqyapp/4mqQrkR6vQ4D06JdKcJWTfXBzO3MqXgnecD93FytPjvu4s4 1vMIKYN/+H1o29YU4RBjRrrK8veS4M2zlqgojlQ5TJOIs7gOehb8Vg66/x5cvcq9h6OS GQzB235ROR91lPSEYkZ/5ix55FShFuO4HGAv48v22oiNXkgsyUD9dN4NFPY6S1n9uBVx UGsz49hAjEWcgEAwm95Jq0Wci7lvWFRZanI/nlZgLFBXZDHYVRBpduiDmEoQLa02ZOlb ZviA== X-Gm-Message-State: ABy/qLYSqP+OsKkwALe2dYj4o3eXxHC0y6yFfg6tErN344jEYzwDfpLO KYVsjlu8nb19aAAMqBWgo4kB7ybDqCSp2th+m9jvtIhtm0ghZA== X-Google-Smtp-Source: APBJJlF/piIkQUkCfqrGbWVg9sSLc3ZG4CL3agAlDDhnz3If3Z4YY4QFoi8nuYRJXLpYggWKfLg2lDb5zlLhjd73wNM= X-Received: by 2002:a17:906:e48:b0:988:882b:9a3 with SMTP id q8-20020a1709060e4800b00988882b09a3mr11117446eji.36.1688495028741; Tue, 04 Jul 2023 11:23:48 -0700 (PDT) MIME-Version: 1.0 From: Antonio Di Bacco Date: Tue, 4 Jul 2023 20:23:37 +0200 Message-ID: Subject: rte_dev_probe of two GPUs To: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org I have a primary process that receives --allow 0000:00:00.0 as a parameter. My server has four GPUs, if I rte_dev_probe any of those it works fine. When I try to rte_dev_probe two of those, on the second one I get this errors: EAL: Cannot find device (36:00.0) EAL: Failed to attach device on primary process Is there a limitation on the number of GPUs that can be attached to a primary process?