From b89587a7af4b2a2e0682c304224be4041e993548 Mon Sep 17 00:00:00 2001 From: Paul Durrant Date: Tue, 17 Dec 2013 11:44:35 +0000 Subject: [PATCH] xen-netback: add gso_segs calculation netback already has code which parses IPv4 and v6 headers to set up checksum offsets and these are always applied to GSO packets being sent from frontends. It's therefore suboptimal that GSOs are being marked SKB_GSO_DODGY to defer the gso_segs calculation when netback already has all necessary information to hand to do the calculation. This patch adds that calculation. Signed-off-by: Paul Durrant Cc: Wei Liu Cc: Ian Campbell Cc: David Vrabel Cc: Eric Dumazet Acked-by: Eric Dumazet Acked-by: Wei Liu Signed-off-by: David S. Miller --- Reading git-format-patch failed