DPDK usage discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: Utkarsh Kathuria <utkarshkathuria22@gmail.com>
Cc: dev@dpdk.org, users@dpdk.org
Subject: Re: [dpdk-users] [dpdk-dev] Regarding error while running l2fwd application of DPDK-19.02
Date: Tue, 18 Aug 2020 15:50:06 +0100	[thread overview]
Message-ID: <20200818145006.GH500@bricha3-MOBL.ger.corp.intel.com> (raw)
In-Reply-To: <CAHwUPr6h1QmE6iGYBJnNBeXSb_efMRULEEAY-N8gTqjd2v=R7w@mail.gmail.com>

On Thu, Aug 13, 2020 at 03:00:36PM +0800, Utkarsh Kathuria wrote:
> Greetings of the day,
> My name is Utkarsh Kathuria. I am new to DPDK and trying to run the
> application l2fwd.
> After I write the command ./examples/l2fwd/build/l2fwd -c 0x4 -n 1 -- -p
> 0x3, it shows error cause not enough cores.
> Please help me.
> 
Portmask of 0x3 implies two ports, 0 and 1, while coremask of 0x4 only
references a single core, core 2. Trying adding some more cores to the
coremask, e.g. try -c 0x6.

Adding users mailing list, as that is a better list for questions such as
this.

/Bruce

           reply	other threads:[~2020-08-18 14:50 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <CAHwUPr6h1QmE6iGYBJnNBeXSb_efMRULEEAY-N8gTqjd2v=R7w@mail.gmail.com>]

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=20200818145006.GH500@bricha3-MOBL.ger.corp.intel.com \
    --to=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=users@dpdk.org \
    --cc=utkarshkathuria22@gmail.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).