From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH 0/6] Fixes for virtio/virtio-user Date: Tue, 30 Oct 2018 11:56:17 +0100 Message-ID: References: <20181029052808.16520-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 9A5CC91 for ; Tue, 30 Oct 2018 11:56:22 +0100 (CET) In-Reply-To: <20181029052808.16520-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 10/29/18 6:28 AM, Tiwei Bie wrote: > Tiwei Bie (6): > net/virtio-user: do not stop stopped device again > net/virtio-user: do not make vhost user channel nonblock > net/virtio-user: do not reset owner when driver resets > net/virtio-user: fix device features for server mode > net/virtio-user: simplify device features preparation > net/virtio: fix guest announce support > > drivers/net/virtio/virtio_ethdev.c | 16 +++-- > .../net/virtio/virtio_user/virtio_user_dev.c | 65 ++++++++++--------- > .../net/virtio/virtio_user/virtio_user_dev.h | 1 + > drivers/net/virtio/virtio_user_ethdev.c | 6 +- > 4 files changed, 48 insertions(+), 40 deletions(-) > Applied to dpdk-next-virtio/master Thanks, Maxime