Ursula Braun wrote:
From: Frank Blaschka <frank.blaschka@xxxxxxxxxx> For large incoming packets > PAGE_SIZE/2 qeth creates a fragmented skb by adding pointers to qdio pages to the fragment list of the skb. This avoids allocating big chunks of consecutive memory. Also copying data from the qdio buffer to the skb is economized. Signed-off-by: Frank Blaschka <frank.blaschka@xxxxxxxxxx> Signed-off-by: Ursula Braun <braunu@xxxxxxxxxx> Signed-off-by: Frank Pavlic <fpavlic@xxxxxxxxxx> --- drivers/s390/net/qeth.h | 9 ++ drivers/s390/net/qeth_main.c | 182 +++++++++++++++++++++++++++++++++++-------- drivers/s390/net/qeth_proc.c | 6 + 3 files changed, 165 insertions(+), 32 deletions(-)
applied 1-2 - To unsubscribe from this list: send the line "unsubscribe linux-s390" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html