Re: [PATCH ipsec-next] xfrm: interface: enable TSO on xfrm interfaces

2021-01-11 Thread Steffen Klassert
On Wed, Jan 06, 2021 at 08:10:46AM +0200, Eyal Birger wrote: > 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 Applied, thanks a lot Eyal!

[PATCH ipsec-next] xfrm: interface: enable TSO on xfrm interfaces

2021-01-05 Thread 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 --- net/xfrm/xfrm_interface.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/net/xfrm/xfrm_interface.c b/net/xfr