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 621DCA0547; Thu, 24 Jun 2021 15:51:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D21D740040; Thu, 24 Jun 2021 15:51:37 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 059344003C for ; Thu, 24 Jun 2021 15:51:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1624542696; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/BkztGZ/CNezBi6B3pLcULwQ/6C9KltLR3Rr5Btk5Ag=; b=Zv2TM5MoRDPxLq15vuHIUMuA8ks5UxQe73KULYnQvQf83bOsfo2Kpvq6YABG0/jVpoa8GM QDng1dpCNYj1gyBLEulpbhx5hfxIjAFEnz/fuM/vU87OpoSU7vEKNUV/Xdif/3x0zHRqTu Tzv/8BBd4w27PW1J586YFZibat3S0RE= Received: from mail-vs1-f72.google.com (mail-vs1-f72.google.com [209.85.217.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-101-HC_GWxd8Psih4qXNDL3TrQ-1; Thu, 24 Jun 2021 09:51:31 -0400 X-MC-Unique: HC_GWxd8Psih4qXNDL3TrQ-1 Received: by mail-vs1-f72.google.com with SMTP id v27-20020a67c89b0000b02902227f70aa8fso1221882vsk.6 for ; Thu, 24 Jun 2021 06:51:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/BkztGZ/CNezBi6B3pLcULwQ/6C9KltLR3Rr5Btk5Ag=; b=V7u6ZZJ9PvG3+EE5uOPqhGnE8rXB90conBd7Y1V/kJZFA44Zfbpg2JcXy2dRvIa0JV VXmUo9mPe9Pm1jw3ra3HtFOsmAjx1VHFDdP01TmH4mEJjDXA3RQlXJyHMECvThhjokHf OBZiEYWyk5yleYkClXdk72AL/ECFCKWkIxqorf8y9E0PwmEHnisaUhsTyhKRV4comlAn OtIuNX9KO6f2Ntzw3c9a/KLOWxEBnN/WaxIjoxtDW5Y+pLS/RXqEqIvw1cW+eYQLceXD PaMYNFZKQUEg7moxqTHy+S+WAxqCGemgs8Ded7nfM3ys2IuXwkqSSRPJo/Fb6zH/Mzsr hq/Q== X-Gm-Message-State: AOAM533i92CVQcFFgiLCmlneCAumDag5q/NPiEVeM2oSJCk6Un4Rru3a sGsOJU/Tw5SwNVgy1njIsz3Ropi5wrBD6dBdoNEVASsnFw0HXINzUngdPGEhKeTS95EN0MMWKHw WdPnhN0BVg+Zug5NkXpw= X-Received: by 2002:a67:fe90:: with SMTP id b16mr2929375vsr.5.1624542691342; Thu, 24 Jun 2021 06:51:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwjWmLcs1cJDY0HHHOE2nL6cumJSBeSS9z/VMTGNkD7sIPoQIPsuBYVucaoHa4ab8TAsRPRIwLrdeKFz0O43UI= X-Received: by 2002:a67:fe90:: with SMTP id b16mr2929338vsr.5.1624542691051; Thu, 24 Jun 2021 06:51:31 -0700 (PDT) MIME-Version: 1.0 References: <20210615172027.1496115-1-drc@linux.vnet.ibm.com> In-Reply-To: <20210615172027.1496115-1-drc@linux.vnet.ibm.com> From: David Marchand Date: Thu, 24 Jun 2021 15:51:19 +0200 Message-ID: To: David Christensen Cc: dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] bus/pci: Fix PowerNV platform detection logic X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Jun 15, 2021 at 7:21 PM David Christensen wrote: > > Fix the IOMMU detection logic that looks for the "platform" field of > /proc/cpuinfo on POWER systems. > > Fixes: 905215731833 ("bus/pci: support IOVA as VA on PowerNV systems") Cc: stable@dpdk.org > > Signed-off-by: David Christensen Reviewed-by: David Marchand Looking at http://patchwork.dpdk.org/project/dpdk/patch/20210623204355.74362-1-drc@linux.vnet.ibm.com/, I understand it should be merged after this current patch. Can you confirm? -- David Marchand