From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] net/virtio-user: send kick to tx queue to notify backend on initialization Date: Tue, 12 Sep 2017 10:30:23 +0800 Message-ID: <20170912023022.GA2050@yliu-home> References: <20170801161736.83502-1-sluong@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: maxime.coquelin@redhat.com, dev@dpdk.org To: Steven Return-path: Received: from mail-pg0-f50.google.com (mail-pg0-f50.google.com [74.125.83.50]) by dpdk.org (Postfix) with ESMTP id 5E2C91B53 for ; Tue, 12 Sep 2017 04:30:35 +0200 (CEST) Received: by mail-pg0-f50.google.com with SMTP id i130so11434514pgc.3 for ; Mon, 11 Sep 2017 19:30:35 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20170801161736.83502-1-sluong@cisco.com> 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 Tue, Aug 01, 2017 at 09:17:36AM -0700, Steven wrote: > Acccording to the spec, https://fossies.org/linux/qemu/docs/specs/vhost-user.txt > > client must start ring upon receiving a kick (that is, detecting that file > descriptor is reachable) on the descriptor specified by > VHOST_USER_SET_VRING_KICK. > > The code sends a kick to the rx queue. It is missing sending a kick for the > tx queue. This patch is to add the missing code to comply with the spec. > > Signed-off-by: Steven Applied to dpdk-next-virtio. Thanks. --yliu