From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 49B31940A for ; Mon, 7 Dec 2015 03:11:34 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 06 Dec 2015 18:11:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,392,1444719600"; d="scan'208";a="701486497" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.66.49]) by orsmga003.jf.intel.com with ESMTP; 06 Dec 2015 18:11:32 -0800 Date: Mon, 7 Dec 2015 10:12:19 +0800 From: Yuanhan Liu To: Santosh Shukla Message-ID: <20151207021219.GE29571@yliu-dev.sh.intel.com> References: <1449250519-28372-1-git-send-email-sshukla@mvista.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449250519-28372-1-git-send-email-sshukla@mvista.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/6] Add virtio support in arm/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: Mon, 07 Dec 2015 02:11:34 -0000 On Fri, Dec 04, 2015 at 11:05:13PM +0530, Santosh Shukla wrote: > This patch set add basic infrastrucure to run virtio-net-pci pmd driver for > arm64/arm. Tested on ThunderX platfrom. Verified for existing dpdk(s) test > applications like: > - ovs-dpdk-vhost-user: across the VM's, for the use-cases like guest2guest and > Host2Guest > - testpmd application: Tested for max virtio-net-pci interface currently > supported in kernel i.e. 31 interface. Hi Santosh, Here is a quick notice that I don't have time to review your patches this one or two weeks. Sorry for that. (Not quite sure Huawei has the bandwidth or not, btw) --yliu