[dpdk-dev] ip_chksum not updated in ipsec-secgw application

2016-07-18 Thread Akhil Goyal
On 7/18/2016 6:50 PM, Thomas Monjalon wrote: > 2016-07-18 13:57, Sergio Gonzalez Monroy: >> On 18/07/2016 13:41, Akhil Goyal wrote: >>> In Ipsec-secgw application, while adding the outer IP header, >>> it seems that the application does not update the checksum value >>> for outbound packets. This r

[dpdk-dev] ip_chksum not updated in ipsec-secgw application

2016-07-18 Thread Akhil Goyal
On 7/18/2016 6:27 PM, Sergio Gonzalez Monroy wrote: > Hi, > > On 18/07/2016 13:41, Akhil Goyal wrote: >> Hi, >> >> In Ipsec-secgw application, while adding the outer IP header, it seems >> that the application does not update the checksum value for outbound >> packets. This result in incorrect ip->

[dpdk-dev] ip_chksum not updated in ipsec-secgw application

2016-07-18 Thread Thomas Monjalon
2016-07-18 14:57, Sergio Gonzalez Monroy: > On 18/07/2016 14:53, Akhil Goyal wrote: > > On 7/18/2016 6:50 PM, Thomas Monjalon wrote: > >> 2016-07-18 13:57, Sergio Gonzalez Monroy: > >>> On 18/07/2016 13:41, Akhil Goyal wrote: > In Ipsec-secgw application, while adding the outer IP header, > >>

[dpdk-dev] ip_chksum not updated in ipsec-secgw application

2016-07-18 Thread Sergio Gonzalez Monroy
On 18/07/2016 15:09, Thomas Monjalon wrote: > 2016-07-18 14:57, Sergio Gonzalez Monroy: >> On 18/07/2016 14:53, Akhil Goyal wrote: >>> On 7/18/2016 6:50 PM, Thomas Monjalon wrote: 2016-07-18 13:57, Sergio Gonzalez Monroy: > On 18/07/2016 13:41, Akhil Goyal wrote: >> In Ipsec-secgw appl

[dpdk-dev] ip_chksum not updated in ipsec-secgw application

2016-07-18 Thread Thomas Monjalon
2016-07-18 13:57, Sergio Gonzalez Monroy: > On 18/07/2016 13:41, Akhil Goyal wrote: > > In Ipsec-secgw application, while adding the outer IP header, > > it seems that the application does not update the checksum value > > for outbound packets. This result in incorrect ip->checksum in > > the encry

[dpdk-dev] ip_chksum not updated in ipsec-secgw application

2016-07-18 Thread Sergio Gonzalez Monroy
On 18/07/2016 14:49, Akhil Goyal wrote: > On 7/18/2016 6:27 PM, Sergio Gonzalez Monroy wrote: >> Hi, >> >> On 18/07/2016 13:41, Akhil Goyal wrote: >>> Hi, >>> >>> In Ipsec-secgw application, while adding the outer IP header, it seems >>> that the application does not update the checksum value for o

[dpdk-dev] ip_chksum not updated in ipsec-secgw application

2016-07-18 Thread Sergio Gonzalez Monroy
On 18/07/2016 14:53, Akhil Goyal wrote: > On 7/18/2016 6:50 PM, Thomas Monjalon wrote: >> 2016-07-18 13:57, Sergio Gonzalez Monroy: >>> On 18/07/2016 13:41, Akhil Goyal wrote: In Ipsec-secgw application, while adding the outer IP header, it seems that the application does not update the c

[dpdk-dev] ip_chksum not updated in ipsec-secgw application

2016-07-18 Thread Sergio Gonzalez Monroy
Hi, On 18/07/2016 13:41, Akhil Goyal wrote: > Hi, > > In Ipsec-secgw application, while adding the outer IP header, it seems that > the application does not update the checksum value for outbound packets. This > result in incorrect ip->checksum in the encrypted packet. > > Please let me know if

[dpdk-dev] ip_chksum not updated in ipsec-secgw application

2016-07-18 Thread Akhil Goyal
Hi, In Ipsec-secgw application, while adding the outer IP header, it seems that the application does not update the checksum value for outbound packets. This result in incorrect ip->checksum in the encrypted packet. Please let me know if the checksum value is updated somewhere else or not. Als