Re: [ovs-dev] [PATCH v4 12/17] flow: Generate checksum in flow_compose().

2016-06-24 Thread Daniele Di Proietto
On 24/06/2016 15:37, "Joe Stringer" wrote: >On 10 June 2016 at 15:47, Daniele Di Proietto wrote: >> This is useful to test the connection tracker, which performs checksum >> verification. >> >> Signed-off-by: Daniele Di Proietto > >The comment above flow_compose() that says that checksums a

Re: [ovs-dev] [PATCH v4 12/17] flow: Generate checksum in flow_compose().

2016-06-24 Thread Joe Stringer
On 10 June 2016 at 15:47, Daniele Di Proietto wrote: > This is useful to test the connection tracker, which performs checksum > verification. > > Signed-off-by: Daniele Di Proietto The comment above flow_compose() that says that checksums are missing might do with an update. Acked-by: Joe Strin

[ovs-dev] [PATCH v4 12/17] flow: Generate checksum in flow_compose().

2016-06-10 Thread Daniele Di Proietto
This is useful to test the connection tracker, which performs checksum verification. Signed-off-by: Daniele Di Proietto --- lib/flow.c| 46 +++- tests/ofproto-dpif.at | 198 +- 2 files changed, 141 insertions(+), 103 deletions(