Re: [PATCH v4] ipvs: add checksum support for gue encapsulation

2019-05-31 Thread Pablo Neira Ayuso
On Fri, May 31, 2019 at 10:37:41AM +0200, Simon Horman wrote: > On Thu, May 30, 2019 at 10:10:15AM +0300, Julian Anastasov wrote: > > > > Hello, > > > > On Thu, 30 May 2019, Jacky Hu wrote: > > > > > Add checksum support for gue encapsulation with the tun_flags parameter, > > > which could b

Re: [PATCH v4] ipvs: add checksum support for gue encapsulation

2019-05-31 Thread Simon Horman
On Thu, May 30, 2019 at 10:10:15AM +0300, Julian Anastasov wrote: > > Hello, > > On Thu, 30 May 2019, Jacky Hu wrote: > > > Add checksum support for gue encapsulation with the tun_flags parameter, > > which could be one of the values below: > > IP_VS_TUNNEL_ENCAP_FLAG_NOCSUM > > IP_VS_TUNN

Re: [PATCH v4] ipvs: add checksum support for gue encapsulation

2019-05-30 Thread Julian Anastasov
Hello, On Thu, 30 May 2019, Jacky Hu wrote: > Add checksum support for gue encapsulation with the tun_flags parameter, > which could be one of the values below: > IP_VS_TUNNEL_ENCAP_FLAG_NOCSUM > IP_VS_TUNNEL_ENCAP_FLAG_CSUM > IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM > > Signed-off-by: Jacky Hu

[PATCH v4] ipvs: add checksum support for gue encapsulation

2019-05-29 Thread Jacky Hu
Add checksum support for gue encapsulation with the tun_flags parameter, which could be one of the values below: IP_VS_TUNNEL_ENCAP_FLAG_NOCSUM IP_VS_TUNNEL_ENCAP_FLAG_CSUM IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM Signed-off-by: Jacky Hu --- v4->v3: 1) defer pd assignment after data += GUE_LEN_PRIV v3-