solved: dpdk-devbind.py fail on AWS c5n.metal instance running 'Amazon Linux 2 Kernel 5.10
fwefew 4t4tg
7532yahoo at gmail.com
Sat Dec 18 00:13:35 CET 2021
An earlier email sent today to this distribution incorrectly claimed
that dpdk-devbind.py was not working on Amazon Linux 2 Kernel 5.10.
This was my error. IOMMU was not turned on. I thought it default ON; it
does not even for c5n.metal instances.
The correct steps are:
* follow https://doc.dpdk.org/guides/nics/ena.html under "On AWS, the metal
instances are supporting IOMMU for both arm64 and x86_64 hosts" to
enable IOMMU by modifying grub boot file.
* follow instructions at
https://github.com/amzn/amzn-drivers/blob/master/userspace/dpdk/README.md
to update the vfio-pci driver.
dpdk-bind will then work:
Network devices using DPDK-compatible driver
============================================
0000:7f:00.0 'Elastic Network Adapter (ENA) ec20' drv=vfio-pci unused=ena
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/users/attachments/20211217/83e2cb55/attachment.htm>
More information about the users
mailing list