forked from hardkernel/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 6a8ed46 for netback. Signed-off-by: Ian Campbell <[email protected]> Cc: [email protected] Cc: [email protected] Cc: Eric Dumazet <[email protected]> Cc: Konrad Rzeszutek Wilk <[email protected]> Cc: ANNIE LI <[email protected]> Cc: Sander Eikelenboom <[email protected]> Cc: Stefan Bader <[email protected]> Acked-by: Eric Dumazet <[email protected]> Acked-by: Konrad Rzeszutek Wilk <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
1 changed file
with
77 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters