diff options
author | Ian Campbell <Ian.Campbell@citrix.com> | 2012-11-21 02:02:16 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-21 11:50:31 -0500 |
commit | f36c374782e40a3812f729838b5b80d2ce601725 (patch) | |
tree | 7d300779d8188842abf5eb16b51bb3c6db8bd2fc /drivers/net/bonding | |
parent | f30a944392d701228f5076c0397c83bf871153d2 (diff) | |
download | linux-f36c374782e40a3812f729838b5b80d2ce601725.tar.bz2 |
xen/netfront: handle compound page fragments on transmit
An SKB paged fragment can consist of a compound page with order > 0.
However the netchannel protocol deals only in PAGE_SIZE frames.
Handle this in xennet_make_frags by iterating over the frames which
make up the page.
This is the netfront equivalent to 6a8ed462f16b for netback.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: netdev@vger.kernel.org
Cc: xen-devel@lists.xen.org
Cc: Eric Dumazet <edumazet@google.com>
Cc: Konrad Rzeszutek Wilk <konrad@kernel.org>
Cc: ANNIE LI <annie.li@oracle.com>
Cc: Sander Eikelenboom <linux@eikelenboom.it>
Cc: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding')
0 files changed, 0 insertions, 0 deletions