[ovs-dev] Please review

2016-07-14 Thread Lorene Baldwin
Please fine attached the updated worksheet, thanks! Thank you for giving me your kind attention. King regards, Lorene Baldwin ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Please review

2016-07-14 Thread Valeria Meyers
Hi dev, I am very grateful to you for responding to my email so quickly. I have attached the company report. Please review and let me know about any changes that are required. See you, Valeria Meyers ___ dev mailing list dev@openvswitch.org http://open

[ovs-dev] Please review

2016-07-14 Thread Winnie Barry
Hi dev, It was an honour to meet you yesterday The spreadsheet you requested is attached. See you, Winnie Barry ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

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 3/3] Refactor OvsStartNBLIngress

2014-08-29 Thread Samuel Ghinet
Hello, Below is part 3 of the patch - main refactor of the ingress path (OvsStartNBLIngress / OvsExtSendNBL) Thank you! Samuel Ghinet = addressing issues: o) clearer variable names o) merge OvsExtSendNBL and OvsStartNBLIngress into OvsExtSendNBL (there is no reason to h

[ovs-dev] Please review: [PATCH 2/3] Refactor OvsInitNBLContext and OvsInitExternalNBLContext

2014-08-29 Thread Samuel Ghinet
Hello, Part 2 of the patch is below: === --- datapath-windows/ovsext/OvsBufferMgmt.c | 39 + 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/datapath-windows/ovsext/OvsBufferMgmt.c b/datapath-windows/ovsext/OvsBufferMgmt.c ind

[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