From: Jakub Kicinski <kuba@kernel.org> Date: 2021-06-18 04:58:16
Currently UDP tunnel devices on top of VLANs lose the ability
to offload UDP GSO. Widen the pass thru features from TSO
to all GSO_SOFTWARE.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
net/8021q/vlan.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com> Date: 2021-06-18 19:05:07
On Fri, Jun 18, 2021 at 12:56 AM Jakub Kicinski [off-list ref] wrote:
Currently UDP tunnel devices on top of VLANs lose the ability
to offload UDP GSO. Widen the pass thru features from TSO
to all GSO_SOFTWARE.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Thu, 17 Jun 2021 21:55:56 -0700 you wrote:
Currently UDP tunnel devices on top of VLANs lose the ability
to offload UDP GSO. Widen the pass thru features from TSO
to all GSO_SOFTWARE.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
net/8021q/vlan.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)