From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 00/14] new vhost example Date: Thu, 23 Oct 2014 13:10:49 +0200 Message-ID: <1616656.Y0V9bK64Pk@xps13> References: <1413779906-28113-1-git-send-email-huawei.xie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Huawei Xie Return-path: In-Reply-To: <1413779906-28113-1-git-send-email-huawei.xie-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2014-10-20 12:38, Huawei Xie: > New vhost example is a transform of old vhost example. > It calls vhost library API to receive/transmit packets from guest VM. > zero copy logic is kept in vhost example. > > Huawei Xie (14): > copy old vhost example files main.c/main.h as the base of new vhost example > remove virtio_dev_(merge_)rx, copy_from_mbuf_to_ring, virtio_dev_(merge_)tx > add hpa region check and generation functions > dev->vdev > hpa region generation in new_device > call rte_vhost_enqueue_burst, rte_vhost_dequeue_burst API. Add mac learning and retry logic > patch virtio_tx_route > remove gpa_to_vva, base_index > other APIs > vmdq_rx_q change > minimal changes > add branch hint > disalbe RTE_IXGBE_INC_VEC as workaround for merge-able feature > add example Makefile > > examples/vhost/Makefile | 60 + > examples/vhost/main.c | 3051 +++++++++++++++++++++++++++++++++++++++++++++++ > examples/vhost/main.h | 122 ++ I've cleaned up your patchset a bit and applied it. Thanks -- Thomas