Re: [PATCH] xen-netfront: Fix handling packets on compound pages with skb_segment
From: David Miller <davem@davemloft.net>
Date: 2014-08-05 23:45:04
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2014-08-05 23:45:04
Also in:
lkml
From: Zoltan Kiss <redacted> Date: Tue, 5 Aug 2014 14:00:30 +0100
On 04/08/14 23:24, David Miller wrote:quoted
Given what I've seen so far, I think the only option is to linearize the packet.I think that would have more performance penalty than calling skb_gso_segment, but maybe I'm wrong.
We have firmly established that you cannot legally use GSO segmenting as an option, so it doesn't matter if it's faster or not.