From: Thomas Monjalon <thomas@monjalon.net>
To: Hemant Agrawal <hemant.agrawal@nxp.com>
Cc: stable@dpdk.org, slawomirx.mrozowicz@intel.com,
cristian.dumitrescu@intel.com, dev@dpdk.org
Subject: Re: [dpdk-stable] [PATCH v2] examples/qos_sched: fix core limit for lower num of lcore
Date: Wed, 19 Jul 2017 08:24:37 +0300 [thread overview]
Message-ID: <3172790.mMM15UVdKU@xps> (raw)
In-Reply-To: <1500280631-6634-1-git-send-email-hemant.agrawal@nxp.com>
17/07/2017 11:37, Hemant Agrawal:
> --- a/examples/qos_sched/main.h
> +++ b/examples/qos_sched/main.h
> @@ -69,8 +69,13 @@ extern "C" {
> #define BURST_TX_DRAIN_US 100
>
> #ifndef APP_MAX_LCORE
> +#if (APP_MAX_LCORE > 64)
> #define APP_MAX_LCORE 64
If APP_MAX_LCORE is not defined, it cannot be > 64, right?
Or what am I missing?
> +#else
> +#define APP_MAX_LCORE RTE_MAX_LCORE
> +#endif
> #endif
next prev parent reply other threads:[~2017-07-19 5:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-17 5:49 [PATCH] examples/qos_sched: fix core limit for lower num of lcore Hemant Agrawal
2017-07-17 8:37 ` [PATCH v2] " Hemant Agrawal
2017-07-19 5:24 ` Thomas Monjalon [this message]
2017-07-19 7:58 ` [dpdk-stable] " Hemant Agrawal
2017-07-19 8:13 ` [PATCH v3] " Hemant Agrawal
2017-07-21 14:38 ` 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=3172790.mMM15UVdKU@xps \
--to=thomas@monjalon.net \
--cc=cristian.dumitrescu@intel.com \
--cc=dev@dpdk.org \
--cc=hemant.agrawal@nxp.com \
--cc=slawomirx.mrozowicz@intel.com \
--cc=stable@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.