DPDK usage discussions
 help / color / mirror / Atom feed
From: "Wiles, Keith" <keith.wiles@intel.com>
To: Danushka Menikkumbura <danushka.menikkumbura@gmail.com>,
	"users@dpdk.org" <users@dpdk.org>
Subject: Re: [dpdk-users] Pktgen port mapping error
Date: Fri, 2 Apr 2021 17:24:41 +0000	[thread overview]
Message-ID: <DM6PR11MB4593238B0E7196C60F7878B5FE7A9@DM6PR11MB4593.namprd11.prod.outlook.com> (raw)
In-Reply-To: <CAF4V=3FmEDBsVm6BJxZyX93Bf_aJtj+=Vqcv6y1sRdVvaQKdJQ@mail.gmail.com>

You should pick a lcore that is on the same socket as the NIC (socket 0). It appears that lcore 1 is on socket 1. Please use the cpu_layout.py script in the DPDK tools directory to determine which lcores to use.

From: users <users-bounces@dpdk.org> on behalf of Danushka Menikkumbura <danushka.menikkumbura@gmail.com>
Date: Friday, April 2, 2021 at 11:37 AM
To: users@dpdk.org <users@dpdk.org>
Subject: [dpdk-users] Pktgen port mapping error
Hello,

When I run pktget using the command line:

sudo pktgen -l 0-1 -n 3 -- -P -m 1.0

I get the following error:

PANIC in pktgen_main_rxtx_loop():

*** port 0 on socket ID 0 has different socket ID on lcore 1 socket ID 1

I have just one port on my machine. Please help me understand what I might
be missing here.

Thanks,
Danushka

  reply	other threads:[~2021-04-02 17:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-02 16:36 Danushka Menikkumbura
2021-04-02 17:24 ` Wiles, Keith [this message]
2021-04-02 17:44   ` Danushka Menikkumbura

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=DM6PR11MB4593238B0E7196C60F7878B5FE7A9@DM6PR11MB4593.namprd11.prod.outlook.com \
    --to=keith.wiles@intel.com \
    --cc=danushka.menikkumbura@gmail.com \
    --cc=users@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).