Hi Thomas, On Wednesday 24 August 2016 04:19 PM, Thomas Monjalon wrote: > 2016-08-24 15:23, Jianbo Liu: >> This patch set is to implement i40e vector PMD on ARM64. > > Thanks for extending ARM support. > > The current NIC support status is: > % git grep -l 'ARM.*=.*Y' doc/guides/nics/features/ > doc/guides/nics/features/ixgbe.ini > doc/guides/nics/features/ixgbe_vec.ini > doc/guides/nics/features/ixgbe_vf.ini > doc/guides/nics/features/ixgbe_vf_vec.ini > doc/guides/nics/features/pcap.ini > doc/guides/nics/features/thunderx.ini > doc/guides/nics/features/virtio.ini > doc/guides/nics/features/virtio_vec.ini > > To sum it up, only virtio, ixgbe (and specific thunderx device) > seems to be supported on ARM in DPDK 16.07. > Now you are bringing support of i40e on ARM. > Do you plan to support more devices in near future? > Who is interested to do and/or validate ARM support of other drivers?
We at NXP are currently working on integrating DPDK over NXP's ARM SoC. As the implementation is dependent on rte_driver/device [1] and SoC framework [2], my plan is to push base infra out in this week and NXP RFC early next week. Other than above, we are also working on supporting ARM Crypto-extension based Cryto drivers. [1] http://dpdk.org/ml/archives/dev/2016-January/031390.html (and multiple other patches after this) [2] http://dpdk.org/ml/archives/dev/2016-May/038486.html > > - Shreyansh