From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH 0/5] i40e: vector poll-mode driver on ARM64 Date: Wed, 24 Aug 2016 19:00:44 +0530 Message-ID: <129f87fb-09e0-f49e-5a8a-3441ceb79343@nxp.com> References: <1472032425-16136-1-git-send-email-jianbo.liu@linaro.org> <21044268.noi9xJjxkq@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: , Jianbo Liu , , , To: Thomas Monjalon Return-path: Received: from NAM02-CY1-obe.outbound.protection.outlook.com (mail-cys01nam02on0051.outbound.protection.outlook.com [104.47.37.51]) by dpdk.org (Postfix) with ESMTP id ADFBE558D for ; Wed, 24 Aug 2016 15:30:51 +0200 (CEST) In-Reply-To: <21044268.noi9xJjxkq@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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