From patchwork Fri May 28 13:19:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Laatz X-Patchwork-Id: 93538 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id AC298A0547; Fri, 28 May 2021 15:19:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3105940150; Fri, 28 May 2021 15:19:13 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 6A32940040 for ; Fri, 28 May 2021 15:19:11 +0200 (CEST) IronPort-SDR: NMsAdmkZ1AOKNYIc1sxgdAuv6xyAeVuH0iFkf6mX3cKWmGv1WeJr/8Pgnvrmtuo10d3QvOSkUE g6InGlIsb1yQ== X-IronPort-AV: E=McAfee;i="6200,9189,9997"; a="266840440" X-IronPort-AV: E=Sophos;i="5.83,229,1616482800"; d="scan'208";a="266840440" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2021 06:19:09 -0700 IronPort-SDR: 66hoVVov8e6c7KGXwr+svY6XG5vz4RT2Bwa4t66ZRl8pxVhDGzeaDzqyCPnrYWYjyRlwj3nYz6 ABYTzKyKoZYQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,229,1616482800"; d="scan'208";a="477925099" Received: from silpixa00401026.ir.intel.com ([10.243.23.108]) by orsmga001.jf.intel.com with ESMTP; 28 May 2021 06:19:09 -0700 From: Kevin Laatz To: dev@dpdk.org Cc: bruce.richardson@intel.com, Kevin Laatz Date: Fri, 28 May 2021 14:19:00 +0100 Message-Id: <20210528131902.344423-1-kevin.laatz@intel.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210527132646.3565721-1-kevin.laatz@intel.com> References: <20210527132646.3565721-1-kevin.laatz@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v2 0/2] extend idxd config script functionality 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" This patchset extends the functionality of the idxd config script, the additions are described in the individual patches. Kevin Laatz (2): raw/ioat: add pci address handling to python script raw/ioat: add device reset to python script drivers/raw/ioat/dpdk_idxd_cfg.py | 41 +++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-)