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 <huawei.xie at intel.com>
You are removing functions for mergeable buffer feature. Please keep it instead of re-adding it later. -- Thomas