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 X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2260C2B9F7 for ; Fri, 28 May 2021 13:56:05 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 6773261019 for ; Fri, 28 May 2021 13:56:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6773261019 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7183140150; Fri, 28 May 2021 15:56:04 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id C37B140040 for ; Fri, 28 May 2021 15:56:02 +0200 (CEST) IronPort-SDR: l2Pe1avynoatYjCjQ4Yvo+hIJs471rrVlv+gPriXKQOF9kJs2eSmKKCFzc55nxLNrvI4H0Z04A PYlO76Ira7Mg== X-IronPort-AV: E=McAfee;i="6200,9189,9998"; a="183301275" X-IronPort-AV: E=Sophos;i="5.83,229,1616482800"; d="scan'208";a="183301275" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2021 06:56:01 -0700 IronPort-SDR: NXbU/KAiX9u8lUW6GPp3HMyggG3h7U0Bd+QBe8YE4Ivrgb+rh+bPemBuFxJ7uYdeUoNHcKy171 jWWXe83y3Bng== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,229,1616482800"; d="scan'208";a="477934766" Received: from silpixa00401026.ir.intel.com ([10.243.23.108]) by orsmga001.jf.intel.com with ESMTP; 28 May 2021 06:56:00 -0700 From: Kevin Laatz To: dev@dpdk.org Cc: bruce.richardson@intel.com, Kevin Laatz Date: Fri, 28 May 2021 14:55:57 +0100 Message-Id: <20210528135559.344815-1-kevin.laatz@intel.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210528131902.344423-1-kevin.laatz@intel.com> References: <20210528131902.344423-1-kevin.laatz@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v3 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. v3: - minor commit log updates - remove printing if the script is running config or reset 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 | 39 +++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) -- 2.30.2