RE: [RFC net-next] xfrm: refactory to avoid state tasklet scheduling errors

2015-07-15 Thread Cantavenera, Giuseppe (EXT-Other - DE/Ulm)
EXT-Other - DE/Ulm); Cantavenera, >Giuseppe (EXT-Other - DE/Ulm); Faustini, Nicholas (EXT-Other - DE/Ulm); >Du, Fan >Subject: RE: [RFC net-next] xfrm: refactory to avoid state tasklet >scheduling errors > > > >>-Original Message- >>From: Giuseppe Cantavenera [mailto:giu

RE: [RFC net-next] xfrm: refactory to avoid state tasklet scheduling errors

2015-07-14 Thread Du, Fan
Pecotic; Giuseppe Cantavenera; Nicholas Faustini >Subject: [RFC net-next] xfrm: refactory to avoid state tasklet scheduling >errors > >The SA state is managed by a tasklet scheduled relying on the wall clock. >Previous changes have already tried to address bugs >when the system time is cha

[RFC net-next] xfrm: refactory to avoid state tasklet scheduling errors

2015-07-07 Thread Giuseppe Cantavenera
The SA state is managed by a tasklet scheduled relying on the wall clock. Previous changes have already tried to address bugs when the system time is changed but some error conditions still exist, because the logic is still coupled with the wall time. If the time is changed in between the SA is cr