Re: [lng-odp] [PATCH] helper: fix odph_ipv4_csum functions for L3 offset 0

2017-01-09 Thread Maxim Uvarov
Merged, Maxim. On 01/05/17 00:18, Bill Fischofer wrote: > On Wed, Jan 4, 2017 at 8:52 AM, Joe Savage wrote: >> Fix a bug where odph_ipv4_csum_{valid, update} would interpret an L3 >> offset of zero as a sign that the packet has no L3 offset. >> >> Signed-off-by: Joe Savage > > Reviewed-and-tes

Re: [lng-odp] [PATCH] helper: fix odph_ipv4_csum functions for L3 offset 0

2017-01-04 Thread Bill Fischofer
On Wed, Jan 4, 2017 at 8:52 AM, Joe Savage wrote: > Fix a bug where odph_ipv4_csum_{valid, update} would interpret an L3 > offset of zero as a sign that the packet has no L3 offset. > > Signed-off-by: Joe Savage Reviewed-and-tested-by: Bill Fischofer > --- > helper/include/odp/helper/ip.h | 1

[lng-odp] [PATCH] helper: fix odph_ipv4_csum functions for L3 offset 0

2017-01-04 Thread Joe Savage
Fix a bug where odph_ipv4_csum_{valid, update} would interpret an L3 offset of zero as a sign that the packet has no L3 offset. Signed-off-by: Joe Savage --- helper/include/odp/helper/ip.h | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/helper/include/odp/helper/i