[dpdk-dev] Issue in sending and receiving packets through L3fwd sample application

Kenvish Butani kenvishwlan at gmail.com
Tue Nov 20 07:24:30 CET 2018


# ./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



More information about the dev mailing list