Re: [ovs-dev] [PATCH v2 4/4] Add Netlink vport command get

2014-09-26 Thread Ben Pfaff
On Thu, Sep 25, 2014 at 09:22:50PM +, Samuel Ghinet wrote: > The transactional get vport command. > This command uses the netlink transactional errors. > > Signed-off-by: Samuel Ghinet > Acked-by: Nithin Raju Thanks, applied. I adjusted the commit message to refer to datapath-windows.

[ovs-dev] [PATCH v2 4/4] Add Netlink vport command get

2014-09-25 Thread Samuel Ghinet
The transactional get vport command. This command uses the netlink transactional errors. Signed-off-by: Samuel Ghinet Acked-by: Nithin Raju --- datapath-windows/ovsext/Datapath.c | 83 +- 1 file changed, 82 insertions(+), 1 deletion(-) diff --git a/datapath-