DPDK patches and discussions
 help / color / mirror / Atom feed
From: Igor Ryzhov <iryzhov@nfware.com>
To: dev@dpdk.org
Cc: "Richardson, Bruce" <bruce.richardson@intel.com>
Subject: Re: [dpdk-dev] [PATCH] config: set RTE_KNI_PREEMPT_DEFAULT in meson
Date: Tue, 17 Sep 2019 22:11:04 +0300	[thread overview]
Message-ID: <CAF+s_Fwhuy536QYrNLYX2NV1Adt6QrL0=7dzSKUqLXz5iwWtuQ@mail.gmail.com> (raw)
In-Reply-To: <20190916100828.38199-1-iryzhov@nfware.com>

CCing Bruce, maintainer of the meson build system.

It's a simple patch to make meson behavior consistent with make behavior.

CONFIG_RTE_KNI_PREEMPT_DEFAULT is set to "y" in config/common_base,
so we need to set RTE_KNI_PREEMPT_DEFAULT to 1 in meson.

Best regards,
Igor

On Mon, Sep 16, 2019 at 1:08 PM Igor Ryzhov <iryzhov@nfware.com> wrote:

> Same behavior as in make build system.
>
> Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
> ---
>  config/rte_config.h | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/config/rte_config.h b/config/rte_config.h
> index 0bbbe274f..e6a35a170 100644
> --- a/config/rte_config.h
> +++ b/config/rte_config.h
> @@ -98,6 +98,9 @@
>  #define RTE_SCHED_PORT_N_GRINDERS 8
>  #undef RTE_SCHED_VECTOR
>
> +/* rte_kni defines */
> +#define RTE_KNI_PREEMPT_DEFAULT 1
> +
>  /****** driver defines ********/
>
>  /* QuickAssist device */
> --
> 2.23.0
>
>

  reply	other threads:[~2019-09-17 19:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-16 10:08 Igor Ryzhov
2019-09-17 19:11 ` Igor Ryzhov [this message]
2019-09-18 10:32   ` Bruce Richardson
2019-10-23 23:14     ` Thomas Monjalon

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='CAF+s_Fwhuy536QYrNLYX2NV1Adt6QrL0=7dzSKUqLXz5iwWtuQ@mail.gmail.com' \
    --to=iryzhov@nfware.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    /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).