commit | 121fa4b77775549c3c5eb41eb335d7dcbb801f90 | [log] [tgz] |
---|---|---|
author | Zoltan Kiss <zoltan.kiss@citrix.com> | Thu Mar 06 21:48:24 2014 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 07 15:56:34 2014 -0500 |
tree | cac1ae8a3d4ac72411312d27090e0a9106b6586c | |
parent | 8f13dd9612286cc0d38d32ff9543763b7c74f6a5 [diff] |
xen-netback: Minor refactoring of netback code This patch contains a few bits of refactoring before introducing the grant mapping changes: - introducing xenvif_tx_pending_slots_available(), as this is used several times, and will be used more often - rename the thread to vifX.Y-guest-rx, to signify it does RX work from the guest point of view Signed-off-by: Zoltan Kiss <zoltan.kiss@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>