From patchwork Thu Sep 10 18:58:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ma, LihongX" X-Patchwork-Id: 77301 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E86BFA04B5; Fri, 11 Sep 2020 04:32:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9BEB71B9B7; Fri, 11 Sep 2020 04:32:23 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B3818DE0 for ; Fri, 11 Sep 2020 04:32:21 +0200 (CEST) IronPort-SDR: a7oloAjFKgfpbWe1TV7NyxsSi+R4ijVM7DM0WPav2n66CsPJETJ0kf76Iq4DX7Al9F2HB336ff SBqw9IZsasww== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="158714497" X-IronPort-AV: E=Sophos;i="5.76,413,1592895600"; d="scan'208";a="158714497" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Sep 2020 19:32:20 -0700 IronPort-SDR: 9Vn4+4avvSz7XOiwdRABO5lJ0pYEQCEm/9dnys2Mh8O3jfoAzjb6txYf1jdRBY7WXcW7DwVbby PSTmdjntSHdQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,413,1592895600"; d="scan'208";a="329592563" Received: from dpdk-lihong-ub1604.sh.intel.com ([10.67.118.174]) by fmsmga004.fm.intel.com with ESMTP; 10 Sep 2020 19:32:18 -0700 From: LihongX Ma To: dts@dpdk.org Cc: LihongX Ma Date: Fri, 11 Sep 2020 02:58:53 +0800 Message-Id: <1599764335-1164-1-git-send-email-lihongx.ma@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V1 0/2] use the default python lib threadpool to maintain the pool of worker threads X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" LihongX Ma (2): framework: use the default python lib threadpool to maintain thread doc: add the required python lib - threadpool doc/dts_gsg/sys_reqs.rst | 1 + extra_libs/threadpool.py | 426 ----------------------------------------------- framework/dts.py | 5 - requirements.txt | 1 + 4 files changed, 2 insertions(+), 431 deletions(-) delete mode 100644 extra_libs/threadpool.py