Re: [ovs-dev] [PATCH 4/4 v4] datapath-windows: add support for GET_DP command to dump datpaths

2014-09-04 Thread Ben Pfaff
I applied all four of these patches to master. Thank you! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 4/4 v4] datapath-windows: add support for GET_DP command to dump datpaths

2014-09-02 Thread Saurabh Shah
It would be clearer to use tagged initializers (as suggested by Samuel). I think Nithin probably just forgot to add that change. Seems like a minor cleanup that can be made when we add the next command. >In this patch, we add support for the GET_DP netlink command to dump >the datpaaths. The user

[ovs-dev] [PATCH 4/4 v4] datapath-windows: add support for GET_DP command to dump datpaths

2014-08-29 Thread Ankur Sharma
In this patch, we add support for the GET_DP netlink command to dump the datpaaths. The userspace workflow to get this to work is the same as on Linux. dpif-linux.c initiates a dump start by writing a netlink message, and after that continues to read data from the kernel while the kernel has data.