Re: [ovs-dev] [PATCH] packets: Suppress sparse warning.

2014-09-02 Thread Ethan Jackson
oops, I missed it. I'll drop this then On Tue, Sep 2, 2014 at 6:44 PM, Jesse Gross wrote: > On Tue, Sep 2, 2014 at 6:36 PM, Ethan Jackson wrote: >> warning: incorrect type in argument 1 (different base types) >> expected restricted ovs_be16 [usertype] old_csum >> got unsigned short [uns

Re: [ovs-dev] [PATCH] packets: Suppress sparse warning.

2014-09-02 Thread Jesse Gross
On Tue, Sep 2, 2014 at 6:36 PM, Ethan Jackson wrote: > warning: incorrect type in argument 1 (different base types) > expected restricted ovs_be16 [usertype] old_csum > got unsigned short [unsigned] [usertype] icmp6_cksum > > Signed-off-by: Ethan Jackson I actually just sent out a patch

[ovs-dev] [PATCH] packets: Suppress sparse warning.

2014-09-02 Thread Ethan Jackson
warning: incorrect type in argument 1 (different base types) expected restricted ovs_be16 [usertype] old_csum got unsigned short [unsigned] [usertype] icmp6_cksum Signed-off-by: Ethan Jackson --- lib/packets.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/packets.c b/lib/pack