From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH 0/3] Some fixes and doc updates for virtio-user Date: Thu, 27 Sep 2018 14:18:26 +0200 Message-ID: <8d165b06-6bbd-457f-163e-b867973b28a4@redhat.com> References: <20180921125244.27861-1-tiwei.bie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Tiwei Bie , zhihong.wang@intel.com, dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id A561B1B450 for ; Thu, 27 Sep 2018 14:18:30 +0200 (CEST) In-Reply-To: <20180921125244.27861-1-tiwei.bie@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 09/21/2018 02:52 PM, Tiwei Bie wrote: > This series consists of some fixes and doc updates for virtio-user. > > > Tiwei Bie (3): > net/virtio-user: fix multiple queue for vhost-kernel > net/virtio: add the missing supported features > doc: update the doc for virtio-user > > doc/guides/contributing/documentation.rst | 4 ++-- > .../howto/virtio_user_as_exceptional_path.rst | 23 +++++++++++-------- > .../virtio_user_for_container_networking.rst | 2 +- > drivers/net/virtio/virtio_ethdev.h | 5 +++- > .../net/virtio/virtio_user/virtio_user_dev.c | 4 +--- > 5 files changed, 21 insertions(+), 17 deletions(-) > Applied to dpdk-next-virtio/master. Thanks, Maxime