DPDK usage discussions
 help / color / mirror / Atom feed
From: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
To: "Ruslan R. Laishev" <zator@yandex.ru>
Cc: users@dpdk.org
Subject: Re: DPDK 20.08, select drivrs to build
Date: Thu, 9 Dec 2021 13:01:01 +0300	[thread overview]
Message-ID: <20211209130101.1a40ca95@sovereign> (raw)
In-Reply-To: <4d9722b9-7754-e28e-12d1-ef11149da5ef@yandex.ru>

2021-12-07 17:05 (UTC+0300), Ruslan R. Laishev:
> Hello!
> 
>   I working with the DPDK 20.08. I'm need to build a reduced set of PMD drivers for network devices.
>   Is there a way to select what driver (-s) will be built?
>   I cannot use meson and -Ddisable_drivers.

https://doc.dpdk.org/guides-20.08/linux_gsg/build_dpdk.html#installation-of-dpdk-target-environment-using-make

In your case, you need to set CONFIG_RTE_LIBRTE_xxx_PMD=n in .config
for the drivers you don't need.
You can also create config/defconfig_my and use T=my
(useful to share the config changes e.g. within a team).

  reply	other threads:[~2021-12-09 10:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-07 14:05 Ruslan R. Laishev
2021-12-09 10:01 ` Dmitry Kozlyuk [this message]
2021-12-09 10:03   ` Ruslan R. Laishev

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=20211209130101.1a40ca95@sovereign \
    --to=dmitry.kozliuk@gmail.com \
    --cc=users@dpdk.org \
    --cc=zator@yandex.ru \
    /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).