On Tue, Sep 24, 2019 at 08:38:53AM +0800, [email protected] wrote:
> From: Martin Zhang <[email protected]>
> 
> When parse tnl_push, if IPv4 is used,
> we forget to fill the ipv4 checksum fields.
> 
> In the patch:
> csum has been used as a variable,
> so we neeed rename it to udp_csum.
> 
> Signed-off-by: Martin Zhang <[email protected]>
> Signed-off-by: Dujie <[email protected]>

Thanks for the patch.

This fails to build for me:

      CC       lib/odp-util.lo
    ../lib/odp-util.c:1533:16: error: implicit declaration of function 'csum' 
is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    ../lib/odp-util.c:1533:16: error: this function declaration is not a 
prototype [-Werror,-Wstrict-prototypes]
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to