From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6JVM-0007ZC-Oi for qemu-devel@nongnu.org; Mon, 05 Aug 2013 08:03:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6JVH-0001Bk-Qb for qemu-devel@nongnu.org; Mon, 05 Aug 2013 08:03:16 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:36219) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6JVH-0001Bd-Kt for qemu-devel@nongnu.org; Mon, 05 Aug 2013 08:03:11 -0400 Received: by mail-wi0-f181.google.com with SMTP id en1so1422458wid.8 for ; Mon, 05 Aug 2013 05:03:11 -0700 (PDT) Date: Mon, 5 Aug 2013 14:03:07 +0200 From: Stefan Hajnoczi Message-ID: <20130805120307.GG14592@stefanha-thinkpad.muc.redhat.com> References: <51FC0CBC.5090801@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51FC0CBC.5090801@web.de> Subject: Re: [Qemu-devel] [PATCH] net: Rename send_queue to incoming_queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel , Stefan Hajnoczi On Fri, Aug 02, 2013 at 09:47:08PM +0200, Jan Kiszka wrote: > From: Jan Kiszka > > Each networking client has a queue for packets that could not yet be > delivered to that client. Calling this queue "send_queue" is highly > confusing as it has nothing to to with packets send from this client but > to it. Avoid this confusing by renaming it to "incoming_queue". > > Signed-off-by: Jan Kiszka > --- > include/net/net.h | 2 +- > net/hub.c | 2 +- > net/net.c | 14 +++++++------- > 3 files changed, 9 insertions(+), 9 deletions(-) Taking this for QEMU 1.7 in the net-next branch. Thanks, applied to my net-next tree: https://github.com/stefanha/qemu/commits/net-next Stefan