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 B54E1A0547; Fri, 28 May 2021 15:56:04 +0200 (CEST) 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