From: Jason Wang Date: Fri, 7 Dec 2012 07:04:55 +0000 (+0000) Subject: virtio-net: separate fields of sending/receiving queue from virtnet_info X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9d7417b97f420fa70e3e198f2603a0375fb80a7;p=pandora-kernel.git virtio-net: separate fields of sending/receiving queue from virtnet_info To support multiqueue transmitq/receiveq, the first step is to separate queue related structure from virtnet_info. This patch introduce send_queue and receive_queue structure and use the pointer to them as the parameter in functions handling sending/receiving. Signed-off-by: Krishna Kumar Signed-off-by: Jason Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed