[ovs-dev] [PATCH] udatapath: Implement ZERO_TCP_FLAGS option.

Jesse Gross jesse at nicira.com
Fri Nov 6 22:55:51 UTC 2009



Ben Pfaff wrote:
>>  static void
>> -answer_flow_query(const struct dp_netdev_flow *flow,
>> +answer_flow_query(struct dp_netdev_flow *flow, __u32 query_flags,
>>                    struct odp_flow *odp_flow)
>>     
>
> __u32 is a Linux-kernel type.  In userspace code we should use
> uint32_t instead (or just "int" works fine here too).
>   

Oops, you're right.  I fixed that and pushed.




More information about the dev mailing list