DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Rahul Gupta <rahulgupt@linux.microsoft.com>
Cc: dev@dpdk.org, thomas@monjalon.net, bruce.richardson@intel.com,
	dmitry.kozliuk@gmail.com, sovaradh@linux.microsoft.com,
	okaya@kernel.org, sujithsankar@microsoft.com,
	sowmini.varadhan@microsoft.com, krathinavel@microsoft.com,
	rahulrgupta27@gmail.com, Rahul Gupta <rahulgupt@microsoft.com>
Subject: Re: [dpdk-dev] [PATCH v2] eal: refactor rte_eal_init into sub-functions
Date: Wed, 17 Jan 2024 13:24:34 -0800	[thread overview]
Message-ID: <20240117132434.2bf821b9@hermes.local> (raw)
In-Reply-To: <1705519502-16164-1-git-send-email-rahulgupt@linux.microsoft.com>

On Wed, 17 Jan 2024 11:25:02 -0800
Rahul Gupta <rahulgupt@linux.microsoft.com> wrote:

> +	lcore_id = rte_lcore_id();
> +	lcore_id = rte_get_next_lcore(lcore_id, 0, 1);
> +	/* Gives status of rte_eal_init_async() */
> +	while (rte_eal_init_async_done(lcore_id) == 0)
> +		;

Will this all work if application is run with single lcore?
It would work before this.

      reply	other threads:[~2024-01-17 21:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-17 19:25 Rahul Gupta
2024-01-17 21:24 ` Stephen Hemminger [this message]

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=20240117132434.2bf821b9@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=dmitry.kozliuk@gmail.com \
    --cc=krathinavel@microsoft.com \
    --cc=okaya@kernel.org \
    --cc=rahulgupt@linux.microsoft.com \
    --cc=rahulgupt@microsoft.com \
    --cc=rahulrgupta27@gmail.com \
    --cc=sovaradh@linux.microsoft.com \
    --cc=sowmini.varadhan@microsoft.com \
    --cc=sujithsankar@microsoft.com \
    --cc=thomas@monjalon.net \
    /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).