Re: [ovs-dev] [PATCH 5/7] datapath-windows: Add stub handlers for netdev commands
Acked-by: Ankur Sharma From: dev on behalf of Nithin Raju Sent: Tuesday, September 30, 2014 6:00 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 5/7] datapath-windows: Add stub handlers for netdev commands In this patch, we add stub handlers for
[ovs-dev] [PATCH 5/7] datapath-windows: Add stub handlers for netdev commands
In this patch, we add stub handlers for the netdev commands. Signed-off-by: Nithin Raju --- datapath-windows/ovsext/Datapath.c | 27 +-- datapath-windows/ovsext/Vport.c| 14 ++ 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/datapath-wi