DPDK usage discussions
 help / color / mirror / Atom feed
From: SaurabhGL <saggarwal848@gmail.com>
To: users@dpdk.org
Subject: [dpdk-users] Effect of Run pktgen application with NIC under linux control and dpdk control
Date: Tue, 21 Feb 2017 19:24:54 +0530	[thread overview]
Message-ID: <CALHp0uDEU_sNo6u4Gsfax-Ybru4C1xa-k58iZ52XDXazT__hmw@mail.gmail.com> (raw)

Hi Dpdk Team,

I am new to dpdk and am trying to run dpdk pktgen application by command
mentioned below :
./pktgen -c 0x1f -n 3 --vdev=eth_pcap0,iface=enp2s0 -- -P -m "[1:3].0"

Before run the application i execute the script named "dpdk-devbind.py
--status" It's showing status as mentioned below:

Network devices using DPDK-compatible driver
============================================
<none>

Network devices using kernel driver
===================================
0000:02:00.0 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller'
if=enp2s0 drv=r8169 unused= *Active*
0000:04:01.0 '82546EB Gigabit Ethernet Controller (Copper)' if=enp4s1f0
drv=e1000 unused=
0000:04:01.1 '82546EB Gigabit Ethernet Controller (Copper)' if=enp4s1f1
drv=e1000 unused=

Other network devices
=====================
<none>

It is showing no interface are under the DPDK-compatible driver list, Is it
means that we are not using the interface enp2s0 with dpdk?
if not, Is it affecting  on performance of pktgen application ?

And Next I to bring the interfaces "enp2s0" from kernel driver list to the
"DPDK-compatible driver" list as shown below

Network devices using DPDK-compatible driver
============================================
0000:02:00.0 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller'
drv=igb_uio unused=r8169,uio_pci_generic

Network devices using kernel driver
===================================
0000:04:01.0 '82546EB Gigabit Ethernet Controller (Copper)' if=enp4s1f0
drv=e1000 unused=igb_uio,uio_pci_generic
0000:04:01.1 '82546EB Gigabit Ethernet Controller (Copper)' if=enp4s1f1
drv=e1000 unused=igb_uio,uio_pci_generic

Other network devices
=====================
<none>

but I am not able to got the it interface name and not in active mode also,
How to use now pktgen application without interface name?

Thanks in advance for quick solution
-- 
Thanks & Regards

Saurabh Aggarwal

             reply	other threads:[~2017-02-21 13:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-21 13:54 SaurabhGL [this message]
2017-02-21 14:20 ` Wiles, Keith

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=CALHp0uDEU_sNo6u4Gsfax-Ybru4C1xa-k58iZ52XDXazT__hmw@mail.gmail.com \
    --to=saggarwal848@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).