From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v14 05/10] net/virtio: implement transmit path for packed queues Date: Tue, 18 Dec 2018 15:52:19 +0000 Message-ID: <639e08a0-884e-57f5-f94e-54276d2fec38@intel.com> References: <20181217213139.19299-1-jfreimann@redhat.com> <20181217213139.19299-6-jfreimann@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: tiwei.bie@intel.com, maxime.coquelin@redhat.com, Gavin.Hu@arm.com To: Jens Freimann , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 5E8C54CB5 for ; Tue, 18 Dec 2018 16:52:23 +0100 (CET) In-Reply-To: <20181217213139.19299-6-jfreimann@redhat.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/17/2018 9:31 PM, Jens Freimann wrote: > This implements the transmit path for devices with > support for packed virtqueues. > > Signed-off-by: Jens Freiman 's/Freiman/Freimann', updated in repo > Signed-off-by: Tiwei Bie > Reviewed-by: Maxime Coquelin <...>