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

2013-08-05 Thread 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

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

2013-08-02 Thread Jan Kiszka
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". Signe