[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130122.194143.1205292712415183747.davem@davemloft.net>
Date: Tue, 22 Jan 2013 19:41:43 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: jesse@...ira.com, pshelar@...ira.com, netdev@...r.kernel.org
Subject: Re: [PATCH 2/2] IP_GRE: Linearize skb before csum.
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Tue, 22 Jan 2013 14:44:13 -0800
> On Tue, 2013-01-22 at 14:38 -0800, Jesse Gross wrote:
>
>>
>> We're currently enforcing this assumption in the rest of the network
>> stack - it's why we mask out scatter/gather capability in the NIC if
>> it isn't capable of checksumming the packet.
>>
>> Packets with asynchronous changes may come from VMs, so it isn't
>> necessarily reasonable to tell people that they need to disable
>> offloads with certain use cases.
>>
>> As Pravin said, pushing down the GSO to the lowest layer is the best
>> way to solve the problem. However, I would argue that the current
>> behavior is not correct.
>
> You do understand this problem is generic to GSO ?
>
> You basically are saying GSO should be removed.
>
> If you really care, please find another way to address the problem.
>
> Frames build by tcp_sendmsg() are fine : their content cannot be changed
> by the user.
We don't emit crap onto the wire knowingly. Jesse is right.
If you want to do software GSO in situations where we know that the
paged data cannot be modified asynchronously, you'll have to
explicitly support that.
I will not accept us saying that allowing the emission of bad
checksums is OK. It never is. That's terrible behavior, and creates
impossible to disagnose problems.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists