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

2021-01-05 Thread Steffen Klassert
On Mon, Jan 04, 2021 at 07:50:49PM +0200, Eyal Birger wrote: > Hi Steffen, > > On Mon, Jan 4, 2021 at 10:44 AM Steffen Klassert > wrote: > > > > On Wed, Dec 23, 2020 at 09:15:38AM +0200, Eyal Birger wrote: > > > Underlying xfrm output supports gso packets. > > > Declare support in hw_features and

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

2021-01-04 Thread Eyal Birger
Hi Steffen, On Mon, Jan 4, 2021 at 10:44 AM Steffen Klassert wrote: > > On Wed, Dec 23, 2020 at 09:15:38AM +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: Eya

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

2021-01-04 Thread Steffen Klassert
On Wed, Dec 23, 2020 at 09:15:38AM +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 Looks ok to me.

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

2020-12-22 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