Re: [PATCH net-next] net: ipv6_gre: Fix GRO to work on IPv6 over GRE tap

2018-08-09 Thread David Miller
From: Tariq Toukan Date: Wed, 8 Aug 2018 11:46:30 +0300 > IPv6 GRO over GRE tap is not working while GRO is not set > over the native interface. ... > This patch removes the override of the hard_header_len, and > assigns the calculated value to needed_headroom. > This way, the comparison in gro

[PATCH net-next] net: ipv6_gre: Fix GRO to work on IPv6 over GRE tap

2018-08-08 Thread Tariq Toukan
From: Maria Pasechnik IPv6 GRO over GRE tap is not working while GRO is not set over the native interface. gro_list_prepare function updates the same_flow variable of existing sessions to 1 if their mac headers match the one of the incoming packet. same_flow is used to filter out non-matching se