Re: [PATCH 1/4] xfrm: interface: enable TSO on xfrm interfaces

2021-02-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 9 Feb 2021 10:43:02 +0100 you wrote: > From: Eyal Birger > > Underlying xfrm output supports gso packets. > Declare support in hw_features and adapt the xmit MTU check to pass GSO > packets. > > Signed-off-by: E

[PATCH 1/4] xfrm: interface: enable TSO on xfrm interfaces

2021-02-09 Thread Steffen Klassert
From: Eyal Birger Underlying xfrm output supports gso packets. Declare support in hw_features and adapt the xmit MTU check to pass GSO packets. Signed-off-by: Eyal Birger Signed-off-by: Steffen Klassert --- net/xfrm/xfrm_interface.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion