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 B9A4A1B1D8 for ; Wed, 3 Oct 2018 15:19:37 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 05015C047B6B; Wed, 3 Oct 2018 13:19:37 +0000 (UTC) Received: from localhost (ovpn-117-1.ams2.redhat.com [10.36.117.1]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 652F3620C0; Wed, 3 Oct 2018 13:19:34 +0000 (UTC) Date: Wed, 3 Oct 2018 15:19:32 +0200 From: Jens Freimann To: dev@dpdk.org Cc: tiwei.bie@intel.com, maxime.coquelin@redhat.com, Gavin.Hu@arm.com Message-ID: <20181003131932.uf2nvggekflbtb7n@jenstp.localdomain> References: <20181003131118.21491-1-jfreimann@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20181003131118.21491-1-jfreimann@redhat.com> User-Agent: NeoMutt/20180716 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 03 Oct 2018 13:19:37 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v7 0/8] implement packed virtqueues 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: Wed, 03 Oct 2018 13:19:38 -0000 On Wed, Oct 03, 2018 at 03:11:10PM +0200, Jens Freimann wrote: >I'm sending this out to get some comments especially on the TX path code. Tested with this QEMU: https://github.com/jensfr/qemu/pull/new/wexu-packed-ring-v1-fixed