From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkjhV-00055n-47 for qemu-devel@nongnu.org; Fri, 09 Oct 2015 22:16:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkjhQ-0006t9-ST for qemu-devel@nongnu.org; Fri, 09 Oct 2015 22:15:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkjhQ-0006rZ-IO for qemu-devel@nongnu.org; Fri, 09 Oct 2015 22:15:52 -0400 References: <1442555704-20550-1-git-send-email-shmulik.ladkani@ravellosystems.com> <20151001100046.32d4c5be@pixies> From: Jason Wang Message-ID: <561874D2.5000107@redhat.com> Date: Sat, 10 Oct 2015 10:15:46 +0800 MIME-Version: 1.0 In-Reply-To: <20151001100046.32d4c5be@pixies> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] vmxnet3: Add support for VMXNET3_CMD_GET_ADAPTIVE_RING_INFO command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Shmulik Ladkani , qemu-devel@nongnu.org Cc: Dmitry Fleytman , Stefan Hajnoczi , idan.brown@ravellosystems.com, Dana Rubin On 10/01/2015 03:00 PM, Shmulik Ladkani wrote: > Ping... > > On Fri, 18 Sep 2015 08:55:04 +0300, shmulik.ladkani@ravellosystems.com wrote: >> Some drivers (e.g. vmware-tools) issue the VMXNET3_CMD_GET_ADAPTIVE_RING_INFO >> command. >> >> Currently, due to lack of support, a bogus value (-1) is returned. >> >> Support this command, returning the "adaptive-ring disabled" flag. >> >> Signed-off-by: Shmulik Ladkani >> --- >> hw/net/vmxnet3.c | 9 +++++++++ >> hw/net/vmxnet3.h | 6 +++++- >> 2 files changed, 14 insertions(+), 1 deletion(-) > Thanks. > Applied in my tree. https://github.com/jasowang/qemu/commits/net Thanks