From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ouyang Changchun Subject: [PATCH v2 0/5] Fix vhost enqueue/dequeue issue Date: Thu, 28 May 2015 23:16:42 +0800 Message-ID: <1432826207-8428-1-git-send-email-changchun.ouyang@intel.com> References: <1430720780-27525-1-git-send-email-changchun.ouyang@intel.com> To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 9B636C320 for ; Thu, 28 May 2015 17:16:59 +0200 (CEST) In-Reply-To: <1430720780-27525-1-git-send-email-changchun.ouyang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fix enqueue/dequeue can't handle chained vring descriptors; Remove unnecessary vring descriptor length updating; Add support copying scattered mbuf to vring; Changchun Ouyang (5): lib_vhost: Fix enqueue/dequeue can't handle chained vring descriptors lib_vhost: Refine code style lib_vhost: Extract function lib_vhost: Remove unnecessary vring descriptor length updating lib_vhost: Add support copying scattered mbuf to vring lib/librte_vhost/vhost_rxtx.c | 287 +++++++++++++++++++++++++++++++----------- 1 file changed, 216 insertions(+), 71 deletions(-) -- 1.8.4.2