DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Issue in sending and receiving packets through L3fwd sample application
@ 2018-11-20  6:24 Kenvish Butani
  2018-11-20 14:58 ` Rami Rosen
  0 siblings, 1 reply; 2+ messages in thread
From: Kenvish Butani @ 2018-11-20  6:24 UTC (permalink / raw)
  To: dev

[-- Attachment #1: l3fwd-app-logs.txt --]
[-- Type: text/plain, Size: 1703 bytes --]

# ./l3fwd -c 0x3 -n 2 -- -p 0x3 --config="(0,0,0),(1,0,1)"
EAL: Detected 24 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Probing VFIO support...
EAL: PCI device igb_uio 0000:01:00.0: uio device registered with irq 44
0000:01:00.0 on NUMA socket 0
EAL:   probe driver: 8086:10a7 net_e1000_igb
EAL: PCI device igb_uio 0000:01:00.1: uio device registered with irq 45
0000:01:00.1 on NUMA socket 0
EAL:   probe driver: 8086:10a7 net_e1000_igb
LPM or EM none selected, default LPM on
Initializing port 0 ... Creating queues: nb_rxq=1 nb_txq=2...  Address:00:1E:67:4B:C9:54, Destination:02:00:00:00:00:00, Allocated mbuf pool on socket 0
LPM: Adding route 0x01010100 / 24 (0)
LPM: Adding route 0x02010100 / 24 (1)
LPM: Adding route 0x0a000a0b / 24 (0)
LPM: Adding route 0x0a001416 / 24 (1)
LPM: Adding route IPV6 / 48 (0)
LPM: Adding route IPV6 / 48 (1)
Allocated mbuf pool on socket 1
LPM: Adding route 0x01010100 / 24 (0)
LPM: Adding route 0x02010100 / 24 (1)
LPM: Adding route 0x0a000a0b / 24 (0)
LPM: Adding route 0x0a001416 / 24 (1)
LPM: Adding route IPV6 / 48 (0)
LPM: Adding route IPV6 / 48 (1)
txq=0,0,0 txq=1,1,1 
Initializing port 1 ... Creating queues: nb_rxq=1 nb_txq=2...  Address:00:1E:67:4B:C9:55, Destination:02:00:00:00:00:01, txq=0,0,0 txq=1,1,1 

Initializing rx queues on lcore 0 ... rxq=0,0,0 
Initializing rx queues on lcore 1 ... rxq=1,0,1 


Checking link status.....................done
Port0 Link Up. Speed 1000 Mbps -full-duplex
Port1 Link Up. Speed 1000 Mbps -full-duplex
L3FWD: entering main loop on lcore 1
L3FWD:  -- lcoreid=1 portid=1 rxqueueid=0
L3FWD: entering main loop on lcore 0
L3FWD:  -- lcoreid=0 portid=0 rxqueueid=0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] Issue in sending and receiving packets through L3fwd sample application
  2018-11-20  6:24 [dpdk-dev] Issue in sending and receiving packets through L3fwd sample application Kenvish Butani
@ 2018-11-20 14:58 ` Rami Rosen
  0 siblings, 0 replies; 2+ messages in thread
From: Rami Rosen @ 2018-11-20 14:58 UTC (permalink / raw)
  To: kenvishwlan; +Cc: dev

HI Kenvish,
Apologies, maybe I miss something, but what is the issue ?

Regards,
Rami Rosen
On Tue, 20 Nov 2018 at 08:24, Kenvish Butani <kenvishwlan@gmail.com> wrote:
>
> # ./l3fwd -c 0x3 -n 2 -- -p 0x3 --config="(0,0,0),(1,0,1)" EAL: Detected 24 lcore(s) EAL: Detected 2 NUMA nodes EAL: Multi-process socket /var/run/dpdk/rte/mp_socket EAL: Probing VFIO support... EAL: PCI device igb_uio 0000:01:00.0: uio device registered with irq 44 0000:01:00.0 on NUMA socket 0 EAL: probe driver: 8086:10a7 net_e1000_igb EAL: PCI device igb_uio 0000:01:00.1: uio device registered with irq 45 0000:01:00.1 on NUMA socket 0 EAL: probe driver: 8086:10a7 net_e1000_igb LPM or EM none selected, default LPM on Initializing port 0 ... Creating queues: nb_rxq=1 nb_txq=2... Address:00:1E:67:4B:C9:54, Destination:02:00:00:00:00:00, Allocated mbuf pool on socket 0 LPM: Adding route 0x01010100 / 24 (0) LPM: Adding route 0x02010100 / 24 (1) LPM: Adding route 0x0a000a0b / 24 (0) LPM: Adding route 0x0a001416 / 24 (1) LPM: Adding route IPV6 / 48 (0) LPM: Adding route IPV6 / 48 (1) Allocated mbuf pool on socket 1 LPM: Adding route 0x01010100 / 24 (0) LPM: Adding route 0x02010100 / 24 (1) LPM: Adding route 0x0a000a0b / 24 (0) LPM: Adding route 0x0a001416 / 24 (1) LPM: Adding route IPV6 / 48 (0) LPM: Adding route IPV6 / 48 (1) txq=0,0,0 txq=1,1,1 Initializing port 1 ... Creating queues: nb_rxq=1 nb_txq=2... Address:00:1E:67:4B:C9:55, Destination:02:00:00:00:00:01, txq=0,0,0 txq=1,1,1 Initializing rx queues on lcore 0 ... rxq=0,0,0 Initializing rx queues on lcore 1 ... rxq=1,0,1 Checking link status.....................done Port0 Link Up. Speed 1000 Mbps -full-duplex Port1 Link Up. Speed 1000 Mbps -full-duplex L3FWD: entering main loop on lcore 1 L3FWD: -- lcoreid=1 portid=1 rxqueueid=0 L3FWD: entering main loop on lcore 0 L3FWD: -- lcoreid=0 portid=0 rxqueueid=0

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-20 14:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-20  6:24 [dpdk-dev] Issue in sending and receiving packets through L3fwd sample application Kenvish Butani
2018-11-20 14:58 ` Rami Rosen

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