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 B0ED842CBA; Wed, 14 Jun 2023 21:37:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 50E1640FDF; Wed, 14 Jun 2023 21:37:12 +0200 (CEST) Received: from mail-pf1-f170.google.com (mail-pf1-f170.google.com [209.85.210.170]) by mails.dpdk.org (Postfix) with ESMTP id 5576C40E0F for ; Wed, 14 Jun 2023 21:37:10 +0200 (CEST) Received: by mail-pf1-f170.google.com with SMTP id d2e1a72fcca58-6667643e4b3so569405b3a.2 for ; Wed, 14 Jun 2023 12:37:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1686771429; x=1689363429; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=o6o+uxtuvyqkmGj1yVrfWiyv/Fj8OCO63/8S6grvIZg=; b=vzBor7pbuhozIBgxjYdcJDteTUt+8u6m01zskNmWJoHFJAhlz/VoIcT5G7FAshbPS5 DUrZjaO4IGHs+odE1ZdUNaj3oG490WKFFvs7m0fC6thKiQOwf6LYca70MskwqAqDPBHF 2wu/pQ0Qlbvmrlak1hPwbjRFJCZhEpSLACc2GiPdQDyJvqFajTscCIzIDPgpZyTdUf7C aN1C3BVIjHURrCLk6MD5jumPCBT99Kh45aECfv7ZW7TjA4A5pFwPg1Zxuw/0eaYIlk00 AF79D0HtGdCUjyu3OAAYJv7Pp8VgkssJcmdUilgcQ5HcXWOvrjNZ4WJHvu994+fUkM+0 ToIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686771429; x=1689363429; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=o6o+uxtuvyqkmGj1yVrfWiyv/Fj8OCO63/8S6grvIZg=; b=PDvjzZHTm9LWAi6pnIFMJyclHLQ2gEN1SiB5JN8piDfHknqNKEnKIca6gwLcx65BzW jxL45xfy9cFZEOaDqX8St7WsAW1nJUwySpgMFBBYzRiynqZSlHcjdq77PROcUKlKCjxD wP1Df/jpvMtQ4WuS3t6Dx3dTek52IgYdBLY/sE8n3NoOvJprLwRsAO2OarNClo+rgXxd Icrt8QHq1TXh5m1coEk9zhp0PcQxfB2CIXgW3IIUExySc42V9F1QmqECb1p19D1DZQLU euUDM7E0f/34VEiDSt0xmc7wd4ZT72ew6zvcuEUgh05FfOxdXEN02W0OKMQ5mfMlMz0G j9Pw== X-Gm-Message-State: AC+VfDya11V05Kbb++FrOx6b8v7vK9E1jeYPp8N3V42rYtO4C39qB4L+ gEQIZ5KgzFKikPLko38AsIg7WQ== X-Google-Smtp-Source: ACHHUZ4sRtu1qSnSQ+WH3IyoClHrPPqP6RJHWctAjfh2qkm1a0k1O6vWvX7+zBIWpE9HYgZZsd7b2Q== X-Received: by 2002:a05:6a20:72a6:b0:10b:7fa4:b373 with SMTP id o38-20020a056a2072a600b0010b7fa4b373mr2745628pzk.44.1686771429456; Wed, 14 Jun 2023 12:37:09 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id r9-20020a655089000000b0050f9b7e64fasm8245983pgp.77.2023.06.14.12.37.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Jun 2023 12:37:09 -0700 (PDT) Date: Wed, 14 Jun 2023 12:37:07 -0700 From: Stephen Hemminger To: Chaitanya Babu Talluri Cc: dev@dpdk.org, reshma.pattan@intel.com, jananeex.m.parthasarathy@intel.com, anatoly.burakov@intel.com Subject: Re: [dpdk-dev] [PATCH v4 0/4] add unit tests for eal vfio library Message-ID: <20230614123707.11b6ca9a@hermes.local> In-Reply-To: <1567598682-2225-1-git-send-email-tallurix.chaitanya.babu@intel.com> References: <1566907031-2105-1-git-send-email-tallurix.chaitanya.babu@intel.com> <1567598682-2225-1-git-send-email-tallurix.chaitanya.babu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Wed, 4 Sep 2019 13:04:38 +0100 Chaitanya Babu Talluri wrote: > 1/4: fix vfio unmap that fails unexpectedly > 2/4: fix vfio unmap that succeeds unexpectedly > 3/4: add API to check iommu type is set > 4/4: add unit tests for eal vfio > > Patch 4/4 depends on 1/4,2/4,3/4 > > Signed-off-by: Chaitanya Babu Talluri > --- > v4: Fixed compilation issues. > v3: Added API to check iommu type. > v2: Updated commit messages. > --- > > Chaitanya Babu Talluri (4): > lib/eal: fix vfio unmap that fails unexpectedly > lib/eal: fix vfio unmap that succeeds unexpectedly > lib/eal: add API to check iommu type is set > app/test: add unit tests for eal vfio > > app/test/Makefile | 1 + > app/test/meson.build | 2 + > app/test/test_eal_vfio.c | 737 +++++++++++++++++++++++ > lib/librte_eal/common/include/rte_vfio.h | 11 + > lib/librte_eal/linux/eal/eal_vfio.c | 75 ++- > lib/librte_eal/rte_eal_version.map | 3 + > 6 files changed, 822 insertions(+), 7 deletions(-) > create mode 100644 app/test/test_eal_vfio.c > This patch series looks OK, but is so out of date that EAL layout has changed. If still interested, then please rebase on current main branch; retest and resubmit it. Thanks