Re: [ovs-dev] [PATCH v1] datapath-windows Event read handler

2014-09-24 Thread Eitan Eliahu
: Wednesday, September 24, 2014 10:44 PM To: Eitan Eliahu; dev@openvswitch.org Subject: RE: [ovs-dev] [PATCH v1] datapath-windows Event read handler None what so ever. Was just wondering if there was a hidden meaning to it that I missed :). Alin. De la: Eitan Eliahu [mailto:elia...@vmware.com] Trimis

Re: [ovs-dev] [PATCH v1] datapath-windows Event read handler

2014-09-24 Thread Alin Serdean
handler Yes, I do. Do you see any issue with that? Thanks, Eitan From: Alin Serdean [mailto:aserd...@cloudbasesolutions.com] Sent: Wednesday, September 24, 2014 10:39 PM To: Eitan Eliahu; dev@openvswitch.org<mailto:dev@openvswitch.org> Subject: RE: [ovs-dev] [PATCH v1] datapath-windows Even

Re: [ovs-dev] [PATCH v1] datapath-windows Event read handler

2014-09-24 Thread Eitan Eliahu
Yes, I do. Do you see any issue with that? Thanks, Eitan From: Alin Serdean [mailto:aserd...@cloudbasesolutions.com] Sent: Wednesday, September 24, 2014 10:39 PM To: Eitan Eliahu; dev@openvswitch.org Subject: RE: [ovs-dev] [PATCH v1] datapath-windows Event read handler It was not guarded until

Re: [ovs-dev] [PATCH v1] datapath-windows Event read handler

2014-09-24 Thread Alin Serdean
] Sent: Wednesday, September 24, 2014 10:22 PM To: Eitan Eliahu; dev@openvswitch.org<mailto:dev@openvswitch.org> Subject: RE: [ovs-dev] [PATCH v1] datapath-windows Event read handler I am talking only about the following: @@ -292,6 +292,7 @@ done_event_subscribe: return status; }

Re: [ovs-dev] [PATCH v1] datapath-windows Event read handler

2014-09-24 Thread Eitan Eliahu
PM To: Eitan Eliahu; dev@openvswitch.org Subject: RE: [ovs-dev] [PATCH v1] datapath-windows Event read handler I am talking only about the following: @@ -292,6 +292,7 @@ done_event_subscribe: return status; } +#if defined OVS_USE_NL_INTERFACE && OVS_USE_NL_INTERF

Re: [ovs-dev] [PATCH v1] datapath-windows Event read handler

2014-09-24 Thread Eitan Eliahu
com] Sent: Wednesday, September 24, 2014 10:00 PM To: Eitan Eliahu; dev@openvswitch.org Subject: RE: [ovs-dev] [PATCH v1] datapath-windows Event read handler -Mesaj original- De la: Eitan Eliahu [mailto:elia...@vmware.com] Trimis: Thursday, September 25, 2014 7:48 AM Către: Alin Se

Re: [ovs-dev] [PATCH v1] datapath-windows Event read handler

2014-09-24 Thread Alin Serdean
-Mesaj original- De la: Eitan Eliahu [mailto:elia...@vmware.com] Trimis: Thursday, September 25, 2014 7:48 AM Către: Alin Serdean; dev@openvswitch.org Subiect: RE: [ovs-dev] [PATCH v1] datapath-windows Event read handler Alin, this warning is used to warn about constant in a condition

Re: [ovs-dev] [PATCH v1] datapath-windows Event read handler

2014-09-24 Thread Eitan Eliahu
your thoughts. Thanks, Eitan -Original Message- From: Alin Serdean [mailto:aserd...@cloudbasesolutions.com] Sent: Wednesday, September 24, 2014 9:13 PM To: Eitan Eliahu; dev@openvswitch.org Subject: RE: [ovs-dev] [PATCH v1] datapath-windows Event read handler 1. ovs-dev-v1-datapath-windows-

Re: [ovs-dev] [PATCH v1] datapath-windows Event read handler

2014-09-24 Thread Alin Serdean
-- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Eitan Eliahu Trimis: Thursday, September 25, 2014 12:58 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH v1] datapath-windows Event read handler The Read event handler is executed when user mode issues a socket receive on

[ovs-dev] [PATCH v1] datapath-windows Event read handler

2014-09-24 Thread Eitan Eliahu
The Read event handler is executed when user mode issues a socket receive on an MC socket associated with the event queue. A new IOCTL READ command is used to differentiate between transaction based and packet miss sockets. An entry for the handler will be added once the Vport family implementation