From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 23ED1201 for ; Thu, 18 May 2017 16:28:37 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 May 2017 07:28:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,359,1491289200"; d="scan'208";a="1171189263" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga002.fm.intel.com with ESMTP; 18 May 2017 07:28:36 -0700 Date: Thu, 18 May 2017 22:24:07 +0800 From: Yuanhan Liu To: Jens Freimann Cc: dev@dpdk.org Message-ID: <20170518142407.GB2276@yliu-dev> References: <1493992642-52756-1-git-send-email-jfreiman@redhat.com> <20170508050257.GG3005@yliu-dev.sh.intel.com> <20170517113021.wzsjlww666wdfvb6@dhcp-192-218.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170517113021.wzsjlww666wdfvb6@dhcp-192-218.str.redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) 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: Thu, 18 May 2017 14:28:38 -0000 On Wed, May 17, 2017 at 01:30:21PM +0200, Jens Freimann wrote: > Hi Yuanhan, > > 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: > > > 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. > > just curious if you already had a chance to work on this? Yes, I made it work this Tue. I will try to share it tomorrow. I was on vacation though. --yliu