On Tue, Apr 7, 2020 at 4:36 AM <amitmulay...@gmail.com> wrote: > maybe this is releated also? > https://github.com/spdk/spdk/issues/1012 > <https://github.com/spdk/spdk/issues/1012> -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > > Yes, it's probably the same issue.
I saw the same error using vfio-pci with iommu enabled on a C3000 board a couple of months ago. Setting iova-mode to pa in the arguments to rte_eal_init() made it work. One of my colleagues submitted a patch which will allow this to be set in startup.conf like so: dpdk { iova-mode pa } The patch was submitted after 20.01 was released. So it won't help you if you have to run 19.08. You could build from the current master branch, try using igb_uio (which should result in the iova mode being set to pa) or wait for the next release. -Matt
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16036): https://lists.fd.io/g/vpp-dev/message/16036 Mute This Topic: https://lists.fd.io/mt/72808669/21656 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-