Re: [PATCH net-next v5 4/6] net: gro: add {inner_}network_offset to napi_gro_cb

2024-04-10 Thread Richard Gobert
Willem de Bruijn wrote: > Richard Gobert wrote: >> This patch adds network_offset and inner_network_offset to napi_gro_cb, and >> makes sure both are set correctly. In the common path there's only one >> write (skb_gro_reset_offset). >> >> Signed-off-by: Richard Gobert >> --- >> include/net/gro.h

Re: [PATCH net-next v5 4/6] net: gro: add {inner_}network_offset to napi_gro_cb

2024-04-09 Thread Willem de Bruijn
Richard Gobert wrote: > This patch adds network_offset and inner_network_offset to napi_gro_cb, and > makes sure both are set correctly. In the common path there's only one > write (skb_gro_reset_offset). > > Signed-off-by: Richard Gobert > --- > include/net/gro.h | 18 -- >