From patchwork Thu Jul 2 00:02:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Kozlyuk X-Patchwork-Id: 72696 X-Patchwork-Delegate: thomas@monjalon.net 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 CBBE8A0350; Thu, 2 Jul 2020 02:03:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E5AD11D5F3; Thu, 2 Jul 2020 02:02:54 +0200 (CEST) Received: from mail-lf1-f66.google.com (mail-lf1-f66.google.com [209.85.167.66]) by dpdk.org (Postfix) with ESMTP id B44A71D5C3 for ; Thu, 2 Jul 2020 02:02:50 +0200 (CEST) Received: by mail-lf1-f66.google.com with SMTP id y18so14761547lfh.11 for ; Wed, 01 Jul 2020 17:02:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=1+v3DraxAk+R/FdDJjf7vMV9ncMFhD0gTbJShGvK9m4=; b=uWceVHt+x74q9Ldp4tCrNNpiuhFo4f5WOObzkiIrqLpVkUZY7+TjlQNf+XHzxfnXzT C04Apv7TTcMXjfb4QiYOAC0dz8inCNpu7vPcKHtFCvSn9PogIfTtenCMuIbpkwha+sxA 60W+pqrxsEH2x6kJFt0RzlaLLnodOMt/uEpu+V+asIhM5Fg8sqx429DQf7k15HPvlrhy 0/4nijm8e0oqUH9wY483zyDE9IabrxxJAhUI5hohIFDxHk4S00tQK/xdk/lPyNK+iY9Y QN28QBAkFNVx6GojwcFqQWsRrhyqb1+UsZP2sW3xUW3YypIAZGKdF6flc5e4OMdsFKox IHMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=1+v3DraxAk+R/FdDJjf7vMV9ncMFhD0gTbJShGvK9m4=; b=LhnSivD2aLlMMN/B5u/hoEjRj7KAmnRnQotvQNuxzVrEV3B0o7I2zYRngKdt+Cwsb1 Jwudt3vfQVRXp67YwGPWrj2Sl6bUCnydF5s1tp0qkgQQNlG5IlSOxCMkgbc4DRgI4dL9 WE6DSyrA5XD9LVnKyv2dRbDTLANjrMNLaRKmSW4ueHRQNuMg6/vdecnmymv9lrfQi36n GYe6meJbL5ZvsWf667YxiQiMhvVBAPFDzTzfXhKwK50jSB92imQ+5iohrKAds2CnylDs GQqHA2ySbGDuX1lP1UkY/bL16XRj34RwBrpEOrBdKz2Glc0XaFx8FApdcE0+0v58buJm KwCg== X-Gm-Message-State: AOAM533Pwhl8HoeCt1/8QJhVEcBVIEdkJ4tTMDDkoFHA0oWCVnnmNEkD bimRm66obezil/RMxuyXnKD5GwdJZzc= X-Google-Smtp-Source: ABdhPJzNz10dmkx0PT93ea1ylOOZcM69uyQg9laJ9UO3pd0X5UAuSQ7T/7fn/d11zPB2xwKdhEflag== X-Received: by 2002:a19:cc93:: with SMTP id c141mr16603350lfg.15.1593648170057; Wed, 01 Jul 2020 17:02:50 -0700 (PDT) Received: from localhost.localdomain (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id u26sm2875550lfq.72.2020.07.01.17.02.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 01 Jul 2020 17:02:49 -0700 (PDT) From: Dmitry Kozlyuk To: dev@dpdk.org Cc: Neil Horman , Bruce Richardson , Thomas Monjalon , robin.jarry@6wind.com, Jie Zhou , Tal Shnaiderman , Dmitry Kozlyuk Date: Thu, 2 Jul 2020 03:02:32 +0300 Message-Id: <20200702000232.10761-4-dmitry.kozliuk@gmail.com> X-Mailer: git-send-email 2.25.4 In-Reply-To: <20200702000232.10761-1-dmitry.kozliuk@gmail.com> References: <20200622004503.29036-1-dmitry.kozliuk@gmail.com> <20200702000232.10761-1-dmitry.kozliuk@gmail.com> MIME-Version: 1.0 Subject: [dpdk-dev] [RFC PATCH v2 3/3] doc/linux_gsg: require pyelftools for pmdinfogen X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" The package is available on all major distributions. FreeBSD has no system requirements section in its GSG, Windows currently neither uses pmdinfogen not is supported by it. Signed-off-by: Dmitry Kozlyuk --- doc/guides/linux_gsg/sys_reqs.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst index a124656bc..ef2037ca7 100644 --- a/doc/guides/linux_gsg/sys_reqs.rst +++ b/doc/guides/linux_gsg/sys_reqs.rst @@ -56,6 +56,12 @@ Compilation of the DPDK * If the packaged version is below the minimum version, the latest versions can be installed from Python's "pip" repository: ``pip3 install meson ninja`` +* ``pyelftools`` (version 0.22+) + + * For RHEL/Fedora systems it can be installed using ``dnf install python-pyelftools`` + + * For Ubuntu/Debian it can be installed using ``apt install python3-pyelftools`` + * Library for handling NUMA (Non Uniform Memory Access). * ``numactl-devel`` in RHEL/Fedora;