Re: [ovs-dev] netlink-socket.c: add support for do_lookup_genl_family on Windows

2014-09-09 Thread Nithin Raju
On Sep 9, 2014, at 1:09 PM, Gurucharan Shetty wrote: > Gives an "uninitialized local variable 'sock' used". Can you take care > of it in an upcoming patch? Sure. Thanks for point this out. -- Nithin ___ dev mailing list dev@openvswitch.org http://ope

Re: [ovs-dev] netlink-socket.c: add support for do_lookup_genl_family on Windows

2014-09-09 Thread Gurucharan Shetty
On Fri, Aug 22, 2014 at 1:16 AM, Nithin Raju wrote: > In this patch, we add support for querying the genl family id for any > family supported by the OVS kernel datapath. On platforms that support > netlink natively, the operating system assigns a family ID, and the > OS netlink infrastructure sup

Re: [ovs-dev] netlink-socket.c: add support for do_lookup_genl_family on Windows

2014-08-22 Thread Ben Pfaff
On Fri, Aug 22, 2014 at 01:16:44AM -0700, Nithin Raju wrote: > In this patch, we add support for querying the genl family id for any > family supported by the OVS kernel datapath. On platforms that support > netlink natively, the operating system assigns a family ID, and the > OS netlink infrastruc