Open Grey-Cyan opened 1 month ago
Please resend any and all error messages as text, not as pictures.
{"level":"error","ts":1729861829.3360457,"logger":"DPDK","msg":"PCI_BUS: Expecting 'PA' IOVA mode but current mode is 'VA', not initializing"}
The PCI device you are trying to use expects 'PA' IOVA mode. You need to pass .iovaMode="PA" in your forwarder/trafficgen activation parameters.
To create a port for the PCI-bound Ethernet adapter:
ndndpdk-ctrl create-eth-port --pci 03:00.0 --mtu 1500 ens160 MAC: A:00:0c:29:c4:00:4c B:00:0c:29:14:0d:7a
Errors are always reported, may I ask why。