Dne 19.6.2018 v 2:21 Rosen, Rami napsal(a): > Hi Martin, > I assume that you get the mmap() error that you posted earlier when > running your own DPDK application. And again, if this is the case, can > you please post here > the full log you get when running testpmd with --log-level=8 and -w > I40E0_PCI_BUS_ID .... (without running any other DPDK application). This may > give a direction to solving the issue. Also please post > here the exact command you use to launch testpmd. > > Regards, > Rami Rosen
Hi, I am atttaching the testpmd output. There is not much else than what I posted earlier. I am launching the testpmd as you instructed: sudo ./testpmd --log-level=8 -w 0000:04:00.0 -w 0000:04:00.1 -w 0000:05:00.0 -w 0000:05:00.1 I have also swapped the 05:00 card for X520. So, now the system has one X710 and one X520 using different drivers, but the situation is the same. This system has the secure boot on, so I guess it may be the culprit, because the same application is working with the same cards on an unrestricted system. However, the only advice I found so far regarding the 'iomem=relaxed' did not help, so I have currently no idea how to proceed. Thank you for any advice. Martin -------------- next part -------------- EAL: Detected lcore 0 as core 0 on socket 0 EAL: Detected lcore 1 as core 0 on socket 1 EAL: Detected lcore 2 as core 1 on socket 0 EAL: Detected lcore 3 as core 1 on socket 1 EAL: Detected lcore 4 as core 2 on socket 0 EAL: Detected lcore 5 as core 2 on socket 1 EAL: Detected lcore 6 as core 3 on socket 0 EAL: Detected lcore 7 as core 3 on socket 1 EAL: Detected lcore 8 as core 4 on socket 0 EAL: Detected lcore 9 as core 4 on socket 1 EAL: Detected lcore 10 as core 5 on socket 0 EAL: Detected lcore 11 as core 5 on socket 1 EAL: Detected lcore 12 as core 6 on socket 0 EAL: Detected lcore 13 as core 6 on socket 1 EAL: Detected lcore 14 as core 8 on socket 0 EAL: Detected lcore 15 as core 8 on socket 1 EAL: Detected lcore 16 as core 9 on socket 0 EAL: Detected lcore 17 as core 9 on socket 1 EAL: Detected lcore 18 as core 10 on socket 0 EAL: Detected lcore 19 as core 10 on socket 1 EAL: Detected lcore 20 as core 11 on socket 0 EAL: Detected lcore 21 as core 11 on socket 1 EAL: Detected lcore 22 as core 12 on socket 0 EAL: Detected lcore 23 as core 12 on socket 1 EAL: Detected lcore 24 as core 13 on socket 0 EAL: Detected lcore 25 as core 13 on socket 1 EAL: Detected lcore 26 as core 14 on socket 0 EAL: Detected lcore 27 as core 14 on socket 1 EAL: Detected lcore 28 as core 0 on socket 0 EAL: Detected lcore 29 as core 0 on socket 1 EAL: Detected lcore 30 as core 1 on socket 0 EAL: Detected lcore 31 as core 1 on socket 1 EAL: Detected lcore 32 as core 2 on socket 0 EAL: Detected lcore 33 as core 2 on socket 1 EAL: Detected lcore 34 as core 3 on socket 0 EAL: Detected lcore 35 as core 3 on socket 1 EAL: Detected lcore 36 as core 4 on socket 0 EAL: Detected lcore 37 as core 4 on socket 1 EAL: Detected lcore 38 as core 5 on socket 0 EAL: Detected lcore 39 as core 5 on socket 1 EAL: Detected lcore 40 as core 6 on socket 0 EAL: Detected lcore 41 as core 6 on socket 1 EAL: Detected lcore 42 as core 8 on socket 0 EAL: Detected lcore 43 as core 8 on socket 1 EAL: Detected lcore 44 as core 9 on socket 0 EAL: Detected lcore 45 as core 9 on socket 1 EAL: Detected lcore 46 as core 10 on socket 0 EAL: Detected lcore 47 as core 10 on socket 1 EAL: Detected lcore 48 as core 11 on socket 0 EAL: Detected lcore 49 as core 11 on socket 1 EAL: Detected lcore 50 as core 12 on socket 0 EAL: Detected lcore 51 as core 12 on socket 1 EAL: Detected lcore 52 as core 13 on socket 0 EAL: Detected lcore 53 as core 13 on socket 1 EAL: Detected lcore 54 as core 14 on socket 0 EAL: Detected lcore 55 as core 14 on socket 1 EAL: Support maximum 128 logical core(s) by configuration. EAL: Detected 56 lcore(s) EAL: Probing VFIO support... EAL: Module /sys/module/vfio_pci not found! error 2 (No such file or directory) EAL: VFIO modules not loaded, skipping VFIO support... EAL: Module /sys/module/vfio_pci not found! error 2 (No such file or directory) EAL: Setting up physically contiguous memory... EAL: Ask a virtual area of 0xe00000000 bytes EAL: Virtual area found at 0x7fb000000000 (size = 0xe00000000) EAL: Ask a virtual area of 0xe00000000 bytes EAL: Virtual area found at 0x7fa1c0000000 (size = 0xe00000000) EAL: Requesting 56 pages of size 1024MB from socket 0 EAL: Requesting 56 pages of size 1024MB from socket 1 EAL: TSC frequency is ~1997675 KHz EAL: Master lcore 0 is ready (tid=c335940;cpuset=[0]) EAL: lcore 8 is ready (tid=715f700;cpuset=[8]) EAL: lcore 12 is ready (tid=515b700;cpuset=[12]) EAL: lcore 22 is ready (tid=fffff700;cpuset=[22]) EAL: lcore 38 is ready (tid=f7fef700;cpuset=[38]) EAL: lcore 34 is ready (tid=f9ff3700;cpuset=[34]) EAL: lcore 10 is ready (tid=615d700;cpuset=[10]) EAL: lcore 6 is ready (tid=8161700;cpuset=[6]) EAL: lcore 30 is ready (tid=fbff7700;cpuset=[30]) EAL: lcore 54 is ready (tid=effdf700;cpuset=[54]) EAL: lcore 18 is ready (tid=2155700;cpuset=[18]) EAL: lcore 28 is ready (tid=fcff9700;cpuset=[28]) EAL: lcore 50 is ready (tid=f1fe3700;cpuset=[50]) EAL: lcore 26 is ready (tid=fdffb700;cpuset=[26]) EAL: lcore 46 is ready (tid=f3fe7700;cpuset=[46]) EAL: lcore 16 is ready (tid=3157700;cpuset=[16]) EAL: lcore 52 is ready (tid=f0fe1700;cpuset=[52]) EAL: lcore 14 is ready (tid=4159700;cpuset=[14]) EAL: lcore 7 is ready (tid=7960700;cpuset=[7]) EAL: lcore 49 is ready (tid=f27e4700;cpuset=[49]) EAL: lcore 31 is ready (tid=fb7f6700;cpuset=[31]) EAL: lcore 3 is ready (tid=9964700;cpuset=[3]) EAL: lcore 32 is ready (tid=faff5700;cpuset=[32]) EAL: lcore 11 is ready (tid=595c700;cpuset=[11]) EAL: lcore 40 is ready (tid=f6fed700;cpuset=[40]) EAL: lcore 4 is ready (tid=9163700;cpuset=[4]) EAL: lcore 9 is ready (tid=695e700;cpuset=[9]) EAL: lcore 24 is ready (tid=feffd700;cpuset=[24]) EAL: lcore 37 is ready (tid=f87f0700;cpuset=[37]) EAL: lcore 1 is ready (tid=a966700;cpuset=[1]) EAL: lcore 47 is ready (tid=f37e6700;cpuset=[47]) EAL: lcore 45 is ready (tid=f47e8700;cpuset=[45]) EAL: lcore 21 is ready (tid=952700;cpuset=[21]) EAL: lcore 29 is ready (tid=fc7f8700;cpuset=[29]) EAL: lcore 35 is ready (tid=f97f2700;cpuset=[35]) EAL: lcore 5 is ready (tid=8962700;cpuset=[5]) EAL: lcore 53 is ready (tid=f07e0700;cpuset=[53]) EAL: lcore 51 is ready (tid=f17e2700;cpuset=[51]) EAL: lcore 2 is ready (tid=a165700;cpuset=[2]) EAL: lcore 44 is ready (tid=f4fe9700;cpuset=[44]) EAL: lcore 20 is ready (tid=1153700;cpuset=[20]) EAL: lcore 33 is ready (tid=fa7f4700;cpuset=[33]) EAL: lcore 13 is ready (tid=495a700;cpuset=[13]) EAL: lcore 39 is ready (tid=f77ee700;cpuset=[39]) EAL: lcore 43 is ready (tid=f57ea700;cpuset=[43]) EAL: lcore 42 is ready (tid=f5feb700;cpuset=[42]) EAL: lcore 55 is ready (tid=ef7de700;cpuset=[55]) EAL: lcore 48 is ready (tid=f2fe5700;cpuset=[48]) EAL: lcore 27 is ready (tid=fd7fa700;cpuset=[27]) EAL: lcore 36 is ready (tid=f8ff1700;cpuset=[36]) EAL: lcore 25 is ready (tid=fe7fc700;cpuset=[25]) EAL: lcore 23 is ready (tid=ff7fe700;cpuset=[23]) EAL: lcore 15 is ready (tid=3958700;cpuset=[15]) EAL: lcore 41 is ready (tid=f67ec700;cpuset=[41]) EAL: lcore 17 is ready (tid=2956700;cpuset=[17]) EAL: lcore 19 is ready (tid=1954700;cpuset=[19]) EAL: Driver (net_ark) doesn't match the device EAL: Driver (net_avp) doesn't match the device EAL: Driver (net_bnxt) doesn't match the device EAL: Driver (net_cxgbe) doesn't match the device EAL: Driver (net_e1000_igb) doesn't match the device EAL: Driver (net_e1000_igb_vf) doesn't match the device EAL: Driver (net_e1000_em) doesn't match the device EAL: Driver (net_ena) doesn't match the device EAL: Driver (net_enic) doesn't match the device EAL: Driver (net_fm10k) doesn't match the device EAL: PCI device 0000:04:00.0 on NUMA socket 0 EAL: probe driver: 8086:1572 net_i40e EAL: pci_map_resource(): cannot mmap(231, 0x7fbe00000000, 0x1000000, 0x0): Operation not permitted (0xffffffffffffffff) EAL: Requested device 0000:04:00.0 cannot be used EAL: Driver (net_ark) doesn't match the device EAL: Driver (net_avp) doesn't match the device EAL: Driver (net_bnxt) doesn't match the device EAL: Driver (net_cxgbe) doesn't match the device EAL: Driver (net_e1000_igb) doesn't match the device EAL: Driver (net_e1000_igb_vf) doesn't match the device EAL: Driver (net_e1000_em) doesn't match the device EAL: Driver (net_ena) doesn't match the device EAL: Driver (net_enic) doesn't match the device EAL: Driver (net_fm10k) doesn't match the device EAL: PCI device 0000:04:00.1 on NUMA socket 0 EAL: probe driver: 8086:1572 net_i40e EAL: pci_map_resource(): cannot mmap(231, 0x7fbe00000000, 0x1000000, 0x0): Operation not permitted (0xffffffffffffffff) EAL: Requested device 0000:04:00.1 cannot be used EAL: Driver (net_ark) doesn't match the device EAL: Driver (net_avp) doesn't match the device EAL: Driver (net_bnxt) doesn't match the device EAL: Driver (net_cxgbe) doesn't match the device EAL: Driver (net_e1000_igb) doesn't match the device EAL: Driver (net_e1000_igb_vf) doesn't match the device EAL: Driver (net_e1000_em) doesn't match the device EAL: Driver (net_ena) doesn't match the device EAL: Driver (net_enic) doesn't match the device EAL: Driver (net_fm10k) doesn't match the device EAL: Driver (net_i40e) doesn't match the device EAL: Driver (net_i40e_vf) doesn't match the device EAL: PCI device 0000:05:00.0 on NUMA socket 0 EAL: probe driver: 8086:154d net_ixgbe EAL: pci_map_resource(): cannot mmap(231, 0x7fbe00000000, 0x80000, 0x0): Operation not permitted (0xffffffffffffffff) EAL: Requested device 0000:05:00.0 cannot be used EAL: Driver (net_ark) doesn't match the device EAL: Driver (net_avp) doesn't match the device EAL: Driver (net_bnxt) doesn't match the device EAL: Driver (net_cxgbe) doesn't match the device EAL: Driver (net_e1000_igb) doesn't match the device EAL: Driver (net_e1000_igb_vf) doesn't match the device EAL: Driver (net_e1000_em) doesn't match the device EAL: Driver (net_ena) doesn't match the device EAL: Driver (net_enic) doesn't match the device EAL: Driver (net_fm10k) doesn't match the device EAL: Driver (net_i40e) doesn't match the device EAL: Driver (net_i40e_vf) doesn't match the device EAL: PCI device 0000:05:00.1 on NUMA socket 0 EAL: probe driver: 8086:154d net_ixgbe EAL: pci_map_resource(): cannot mmap(231, 0x7fbe00000000, 0x80000, 0x0): Operation not permitted (0xffffffffffffffff) EAL: Requested device 0000:05:00.1 cannot be used EAL: No probed ethernet devices USER1: create a new mbuf pool <mbuf_pool_socket_0>: n=587456, size=2176, socket=0 USER1: create a new mbuf pool <mbuf_pool_socket_1>: n=587456, size=2176, socket=1 Done No commandline core given, start packet forwarding io packet forwarding - ports=0 - cores=0 - streams=0 - NUMA support enabled, MP over anonymous pages disabled io packet forwarding - CRC stripping enabled - packets/burst=32 nb forwarding cores=1 - nb forwarding ports=0 RX queues=1 - RX desc=128 - RX free threshold=0 RX threshold registers: pthresh=0 hthresh=0 wthresh=0 TX queues=1 - TX desc=512 - TX free threshold=0 TX threshold registers: pthresh=0 hthresh=0 wthresh=0 TX RS bit threshold=0 - TXQ flags=0x0 Press enter to exit Telling cores to stop... Waiting for lcores to finish... +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++ RX-packets: 0 RX-dropped: 0 RX-total: 0 TX-packets: 0 TX-dropped: 0 TX-total: 0 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Done. Bye...