Re: [ovs-dev] [PATCH v2] datapath-windows: Make GET_PID a separate IOCTL

2015-04-02 Thread Nithin Raju
> On Apr 2, 2015, at 2:14 AM, Sorin Vinturis > wrote: > > Added a new IOCTL in order to retrieve the PID from the kernel datapath. > The new method uses a direct and cleaner way, as opposed to the old way > of using a Netlink transaction, avoiding the unnecessary overhead. > > Signed-off-by: So

Re: [ovs-dev] [PATCH v2] datapath-windows: Make GET_PID a separate IOCTL

2015-04-02 Thread Alin Serdean
...@openvswitch.org] În numele Sorin Vinturis Trimis: Thursday, April 2, 2015 12:14 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH v2] datapath-windows: Make GET_PID a separate IOCTL Added a new IOCTL in order to retrieve the PID from the kernel datapath. The new method uses a direct and cleaner way

[ovs-dev] [PATCH v2] datapath-windows: Make GET_PID a separate IOCTL

2015-04-02 Thread Sorin Vinturis
Added a new IOCTL in order to retrieve the PID from the kernel datapath. The new method uses a direct and cleaner way, as opposed to the old way of using a Netlink transaction, avoiding the unnecessary overhead. Signed-off-by: Sorin Vinturis Reported-by: Alin Gabriel Serdean Reported-at: https:/