From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF6B5C433F5 for ; Wed, 12 Jan 2022 22:17:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234119AbiALWRx (ORCPT ); Wed, 12 Jan 2022 17:17:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43206 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230415AbiALWRw (ORCPT ); Wed, 12 Jan 2022 17:17:52 -0500 Received: from mail-ed1-x52f.google.com (mail-ed1-x52f.google.com [IPv6:2a00:1450:4864:20::52f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F59CC061748 for ; Wed, 12 Jan 2022 14:17:51 -0800 (PST) Received: by mail-ed1-x52f.google.com with SMTP id b13so15838846edn.0 for ; Wed, 12 Jan 2022 14:17:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rivosinc-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=33k6EULhqoNT8C0bFRWhcDpVds5mWskVOlY+a5+29m0=; b=edicIIiBYeE6G3fKcn01uvbuwVX17f1qsKRd+UMXLLUpMyuRUytxbOFWiiyrvHz0t7 ZaJu/fyNRdfj5YuoOCSScaZAQYJHfLzDgbhn0voVNPhDkeoXr5zr+JidXvd5I/ywN/KG 5REI/zDAkl902/WsfVMPBTu9Vq8rFNiRC9OyT3OCgLCmOAvJaHTt1WqwwPNcPbOIw/ID EWU3FyzEzsJ1mealQzp1vIvhh1PBv8xDsRMoEIRAchQn7CSR2ekkGPKrJnHRuJKHbNjR ippIMCh31Z//sbGCqe+HKcK2zmVlN9bJI8e02Gr2t0zveNEWqxV9LdrwTB0IJ89Stxzp AhAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=33k6EULhqoNT8C0bFRWhcDpVds5mWskVOlY+a5+29m0=; b=RoT46c4Z0q7/mXuBv6oBgTBziGCxKUVtJvjyllY6bYb5cbkInig46Ky4Mjh2p8SU6W NWWJuJUGAENBA7R7lz16FIMqubjg7QZFUboyAqOcXfhXh4wt0hW5DsJkOakFTTA4TDE9 BtfumA3YYEWSSmkLj5Md+L1XBryKXqLsk/sU52p/ODq/shi/f5KqM8y0ajN3udZLX/Rz j30KsAEW1gIfRwm+Peo+651CrwPkS50yQTDSDQPDUPa/h6nYkf0ZJO7E2Fy/gdGDe6Fd RRVY6O0S19nyJt9L7W10PvVj3rF65NVG26QK//0QW33TZCfGF3F5vOCuhVgCbEAfiVr4 uw1g== X-Gm-Message-State: AOAM53029J5Vj1a2BsABIr4tgWkZO4s1ftrvVarkJZJc/wxPycMhHSmn cZfsZzuSzbI6eScptqtV4eOwznc9zDv4G92aCxr2iw== X-Google-Smtp-Source: ABdhPJytuYsrVpHkmi+Y4Nlpxkm0BfAiwaQC5e6gL4rxweFaNLe8LQGEn7HkQgcNZAkp606q/X23E3EtT2KW5QNLwuU= X-Received: by 2002:a05:6402:848:: with SMTP id b8mr1519247edz.79.1642025869621; Wed, 12 Jan 2022 14:17:49 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Zayd Qumsieh Date: Wed, 12 Jan 2022 14:16:18 -0800 Message-ID: Subject: Re: [RFC PATCH 2/2] cxl/mem: Add CDAT table reading from DOE To: jonathan.cameron@huawei.com Cc: alison.schofield@intel.com, ben.widawsky@intel.com, cbrowy@avery-design.com, dan.j.williams@intel.com, f.fangjian@huawei.com, helgaas@kernel.org, ira.weiny@intel.com, linux-acpi@vger.kernel.org, linux-cxl@vger.kernel.org, linux-pci@vger.kernel.org, linuxarm@huawei.com, lorenzo.pieralisi@arm.com, vishal.l.verma@intel.com, Dylan Reid Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Hello all, Due to issues with vger.kernel.org marking HTML emails as spam, I'll be resending the email in plain text: Hello all, First off, thanks for your work on implementing PCI Data Object Exchange in QEMU and Linux. 1. Are these patches still being worked on? If not, I=E2=80=99ll try to get them rebased and finished. 2. Are there any notes not mentioned in the emails you feel are important to know about? 3. I'm particularly interested in the testing framework - the emails mention that a lot of testing has been done through QEMU but how can I carry out these tests on my own? What tools did you use? Thanks, Zayd