Re: [nox-dev] Python API on 64 bit system

2011-08-26 Thread Murphy McCauley
Yeah. The last couple commits on destiny actually partially and sort of haphazardly confronted this. Just pushed what is hopefully a more complete patch. -- Murphy On Aug 26, 2011, at 4:45 PM, Edward Balas wrote: > Hey all, > > Does anyone know if the NOX python API has been tested on 64 bi

Re: [nox-dev] Python API on 64 bit system

2011-08-26 Thread Martin Casado
We routinely run Nox (including Python) on 64 bit systems. However, that doesn't mean we're exercising the same code paths ... Hey all, Does anyone know if the NOX python API has been tested on 64 bit systems? What I have run into looks like the 32 bit value is being stored in the high orde

[nox-dev] Python API on 64 bit system

2011-08-26 Thread Edward Balas
Hey all, Does anyone know if the NOX python API has been tested on 64 bit systems? What I have run into looks like the 32 bit value is being stored in the high order 32 bits of a 64bit int type. Ex. 0x7FFF for a port's curr value returned in a datapath_join event. A type call in pyth