From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id F1DB1A04AF for ; Mon, 28 Sep 2020 11:35:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8D6C81D67C; Mon, 28 Sep 2020 11:35:27 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id E1E981D655 for ; Mon, 28 Sep 2020 11:35:24 +0200 (CEST) Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601285723; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4TadStYnNouaKzg61mxWbAxecanhJtaVKGWWuiDsl1w=; b=A63VWpEZ40Sqdgaa62y1k7ibYIe0FvyovMc5Ljg2zvEAh81UAoQNFcMXoy5O5u+eVYMcBN L9MFnAkYWSL638otunT437wlVB8Y++mju8zS3dFdess8FujxM57mfCuRtIZWzDKWRrEkRn wCwUsAUSgUrdiaeuSthwZYrqB156/I4= Received: from mail-vs1-f71.google.com (mail-vs1-f71.google.com [209.85.217.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-437-2rfPht6PP9aZK95Ur_NtBQ-1; Mon, 28 Sep 2020 05:35:19 -0400 X-MC-Unique: 2rfPht6PP9aZK95Ur_NtBQ-1 Received: by mail-vs1-f71.google.com with SMTP id f129so131096vsc.0 for ; Mon, 28 Sep 2020 02:35:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4TadStYnNouaKzg61mxWbAxecanhJtaVKGWWuiDsl1w=; b=nbqrcOtT3eukuhLy+9XJ86f7rcr8Ga4nF644aFOdRlNwoA19YLpjz1BvOJjfozrBt3 GmAtOJZzy+1HWjUln9neoDlBUPc0lznqaS01dg1yr0yyDFr1HODvlcfzuNzs9xSg9eWN b5x9VcscexyHdPhpP75aBIXZz4vB6cE19Ogflwcvr4eQGfFcL79hYi7Q1dim425y5W2m rzBFwWcgBz1X0RVh7isSDpS0ScO6xBjAY5t3k2nyx4gRbyhZ8Ntpt+peHfxchG1dz16L PuYu5SlrQYkzorzcUTwGjsn6G9YwrGmbOPLJpGFlQXjhEWL+RUyr0fEmETmiVHpnD5p+ zH4w== X-Gm-Message-State: AOAM532oriE9/iL86EeZSQxmcObp3YJtn8hB7c2r6c6tF3tYeEC5GJ4+ sl8mndpBdqXDRzfbEnXLQuivcjY/YsgHBmyhv417fmu+1xQB+QH6wv5euQE53MvtDdr8wl0ZsKS wxP/fPVqXEU9idPYqIA== X-Received: by 2002:a67:fd44:: with SMTP id g4mr5089186vsr.18.1601285718644; Mon, 28 Sep 2020 02:35:18 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxY876BqEN3fFPLdy3m1pXGBMWrkxOI/NNuqrgVbWISf3EvPd0AAnFcz+Yv0FMN7nav362A8KVWv20YwNz83P0= X-Received: by 2002:a67:fd44:: with SMTP id g4mr5089168vsr.18.1601285718389; Mon, 28 Sep 2020 02:35:18 -0700 (PDT) MIME-Version: 1.0 References: <20200708212335.25338-1-dmitry.kozliuk@gmail.com> <20200927214732.12783-1-dmitry.kozliuk@gmail.com> In-Reply-To: <20200927214732.12783-1-dmitry.kozliuk@gmail.com> From: David Marchand Date: Mon, 28 Sep 2020 11:35:07 +0200 Message-ID: To: Dmitry Kozlyuk Cc: dev , Neil Horman , ci@dpdk.org, Thomas Monjalon , Timothy Redaelli , Luca Boccassi Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-ci] [dpdk-dev] [PATCH v5 0/3] pmdinfogen: rewrite in Python X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" Hello Dmitry, On Sun, Sep 27, 2020 at 11:48 PM Dmitry Kozlyuk wrote: > > This patchset implements existing pmdinfogen logic in Python, replaces > and removes the old code. The goals of rewriting are: > * support pmdinfo on Windows ? :-) > * easier maintenance by using a more high-level language, > * simpler build process without host application and libelf. > > Travis CI script is adjusted to install python3-pyelftools, but other CI > systems may need similar tweaking. Particularly, testing on FreeBSD and > big-endian targets is desired. This new requirement will impact mainly distribution packagers, developers and the CI. While I think this is fine for the first two categories (python-elftools is now available on most distributions, and you can also pip install it), the last category is a concern. If we want to move forward with this patch, this must be addressed in a timely manner as we don't want to break the CI. -- David Marchand