Re: [ovs-dev] [PATCH 3/3] netlink: support for asynchronous NL transactions

2015-04-11 Thread Nithin Raju
> On Mar 12, 2015, at 5:42 PM, Sorin Vinturis > wrote: > > Modified 'nl_sock_transact_multiple__' function to send asynchronous > I/O requests to the kernel driver. > > Signed-off-by: Sorin Vinturis > Reported-by: Alin Gabriel Serdean > Reported-at: > https://urldefense.proofpoint.com/v2/ur

Re: [ovs-dev] [PATCH 3/3] netlink: support for asynchronous NL transactions

2015-03-16 Thread Sorin Vinturis
Sure Ben. Will do that. -Original Message- From: Ben Pfaff [mailto:b...@nicira.com] Sent: Monday, 16 March, 2015 18:06 To: Sorin Vinturis Cc: Nithin Raju; dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH 3/3] netlink: support for asynchronous NL transactions Hi Sorin. Thanks for the

Re: [ovs-dev] [PATCH 3/3] netlink: support for asynchronous NL transactions

2015-03-16 Thread Ben Pfaff
> calls are correctly handled. In this case I will drop this patch. > > Thanks, > Sorin > > -Original Message- > From: Nithin Raju [mailto:nit...@vmware.com] > Sent: Sunday, 15 March, 2015 18:27 > To: Sorin Vinturis > Cc: dev@openvswitch.org > S

Re: [ovs-dev] [PATCH 3/3] netlink: support for asynchronous NL transactions

2015-03-16 Thread Eitan Eliahu
Behalf Of Sorin Vinturis Sent: Thursday, March 12, 2015 5:43 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 3/3] netlink: support for asynchronous NL transactions Modified 'nl_sock_transact_multiple__' function to send asynchronous I/O requests to the kernel driver. Signed-off-by: Sori

Re: [ovs-dev] [PATCH 3/3] netlink: support for asynchronous NL transactions

2015-03-16 Thread Sorin Vinturis
, the async calls are correctly handled. In this case I will drop this patch. Thanks, Sorin -Original Message- From: Nithin Raju [mailto:nit...@vmware.com] Sent: Sunday, 15 March, 2015 18:27 To: Sorin Vinturis Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH 3/3] netlink: support for

Re: [ovs-dev] [PATCH 3/3] netlink: support for asynchronous NL transactions

2015-03-15 Thread Nithin Raju
> On Mar 12, 2015, at 5:42 PM, Sorin Vinturis > wrote: > > Modified 'nl_sock_transact_multiple__' function to send asynchronous > I/O requests to the kernel driver. > > Signed-off-by: Sorin Vinturis > Reported-by: Alin Gabriel Serdean > Reported-at: > https://urldefense.proofpoint.com/v2/url

[ovs-dev] [PATCH 3/3] netlink: support for asynchronous NL transactions

2015-03-12 Thread Sorin Vinturis
Modified 'nl_sock_transact_multiple__' function to send asynchronous I/O requests to the kernel driver. Signed-off-by: Sorin Vinturis Reported-by: Alin Gabriel Serdean Reported-at: https://github.com/openvswitch/ovs-issues/issues/64 --- lib/netlink-socket.c | 26 ++ 1 fi