From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 2F103F72 for ; Mon, 8 May 2017 09:36:29 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E29599D0CB; Mon, 8 May 2017 07:36:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com E29599D0CB Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jfreiman@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com E29599D0CB Received: from localhost (dhcp-192-205.str.redhat.com [10.33.192.205]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8CE781BD869; Mon, 8 May 2017 07:36:28 +0000 (UTC) Date: Mon, 8 May 2017 09:36:27 +0200 From: Jens Freimann To: Yuanhan Liu Cc: dev@dpdk.org Message-ID: <20170508073627.vvwadluk3dhcnaki@dhcp-192-205.str.redhat.com> References: <1493992642-52756-1-git-send-email-jfreiman@redhat.com> <20170508050257.GG3005@yliu-dev.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170508050257.GG3005@yliu-dev.sh.intel.com> User-Agent: NeoMutt/20170421 (1.8.2) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Mon, 08 May 2017 07:36:29 +0000 (UTC) Subject: Re: [dpdk-dev] [RFC PATCH 00/11] net/virtio: packed ring layout X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 May 2017 07:36:30 -0000 On Mon, May 08, 2017 at 01:02:57PM +0800, Yuanhan Liu wrote: > On Fri, May 05, 2017 at 09:57:11AM -0400, Jens Freimann wrote: > > Hi Yuanhan, > > > > I rebased your patches on next-virtio/for-testing to current master, > > made sure every patch compiles and still works. > > Thanks for that. > > > I'm implementing the receive path now to eventually get some benchmark > > results for that as well (Patches not included yet) > > Good to know. Any progress? I'm asking because that was also my plan for > this week: make Rx work. I haven't started it though. Nothing worth showing yet, I'm still figuring things out and will most likely need a few more days before I have a first prototype. regards, Jens