From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH V7 net-next] xen-net{back,front}: Multiple transmit and receive queues Date: Wed, 30 Apr 2014 15:50:19 +0100 Message-ID: <20140430145019.GC19082@zion.uk.xensource.com> References: <1398778035-26233-1-git-send-email-andrew.bennieston@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , , , , , , , To: "Andrew J. Bennieston" Return-path: Received: from smtp02.citrix.com ([66.165.176.63]:21009 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422648AbaD3OuV (ORCPT ); Wed, 30 Apr 2014 10:50:21 -0400 Content-Disposition: inline In-Reply-To: <1398778035-26233-1-git-send-email-andrew.bennieston@citrix.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Apr 29, 2014 at 02:27:08PM +0100, Andrew J. Bennieston wrote: [...] > > V7: > - Rebase on latest net-next, which includes the netback grant mapping > patch series from Zoltan Kiss > - Reduce QUEUE_NAME_SIZE by 1 to avoid double-counting the trailing '\0' > - Simplify the queue hashing by using (hash % num_queues) instead of > multiply & shift. > - Add ratelimited warning for invalid queue selection. > - Fix error handling to correctly tear down already setup queues. I presume this is a fix to the bug discoverd by Sander? Wei.