Re: [ovs-dev] Please review: [PATCH 1/3] Create a NBL for each NB when required

2014-08-29 Thread Samuel Ghinet
btw, in case you wondered about this: > @@ -863,7 +863,7 @@ OvsPartialCopyToMultipleNBLs(PVOID ovsContext, > if (prevNbl == NULL) { > firstNbl = newNbl; > } else { > -NET_BUFFER_LIST_NEXT_NBL(prevNbl) = nbl; > +NET_BUFFER_LIST_NEXT_NBL(prevNb

[ovs-dev] Please review: [PATCH 1/3] Create a NBL for each NB when required

2014-08-29 Thread Samuel Ghinet
Hello guys, This is the updated NBL patch, which have taken into account Nithin and Saurabh's suggestions. I have decided that the refactor of OvsStartNBLIngress - some points suggested by Saurabh - should be separate commit(s) / patch(es). The patches will be tested on monday, but it would be u