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 C0AF142941; Fri, 14 Apr 2023 14:53:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BBFC841144; Fri, 14 Apr 2023 14:53:12 +0200 (CEST) Received: from mail-pf1-f179.google.com (mail-pf1-f179.google.com [209.85.210.179]) by mails.dpdk.org (Postfix) with ESMTP id 182DA400D5 for ; Fri, 14 Apr 2023 14:53:12 +0200 (CEST) Received: by mail-pf1-f179.google.com with SMTP id d2e1a72fcca58-63b68f53fabso131033b3a.0 for ; Fri, 14 Apr 2023 05:53:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=daynix-com.20221208.gappssmtp.com; s=20221208; t=1681476791; x=1684068791; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=zV4BMuZJ8W3iDBf4v+bmZMKvzTHc6njk4F7Sbpv/FVU=; b=gG3gMwxeRjm45ekOSLouiEc+X8/MKRGShc/oRfizrzZmmy1I+PMbeE60tKL0ifY206 JCtqzMWzw6dpZ+pb3E+BOtVikqkgW2g9EtKHK95zrBmsmkQTX8qaQmWn+rk8aqLP5nLH emidQRzjUOWJhHvQ5y4nBoPomi0bdZfssY14uJbsts2cJ2RDvJsPE8bnwLHprsNLjgKS 2J5KjMQyRv3NnxEGWyHGaMXGHcs+p97lLNH/XTKwoY2214ciIkFM37bOWZirzsBUyBW1 pIStuKH2z/j5IDIwDKnWFYkg80+yDHcoseHjf0tTRzVrfSGEXDAbXSguPoU3ifHhiQuJ CbyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681476791; x=1684068791; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=zV4BMuZJ8W3iDBf4v+bmZMKvzTHc6njk4F7Sbpv/FVU=; b=guL7xeQKsho2cpATHaYZ52ZPdlxFUNcIbHn9MN8z6Km1BVU8tRBGCZSSLrPtZBuzQD sx9MSx8juXNAyXgz1Kx3L0zgnHobgBazj0zeMbXj8TPLk8PmnDRYhhnaV4er+YxP2pJv U8jWKVOyhcMlxzX43L9K3YvjZ2KkLw5Bu7founeEUfGsozwH604IoimXwNCFEndYPzck aokYFgkdQNhGJC+pBb+5qvNWLwrHVajrn14JQPdAxm3gDSHJHMeMbolZtDXDE46cwKen td18X2pvzC5MIyvIyqLFZWv/rbzYKeE+YXi47lZW+HRYSW5zk7LYaKJd04F669ihbZSZ XNfA== X-Gm-Message-State: AAQBX9fAvh+Czqu6TTYVDadLlyQ1xJHe/9kGKfySFc4Up2Ziq80RQ/HM VtQfyXqDlH0xQrw+1zgyVXqzDPsAmmBRMH7Kw84= X-Google-Smtp-Source: AKy350ZwyH2La3cik9NaENnZE4YLd4q/ECnvoHPVoOXeFasbaQnA4wHdjVvnaMMXSA0xMS1HNJHKLA== X-Received: by 2002:a05:6a00:1695:b0:63b:1e3b:aa02 with SMTP id k21-20020a056a00169500b0063b1e3baa02mr8462206pfc.16.1681476791050; Fri, 14 Apr 2023 05:53:11 -0700 (PDT) Received: from alarm.flets-east.jp ([2400:4050:a840:1e00:4457:c267:5e09:481b]) by smtp.gmail.com with ESMTPSA id u21-20020a62ed15000000b00627df85cd72sm2961787pfh.199.2023.04.14.05.53.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 14 Apr 2023 05:53:10 -0700 (PDT) From: Akihiko Odaki To: Cc: dts@dpdk.org, Akihiko Odaki Subject: [PATCH 1/7] Replace Pcapy with Pcapyplus Date: Fri, 14 Apr 2023 21:52:49 +0900 Message-Id: <20230414125255.67812-2-akihiko.odaki@daynix.com> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230414125255.67812-1-akihiko.odaki@daynix.com> References: <20230414125255.67812-1-akihiko.odaki@daynix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 Pcapy is no longer maintained and incompatible with the latest distutils as described at: https://github.com/helpsystems/pcapy/issues/73 Replace it with Pcapyplus, a maintained fork. Signed-off-by: Akihiko Odaki --- ci/dts_requirements.txt | 2 +- doc/dts_gsg/usr_guide/sys_reqs.rst | 4 ++-- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/dts_requirements.txt b/ci/dts_requirements.txt index 4fcbcc60..0ffeb152 100644 --- a/ci/dts_requirements.txt +++ b/ci/dts_requirements.txt @@ -6,7 +6,7 @@ xlwt==1.3.0 pexpect==4.7.0 numpy==1.18.5 docutils -pcapy +pcapyplus xlrd scapy==2.4.4 threadpool diff --git a/doc/dts_gsg/usr_guide/sys_reqs.rst b/doc/dts_gsg/usr_guide/sys_reqs.rst index b91eef9d..e4682894 100644 --- a/doc/dts_gsg/usr_guide/sys_reqs.rst +++ b/doc/dts_gsg/usr_guide/sys_reqs.rst @@ -42,7 +42,7 @@ To run DTS, `Python3` must be installed, and it uses the following packages: * numpy: it provides method to deal with array-processing test results. * pexpect: it provides API to automate interactive SSH sessions. * docutils:it is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX -* pcapy: it is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables python scripts to capture packets on the network. +* pcapyplus: it is a Python extension module that interfaces with the libpcap packet capture library. Pcapyplus enables python scripts to capture packets on the network. * xlrd: it is a Python module that extracts data from Excel spreadsheets. * threadpool: it is a Python module that maintains a pool of worker threads to perform time consuming operations in parallel. * scapy: it is a Python program that enables the user to send, sniff and dissect and forge network packets. @@ -57,7 +57,7 @@ They are recorded in `requirements.txt`. pexpect==4.7.0 numpy==1.18.5 docutils - pcapy + pcapyplus xlrd scapy==2.4.4 threadpool diff --git a/requirements.txt b/requirements.txt index 7f1a2f6c..9668a385 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ xlwt==1.3.0 pexpect==4.7.0 numpy==1.18.5 docutils -pcapy +pcapyplus xlrd scapy==2.4.4 threadpool -- 2.40.0