From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: [PATCH 0/2] enables vhost/virtio any layout feature Date: Mon, 26 Sep 2016 14:40:54 +0800 Message-ID: <1474872056-24665-1-git-send-email-yuanhan.liu@linux.intel.com> Cc: Stephen Hemminger , Maxime Coquelin , "Michael S. Tsirkin" , Yuanhan Liu To: dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 7AFAD2C63 for ; Mon, 26 Sep 2016 08:40:30 +0200 (CEST) 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" The feature is actually supported both in virtio PMD and vhost lib. We just haven't enabled it yet. This patchset simply enables it. --- Yuanhan Liu (2): vhost: enable any layout feature net/virtio: enable any layout feature drivers/net/virtio/virtio_ethdev.h | 1 + lib/librte_vhost/vhost.c | 1 + lib/librte_vhost/vhost.h | 3 +++ 3 files changed, 5 insertions(+) -- 1.9.0