Re: [nox-dev] [PATCH] support passing the 64-bit cookie in send_flow_command from Python code

2010-12-12 Thread Romain Lenglet
Hi, This is an updated and tested version of this patch for the zaku branch. Do you see any problem with this patch? BR, -- Romain Lenglet On 12/13/10 14:42, romain.leng...@berabera.info wrote: From: Romain Lengletromain.leng...@berabera.info The C++ implementation allowed passing the 64-bit

Re: [nox-dev] [PATCH] support passing the 64-bit cookie in send_flow_command from Python code

2010-12-12 Thread kk yap
Hi Romain, Thanks for all the patches. I really appreciate these. Personally, I tend to work purely in C/C++ in NOX (though I do use Python elsewhere). So, I have not really followed up with exposing functionalities to the Python side of NOX. Definitely appreciate all these efforts. A

Re: [nox-dev] [PATCH] support passing the 64-bit cookie in send_flow_command from Python code

2010-12-12 Thread Romain Lenglet
Hi KK, I format my patches with git-format-patches, and send them using git send-email. Is there any issues with the formatting? Regards, -- Romain Lenglet On 12/13/10 14:57, kk yap wrote: Hi Romain, Thanks for all the patches. I really appreciate these. Personally, I tend to work purely

Re: [nox-dev] [PATCH] support passing the 64-bit cookie in send_flow_command from Python code

2010-12-12 Thread kk yap
Hi Romain, It is not your fault, but Gmail's. Gmail reformats things a little and it does not always work as a result. Sigh... Regards KK On 12 December 2010 22:07, Romain Lenglet romain.leng...@berabera.info wrote: Hi KK, I format my patches with git-format-patches, and send them using git

[nox-dev] [PATCH] support passing the 64-bit cookie in send_flow_command from Python code

2010-12-08 Thread romain . lenglet
From: Romain Lenglet romain.leng...@berabera.info The C++ implementation allowed passing the 64-bit opaque cookie with every flow command, but not the Python wrapper. --- src/nox/coreapps/pyrt/context.i |3 ++- src/nox/lib/core.py | 26 ++ 2 files

Re: [nox-dev] [PATCH] support passing the 64-bit cookie in send_flow_command from Python code

2010-12-08 Thread Murphy McCauley
I had only noticed this issue last week, and Kyriakos and I had just been talking about fixing it. Offhand, this looks good, so thanks for saving us the trouble. :) -- Murphy On Dec 8, 2010, at 1:52 AM, romain.leng...@berabera.info wrote: From: Romain Lenglet romain.leng...@berabera.info