From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] xen-netfront: Remove the meaningless code Date: Fri, 26 Jun 2015 16:15:18 +0100 Message-ID: <558D6C86.4040802@citrix.com> References: <1435360646-7831-1-git-send-email-liang.z.li@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Cc: , , , , , , To: Liang Li , Return-path: Received: from smtp02.citrix.com ([66.165.176.63]:53534 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751814AbbFZPPW (ORCPT ); Fri, 26 Jun 2015 11:15:22 -0400 In-Reply-To: <1435360646-7831-1-git-send-email-liang.z.li@intel.com> Sender: netdev-owner@vger.kernel.org List-ID: On 27/06/15 00:17, Liang Li wrote: > The function netif_set_real_num_tx_queues() will return -EINVAL if > the second parameter < 1, so call this function with the second > parameter set to 0 is meaningless. Reviewed-by: David Vrabel David