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 BC74DA052A; Mon, 25 Jan 2021 14:13:13 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 26564140F37; Mon, 25 Jan 2021 14:13:13 +0100 (CET) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mails.dpdk.org (Postfix) with ESMTP id 18622140D19; Mon, 25 Jan 2021 14:13:12 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id A6681D4A; Mon, 25 Jan 2021 08:13:10 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Mon, 25 Jan 2021 08:13:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm3; bh= lp4utEAvWzNkXsDiwP23dxz+772r5s2iLQAdpy/PP3M=; b=K0qj7R4V/KFz4PMC wctm5qYtpr6ic4GgwqK/8kQxajPw+YYiL9z0J7GBYgr9jWHSo8dnbrXd/aumM/MM kzZRNgndjtlKNnTCvIrKCnhpuSYuL1F9nTA/BqFBwas2A9MJB4TrsVl0h2SayDUZ WtlhDH2CuCLp5LIzUGeMzNodBVTfBd4/VdQPFsWjCknKMu3BUcywuemEFP4IDD+j 4I0vahS58YnJAhSOuFheWi6BKEUn12dEslJrNyqYfIAOxjdi3Y7tfSP8pIF4Yr4b wo77GGg1iCz3zfSa2FM8f4GJgT2HNLvO9ifyDFzzhP8vsyiMURjoozgx4AE4nFzZ dr8Xug== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=lp4utEAvWzNkXsDiwP23dxz+772r5s2iLQAdpy/PP 3M=; b=m/FwvFf4nxWD3NhvLRyGH3C4f91J7DZmQi0IUaElJlTHM2Tn6W/Rxu4te E2z1O48ib1hFMAYmB4OeqzeTHuI+wDPVM8fspJd9R+vw1CpoucxXfDcDlYlCg6sD OlAysLgVa2z9MdX/vP1G6oZkuHh+18KjsCmoF5LM1Cq8tOaqGanKVIDaYFUspnAD uAZmgI1sc5gjCbqP8FrFbUyD9T6iIU4velivahJDxYpAXwJf7OoMxVxP0SXG4Gi2 T5UWBkc/L5jWhxYkl7ukl6kv43QEh6CX90ZyDy2Vk/rqRy6TPT4HYGymgQjLTKBG BAJ8zPeT2dSsseasaLRPqiq7a35Vg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdefgdegjecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpeffvdffjeeuteelfeeileduudeugfetjeelveefkeejfeeigeehteff vdekfeegudenucffohhmrghinhepughpughkrdhorhhgnecukfhppeejjedrudefgedrvd dtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhr ohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D075124005A; Mon, 25 Jan 2021 08:13:08 -0500 (EST) From: Thomas Monjalon To: Dmitry Kozlyuk Cc: dev@dpdk.org, Maxime Coquelin , Bruce Richardson , Jie Zhou , ci@dpdk.org Date: Mon, 25 Jan 2021 14:13:07 +0100 Message-ID: <9949138.daZtjAAlbr@thomas> In-Reply-To: <20210124205157.14386-1-dmitry.kozliuk@gmail.com> References: <20210122224327.5621-1-dmitry.kozliuk@gmail.com> <20210124205157.14386-1-dmitry.kozliuk@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v10 0/3] pmdinfogen: rewrite in Python 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" > Dmitry Kozlyuk (3): > pmdinfogen: add Python implementation > build: use Python pmdinfogen > pmdinfogen: remove C implementation Applied, thanks. Reminder: it is adding a NEW DEPENDENCY on pyelftools, as highlighted already in CI and maintainers meetings: http://mails.dpdk.org/archives/ci/2021-January/000939.html http://mails.dpdk.org/archives/dev/2021-January/197814.html If not already done, please UPDATE your environment! Thanks