linux/drivers/net/xen-netback
David Vrabel b0c21badf1 xen-netback: refactor xenvif_handle_frag_list()
When handling a from-guest frag list, xenvif_handle_frag_list()
replaces the frags before calling the destructor to clean up the
original (foreign) frags.  Whilst this is safe (the destructor doesn't
actually use the frags), it looks odd.

Reorder the function to be less confusing.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-03-05 14:58:18 -05:00
..
common.h xen-netback: always fully coalesce guest Rx packets 2015-01-23 18:01:58 -08:00
interface.c xen-netback: return correct ethtool stats 2015-03-05 14:58:17 -05:00
Makefile
netback.c xen-netback: refactor xenvif_handle_frag_list() 2015-03-05 14:58:18 -05:00
xenbus.c xen-netback: fixing the propagation of the transmit shaper timeout 2015-01-06 14:17:37 -05:00