From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A43A9DE3 for ; Fri, 18 Dec 2015 02:31:26 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 17 Dec 2015 17:31:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,443,1444719600"; d="scan'208";a="873922358" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.66.49]) by orsmga002.jf.intel.com with ESMTP; 17 Dec 2015 17:31:24 -0800 Date: Fri, 18 Dec 2015 09:31:54 +0800 From: Yuanhan Liu To: Stephen Hemminger Message-ID: <20151218013154.GG29571@yliu-dev.sh.intel.com> References: <1450098032-21198-1-git-send-email-sshukla@mvista.com> <1450098032-21198-2-git-send-email-sshukla@mvista.com> <20151217152435.3c733ac1@xeon-e3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151217152435.3c733ac1@xeon-e3> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [ [PATCH v2] 01/13] virtio: Introduce config RTE_VIRTIO_INC_VECTOR 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: Fri, 18 Dec 2015 01:31:27 -0000 On Thu, Dec 17, 2015 at 03:24:35PM -0800, Stephen Hemminger wrote: > On Thu, 17 Dec 2015 17:32:38 +0530 > Santosh Shukla wrote: > > > On Mon, Dec 14, 2015 at 6:30 PM, Santosh Shukla wrote: > > > virtio_recv_pkts_vec and other virtio vector friend apis are written for sse/avx > > > instructions. For arm64 in particular, virtio vector implementation does not > > > exist(todo). > > > > > > So virtio pmd driver wont build for targets like i686, arm64. By making > > > RTE_VIRTIO_INC_VECTOR=n, Driver can build for non-sse/avx targets and will work > > > in non-vectored virtio mode. > > > > > > Signed-off-by: Santosh Shukla > > > --- > > > > Ping? > > > > any review / comment on this patch much appreciated. Thanks > > The patches I posted (and were ignored by Intel) to support indirect Sorry, I thought it was reviewed and got applied (and I just started to review patches for virtio recently). So, would you please send it out again? I will have a review and test ASAP. --yliu > and any layout should have much bigger performance gain than all this > low level SSE bit twiddling.