- 积分
- 35
贡献229
飞刀32 FD
注册时间2021-12-6
在线时间4 小时
|
楼主 |
发表于 2022-8-11 15:28:20
|
显示全部楼层
root@localhost:~# ./l2fwd_port -c 0xf -n 1 -- -p 0xf -q 1 --no-mac-updating
EAL: Detected 4 lcore(s)
EAL: DPAA Bus Detected
EAL: Probing VFIO support...
EAL: VFIO support initialized
PMD: net: dpaa: fm1-mac2: 36:7a:06:0a:a4:1c
PMD: net: dpaa: fm1-mac3: 7e:93:4c:b0:c4:f7
PMD: net: dpaa: fm1-mac4: c6:d7:a8:99:ff:84
PMD: net: dpaa: fm1-mac5: 8a:83:cf:91:b7:4d
PMD: net: dpaa: fm1-mac6: 6e:2d:b3:d1:76:9d
PMD: net: dpaa: fm1-mac9: 02:49:01:01:9f:d4
PMD: net: dpaa: fm1-mac10: 82:70:a7:ec:e1:3d
PMD: dpaa_sec-7 cryptodev init
PMD: dpaa_sec-8 cryptodev init
PMD: dpaa_sec-9 cryptodev init
PMD: dpaa_sec-10 cryptodev init
debug: p = 0xf, port mask=15
MAC updating disabled
Lcore 0: RX port 0
Lcore 1: RX port 1
Lcore 2: RX port 2
Lcore 3: RX port 3
Initializing port 0... done:
Port 0, MAC address: 36:7A:06:0A:A4:1C
Initializing port 1... done:
Port 1, MAC address: 7E:93:4C:B0:C4:F7
Initializing port 2... done:
Port 2, MAC address: C6:D7:A8:99:FF:84
Initializing port 3... done:
Port 3, MAC address: 8A:83:CF:91:B7:4D
Skipping disabled port 4
Skipping disabled port 5
Skipping disabled port 6
Checking link statusdone
Port0 Link Up. Speed 1000 Mbps - full-duplex
Port1 Link Up. Speed 1000 Mbps - full-duplex
Port2 Link Up. Speed 1000 Mbps - full-duplex
Port3 Link Up. Speed 1000 Mbps - full-duplex
L2FWD: entering main loop on lcore 1
L2FWD: -- lcoreid=1 portid=1
L2FWD: entering main loop on lcore 2
L2FWD: -- lcoreid=2 portid=2
L2FWD: entering main loop on lcore 3
L2FWD: -- lcoreid=3 portid=3
ioctl(DPAA_IOCTL_PORTAL_MAP): No such device
./l2fwd_port: process_portal_map(): Unknown error -1
dpaa: Unable to alloc fq portal
dpaa_eth_queue_portal_rx(): Failure in affining portal -1
ioctl(DPAA_IOCTL_PORTAL_MAP): No such device
./l2fwd_port: process_portal_map(): Unknown error -1
dpaa: Unable to alloc fq portal
dpaa_eth_queue_portal_rx(): Failure in affining portal -1
ioctl(DPAA_IOCTL_PORTAL_MAP): No such device
./l2fwd_port: process_portal_map(): Unknown error -1
dpaa: Unable to alloc fq portal
dpaa_eth_queue_portal_rx(): Failure in affining portal -1
ioctl(DPAA_IOCTL_PORTAL_MAP): No such device
./l2fwd_port: process_portal_map(): Unknown error -1
dpaa: Unable to alloc fq portal
dpaa_eth_queue_portal_rx(): Failure in affining portal -1
ioctl(DPAA_IOCTL_PORTAL_MAP): No such device
./l2fwd_port: process_portal_map(): Unknown error -1
dpaa: Unable to alloc fq portal
dpaa_eth_queue_portal_rx(): Failure in affining portal -1
ioctl(DPAA_IOCTL_PORTAL_MAP): No such device
./l2fwd_port: process_portal_map(): Unknown error -1
dpaa: Unable to alloc fq portal
dpaa_eth_queue_portal_rx(): Failure in affining portal -1
ioctl(DPAA_IOCTL_PORTAL_MAP): No such device
./l2fwd_port: process_portal_map(): Unknown error -1
dpaa: Unable to alloc fq portal
dpaa_eth_queue_portal_rx(): Failure in affining portal -1
ioctl(DPAA_IOCTL_PORTAL_MAP): No such device
./l2fwd_port: process_portal_map(): Unknown error -1
dpaa: Unable to alloc fq portal
dpaa_eth_queue_portal_rx(): Failure in affining portal -1
ioctl(DPAA_IOCTL_PORTAL_MAP): No such device
./l2fwd_port: process_portal_map(): Unknown error -1
dpaa: Unable to alloc fq portal
dpaa_eth_queue_portal_rx(): Failure in affining portal -1
ioctl(DPAA_IOCTL_PORTAL_MAP): No such device
./l2fwd_port: process_portal_map(): Unknown error -1
dpaa: Unable to alloc fq portal
这是执行输出的信息 |
|