From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 5B2F8558E for ; Wed, 24 Aug 2016 12:49:54 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id f65so195467328wmi.0 for ; Wed, 24 Aug 2016 03:49:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=86sM5vYBfIX+YFtlwAx4drnNMc9O028Tip+C/4IJf34=; b=aPGEzg+3LU6xPadQWR6n8rFBl173HZxF/fONpf3t/0re/t2DIWRBjOxlYyzWPj6yTE hntn7HZM9EpnRMRhmT66dYOAv97oa5kj8t9mbZjdy7KSaOHYsPbKYTFgKscxxdNt6x4u 5nkc+2sTKecrbbFFzKG8u5q5I3bAikGzvrLxOygJ1/zmVdRWKxUDcF7UEOb+FT54URzG C1u/Hr26RERZxq8MsrBVQnLFcwM2QE8jQGWry2HO4drUDhk03RMOuf3nsZX55wzVQsQf frktFT6BUUYMkFT1WIygouWmY4b0AbNFk5Vneabzgf5dfH11aMz/pWch6CmxiiCkNAsU 8T/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=86sM5vYBfIX+YFtlwAx4drnNMc9O028Tip+C/4IJf34=; b=fuvBpk4nD91+uqzfZM5SOltJ2nIJOWBoVzQ1lua7xIySvq0h/5W06YjWatkJoy3IGd eFfYAwqgpUyq6kgGeaICFYmIvWrL3wF7FVuXDseQhfHArLpD55nHZfGvLFhzbyh+TvDJ 3snnOleMKsYuPS7+ex2mW+QzuMKQlxgmq+dtUuzOgf/Sfk0d3/nyBhZEfV5bj2L5+/6B HkwVI8P9FbWzlBUUeyZjfsfG3SaFZRD4M6RkVRzekGMWU1AEh39KekyKFv8RV9clMwKD QTkGsUv/uh34B7xY8wQwYXZewv4ers+CFOt+l9sZSxaMVH/d/xsgPjq/WunYqfhLwTM6 NIsw== X-Gm-Message-State: AEkooushKt1lAr/elXIXRL/bTOWNX52+Z72zKXH3RH/6ARKwXnr2Zc2L/1r6YRFPZIDjQwK5 X-Received: by 10.28.37.71 with SMTP id l68mr23299096wml.50.1472035794016; Wed, 24 Aug 2016 03:49:54 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id n7sm9361296wjf.11.2016.08.24.03.49.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Aug 2016 03:49:53 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org, Jianbo Liu Cc: helin.zhang@intel.com, jingjing.wu@intel.com, jerin.jacob@caviumnetworks.com Date: Wed, 24 Aug 2016 12:49:52 +0200 Message-ID: <21044268.noi9xJjxkq@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1472032425-16136-1-git-send-email-jianbo.liu@linaro.org> References: <1472032425-16136-1-git-send-email-jianbo.liu@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/5] i40e: vector poll-mode driver on ARM64 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2016 10:49:54 -0000 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?