DPDK patches and discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: Thomas Monjalon <thomas@monjalon.net>,
	Bruce Richardson <bruce.richardson@intel.com>
Cc: dev <dev@dpdk.org>, Hemant Agrawal <hemant.agrawal@nxp.com>,
	 Sachin Saxena <sachin.saxena@oss.nxp.com>,
	Stephen Hemminger <sthemmin@microsoft.com>,
	 Long Li <longli@microsoft.com>,
	Gagandeep Singh <g.singh@nxp.com>,
	 Somalapuram Amaranath <asomalap@amd.com>,
	Akhil Goyal <akhil.goyal@nxp.com>,
	 Anoob Joseph <anoobj@marvell.com>,
	Timothy McDaniel <timothy.mcdaniel@intel.com>,
	 Nipun Gupta <nipun.gupta@nxp.com>,
	"John W. Linville" <linville@tuxdriver.com>,
	Steven Webster <steven.webster@windriver.com>,
	Matt Peters <matt.peters@windriver.com>,
	 "Wei Hu (Xavier)" <xavier.huwei@huawei.com>,
	"Min Hu (Connor)" <humin29@huawei.com>,
	 Yisen Zhuang <yisen.zhuang@huawei.com>,
	Lijun Ou <oulijun@huawei.com>,
	 Heinrich Kuhn <heinrich.kuhn@netronome.com>,
	Jasvinder Singh <jasvinder.singh@intel.com>,
	 Cristian Dumitrescu <cristian.dumitrescu@intel.com>,
	Keith Wiles <keith.wiles@intel.com>,
	 Matan Azrad <matan@nvidia.com>,
	Ferruh Yigit <ferruh.yigit@intel.com>,
	 David Hunt <david.hunt@intel.com>,
	Maxime Coquelin <maxime.coquelin@redhat.com>,
	Chenbo Xia <chenbo.xia@intel.com>
Subject: Re: [dpdk-dev] [PATCH 1/1] build: align wording of non-support reasons
Date: Mon, 16 Nov 2020 14:49:45 +0100	[thread overview]
Message-ID: <CAJFAV8xZwTzo5OhUZmFbizR5cDqFx4BkUnW-nBUrmngBYitFnQ@mail.gmail.com> (raw)
In-Reply-To: <20201106170833.234029-1-thomas@monjalon.net>

On Fri, Nov 6, 2020 at 6:09 PM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> Reasons for building not supported generally start with lowercase
> because printed as the second part of a line.
>
> Other changes:
>         - "linux" should be "Linux" with a capital letter.
>         - ARCH_X86_64 may be simply x86_64.
>         - aarch64 is preferred over arm64.
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

After patch, we end up with:

      1 'missing dependency, DPDK KNI library'
      1 'missing dependency, DPDK VMBus driver'
      1 'missing dependency, "libAArch64crypto"'
      1 'missing dependency, "libbpf"'
      1 'missing dependency, "libisal"'
      1 'missing dependency, "libnfb"'
      1 'missing dependency, "libpcap"'
      1 'missing dependency, "librt"'
      1 'missing dependency, "libsze2"'
      1 'only supported on Linux and Windows'
      1 'only supported on x86'
      2 ''
      2 'missing dependency, DPDK DPAA2 mempool driver'
      2 'missing dependency, DPDK vhost library'
      2 'missing dependency, "libcrypto"'
      2 'missing dependency, "libfdt"'
      2 'missing dependency, "' + libname + '"'
      2 'missing dependency, "zlib"'
      2 'only supported on x86_64 Linux'
      3 'only supported on x86_64 and aarch64'
      4 'missing dependency, "libmusdk"'
      4 'only supported on 64-bit'
      4 'only supported on 64-bit Linux'
      5 'IPSec_MB version >= @0@ is required, found version @1@'
      5 'missing dependency, "libIPSec_MB"'
      6 'not supported on Windows'
     32 'only supported on Linux'

I wonder if we could use some helper here, like for OS checks and
avoid getting those strings "not supported on XXX" "only supported on
XXX" in libs/drivers meson.build.

But otherwise, I tried it, looked at meson logs, LGTM.
Acked-by: David Marchand <david.marchand@redhat.com>


-- 
David Marchand


  reply	other threads:[~2020-11-16 13:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-06 17:08 Thomas Monjalon
2020-11-16 13:49 ` David Marchand [this message]
2020-11-20 15:13   ` David Marchand

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=CAJFAV8xZwTzo5OhUZmFbizR5cDqFx4BkUnW-nBUrmngBYitFnQ@mail.gmail.com \
    --to=david.marchand@redhat.com \
    --cc=akhil.goyal@nxp.com \
    --cc=anoobj@marvell.com \
    --cc=asomalap@amd.com \
    --cc=bruce.richardson@intel.com \
    --cc=chenbo.xia@intel.com \
    --cc=cristian.dumitrescu@intel.com \
    --cc=david.hunt@intel.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=g.singh@nxp.com \
    --cc=heinrich.kuhn@netronome.com \
    --cc=hemant.agrawal@nxp.com \
    --cc=humin29@huawei.com \
    --cc=jasvinder.singh@intel.com \
    --cc=keith.wiles@intel.com \
    --cc=linville@tuxdriver.com \
    --cc=longli@microsoft.com \
    --cc=matan@nvidia.com \
    --cc=matt.peters@windriver.com \
    --cc=maxime.coquelin@redhat.com \
    --cc=nipun.gupta@nxp.com \
    --cc=oulijun@huawei.com \
    --cc=sachin.saxena@oss.nxp.com \
    --cc=steven.webster@windriver.com \
    --cc=sthemmin@microsoft.com \
    --cc=thomas@monjalon.net \
    --cc=timothy.mcdaniel@intel.com \
    --cc=xavier.huwei@huawei.com \
    --cc=yisen.zhuang@huawei.com \
    /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).