Re: [PATCH v1 1/6] net: Generalize udp based tunnel offload
From: Jesse Gross <jesse@kernel.org>
Date: 2015-12-01 00:26:02
From: Jesse Gross <jesse@kernel.org>
Date: 2015-12-01 00:26:02
On Sun, Nov 29, 2015 at 7:21 PM, David Miller [off-list ref] wrote:
From: Tom Herbert <redacted> Date: Mon, 23 Nov 2015 13:53:44 -0800quoted
The bad effect of this model is that it is encourages HW vendors to continue implement HW protocol specific support for encapsulations, we get so much more benefit if they implement protocol generic mechanisms.+1
Regardless of what happens in the future, I think the main question is how this relates to the code that is currently present in the tree. We already have NDOs for VXLAN offloading, which is about as protocol specific as you can get. In my mind, this series is strictly an improvement to what is already there - it pulls all hardware offloading code out of the various protocol implementations and VXLAN out of the driver interface. That seems like a pretty nice cleanup to me.