Re: [ovs-dev] [PATCH v2] odp-util: calc checksum of ip hdr for tunnel encap

2019-09-27 Thread Ben Pfaff
Hi Martin, please fix the problems reported by the robot. Thanks, Ben. On Thu, Sep 26, 2019 at 09:58:22PM -0400, 0-day Robot wrote: > Bleep bloop. Greetings Martin Zhang, I am a robot and I have tried out your > patch. > Thanks for your contribution. > > I encountered some error that I

Re: [ovs-dev] [PATCH v2] odp-util: calc checksum of ip hdr for tunnel encap

2019-09-26 Thread 0-day Robot
Bleep bloop. Greetings Martin Zhang, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line has non-spaces leading whitespace #40 FILE: lib/odp-util.c:1527:

[ovs-dev] [PATCH v2] odp-util: calc checksum of ip hdr for tunnel encap

2019-09-26 Thread martinbj2008
From: Martin Zhang Signed-off-by: Martin Zhang V2: fix compile warning Signed-off-by: Martin Zhang --- lib/odp-util.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/odp-util.c b/lib/odp-util.c index fe59a56..29ffd6d 100644 --- a/lib/odp-util.c +++