From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 02/11] lib/librte_vhost: refactor vhost lib for subsequent transform Date: Mon, 29 Sep 2014 21:55:31 +0200 Message-ID: <1774915.lz9MF51vUa@xps13> References: <1411724758-27488-1-git-send-email-huawei.xie@intel.com> <1411724758-27488-3-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: <1411724758-27488-3-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-09-26 17:45, Huawei Xie: > This patch does simple split of the original vhost example source > files in vhost lib directory. > vhost rx/tx functions virtio_dev_rx/tx are copied from main.c to > new file vhost_rxtx.c and license header is added. > main.c and main.h are removed and will be copied to new vhost > example in subsequent patch. > virtio-net.h is renamed to rte_virtio_net.h as API header file. > > Signed-off-by: Huawei Xie You are removing functions for mergeable buffer feature. Please keep it instead of re-adding it later. -- Thomas