qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] net: Rename send_queue to incoming_queue


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] net: Rename send_queue to incoming_queue
Date: Mon, 5 Aug 2013 14:03:07 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Aug 02, 2013 at 09:47:08PM +0200, Jan Kiszka wrote:
> From: Jan Kiszka <address@hidden>
> 
> 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 <address@hidden>
> ---
>  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]