DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] [dpdk-user]How to connect network after I bind my NIC driver to igb_uio
@ 2016-09-08  5:46 hongzhen_luo
  0 siblings, 0 replies; only message in thread
From: hongzhen_luo @ 2016-09-08  5:46 UTC (permalink / raw)
  To: users

 Dear, everyone
               i am trying to run dpdk-app l2fwd , my test environment : 4core and my network status  as below informations

               Network devices using DPDK-compatible driver
               ============================================
               0000:02:05.0 '82545EM Gigabit Ethernet Controller (Copper)' drv=igb_uio unused=
               0000:02:06.0 '82545EM Gigabit Ethernet Controller (Copper)' drv=igb_uio unused=

               Network devices using kernel driver
               ===================================
               0000:02:01.0 '82545EM Gigabit Ethernet Controller (Copper)' if=eno16777736 drv=e1000 unused=igb_uio *Active*

 The test result was :

              Port statistics ====================================
              Statistics for port 0 ------------------------------
              Packets sent:                        0
              Packets received:                    0
              Packets dropped:                     0
              Statistics for port 1 ------------------------------
              Packets sent:                        0
              Packets received:                    0
             Packets dropped:                     0
              Aggregate statistics ===============================
             Total packets sent:                  0
             Total packets received:              0
             Total packets dropped:               0
              ====================================================
 I can connect the network ,but there's nothing data was forwarded such as from eth 0 to eth 1 , then i tried to change the nic 0000:02:01.0 to "igb_uio"

 e.g.
Network devices using DPDK-compatible driver
============================================
0000:02:01.0 '82545EM Gigabit Ethernet Controller (Copper)' drv=igb_uio unused=
0000:02:05.0 '82545EM Gigabit Ethernet Controller (Copper)' drv=igb_uio unused=

Network devices using kernel driver
===================================
0000:02:06.0 '82545EM Gigabit Ethernet Controller (Copper)' if=eno50332208 drv=e1000 unused=igb_uio *Active*

In this situation,Data was  forwarded ,but  i cannot connect Network.So it's not my expected
I want to my NIC(e.g.eth0) can be received data from network ,then forward to another NIC(e,g.eth1)
Please tell me what should i do ,if you know that ...
Expect you reply
Best Regards .



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

only message in thread, other threads:[~2016-09-08  5:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-08  5:46 [dpdk-users] [dpdk-user]How to connect network after I bind my NIC driver to igb_uio hongzhen_luo

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