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
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
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
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
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
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