DPDK usage discussions
 help / color / mirror / Atom feed
* Re: [dpdk-users] [dpdk-dev] Regarding error while running l2fwd application of DPDK-19.02
       [not found] <CAHwUPr6h1QmE6iGYBJnNBeXSb_efMRULEEAY-N8gTqjd2v=R7w@mail.gmail.com>
@ 2020-08-18 14:50 ` Bruce Richardson
  0 siblings, 0 replies; only message in thread
From: Bruce Richardson @ 2020-08-18 14:50 UTC (permalink / raw)
  To: Utkarsh Kathuria; +Cc: dev, users

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-18 14:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAHwUPr6h1QmE6iGYBJnNBeXSb_efMRULEEAY-N8gTqjd2v=R7w@mail.gmail.com>
2020-08-18 14:50 ` [dpdk-users] [dpdk-dev] Regarding error while running l2fwd application of DPDK-19.02 Bruce Richardson

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).