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
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
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.
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