From: LihongX Ma <lihongx.ma@intel.com>
To: dts@dpdk.org
Cc: LihongX Ma <lihongx.ma@intel.com>
Subject: [dts] [PATCH V1 2/2] doc: add the required python lib - threadpool
Date: Fri, 11 Sep 2020 02:58:55 +0800 [thread overview]
Message-ID: <1599764335-1164-3-git-send-email-lihongx.ma@intel.com> (raw)
In-Reply-To: <1599764335-1164-1-git-send-email-lihongx.ma@intel.com>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1374 bytes --]
As use the python default threadpool to maintain the pool of worker threads,
so the python lib threadpool is required when run dts.
Signed-off-by: LihongX Ma <lihongx.ma@intel.com>
---
doc/dts_gsg/sys_reqs.rst | 1 +
requirements.txt | 1 +
2 files changed, 2 insertions(+)
diff --git a/doc/dts_gsg/sys_reqs.rst b/doc/dts_gsg/sys_reqs.rst
index 77022e2..1e20b99 100644
--- a/doc/dts_gsg/sys_reqs.rst
+++ b/doc/dts_gsg/sys_reqs.rst
@@ -59,6 +59,7 @@ Python Module “pexpect”: this module provides API to automate interactive SS
Python Module “docutils”: Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX.
Python Module “pcapy”: Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables python scripts to capture packets on the network.
Python Module “xlrd”: Xlrd is a Python module that extracts data from Excel spreadsheets.
+Python Module “threadpool”: Threadpool is a Python module that maintains a pool of worker threads to perform time consuming operations in parallel.
Please see installation instruction as the following:
diff --git a/requirements.txt b/requirements.txt
index 59b3d8e..cb9f636 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -37,3 +37,4 @@ docutils
pcapy
xlrd
scapy==2.4.3
+threadpool
--
2.7.4
next prev parent reply other threads:[~2020-09-11 2:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-10 18:58 [dts] [PATCH V1 0/2] use the default python lib threadpool to maintain the pool of worker threads LihongX Ma
2020-09-10 18:58 ` [dts] [PATCH V1 1/2] framework: use the default python lib threadpool to maintain thread LihongX Ma
2020-09-10 18:58 ` LihongX Ma [this message]
2020-09-15 8:36 ` [dts] [PATCH V1 0/2] use the default python lib threadpool to maintain the pool of worker threads Tu, Lijuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1599764335-1164-3-git-send-email-lihongx.ma@intel.com \
--to=lihongx.ma@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).