It does not seem to be possible to set up 64bit counters i python modules. type uint creates a 32bit rrd db, uint64 is not supported.
I'm trying to create an infiniband module and the kernel traffic stat counters are 64bit. (the 32bit counters overflows after two seconds) The plan was to use the counters as is with positive slope and let rrd do the rate calculations.