Re: [ovs-dev] [PATCH] datapath-windows: Create a NBL for each NB when required

2014-08-15 Thread Nithin Raju
On Aug 13, 2014, at 7:25 AM, Samuel Ghinet wrote: > Create a NBL for each NB when required > > ovs/ovs-issues#15 > > All NET_BUFFERs of a NET_BUFFER_LIST must go through > the pipeline: extract, find flow, execute. Previously, > only the first NET_BUFFER of a NET_BUFFER_LIST was going > throug

Re: [ovs-dev] [PATCH] datapath-windows: Create a NBL for each NB when required

2014-08-13 Thread Samuel Ghinet
Thanks! From: Nithin Raju [nit...@vmware.com] Sent: Wednesday, August 13, 2014 7:04 PM To: Samuel Ghinet Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] datapath-windows: Create a NBL for each NB when required Sure. I'll take a look. There m

Re: [ovs-dev] [PATCH] datapath-windows: Create a NBL for each NB when required

2014-08-13 Thread Nithin Raju
Sure. I'll take a look. There may be some complications with the existing code if we process an NBL with multiple NBs through tunneling. Maybe your changes fixes some of it. -- Nithin On Aug 13, 2014, at 9:00 AM, Samuel Ghinet wrote: > Hello Nithin, > > I did only a very basic test for thi

Re: [ovs-dev] [PATCH] datapath-windows: Create a NBL for each NB when required

2014-08-13 Thread Samuel Ghinet
esday, August 13, 2014 6:02 PM To: Samuel Ghinet Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] datapath-windows: Create a NBL for each NB when required Samuel, Were you able to test cases where the multiple NBL case originated from a VM, and was subject to tunneling? I'll look at

Re: [ovs-dev] [PATCH] datapath-windows: Create a NBL for each NB when required

2014-08-13 Thread Nithin Raju
Samuel, Were you able to test cases where the multiple NBL case originated from a VM, and was subject to tunneling? I'll look at your patch. thanks, Nithin On Aug 13, 2014, at 7:25 AM, Samuel Ghinet wrote: > Create a NBL for each NB when required > > ovs/ovs-issues#15 > > All NET_BUFFERs o

[ovs-dev] [PATCH] datapath-windows: Create a NBL for each NB when required

2014-08-13 Thread Samuel Ghinet
Create a NBL for each NB when required ovs/ovs-issues#15 All NET_BUFFERs of a NET_BUFFER_LIST must go through the pipeline: extract, find flow, execute. Previously, only the first NET_BUFFER of a NET_BUFFER_LIST was going through this pipeline, which was erroneous. OvsPartialCopyToMultipleNBLs i