On Fri, Oct 02, 2015 at 02:16:09PM -0700, Joe Stringer wrote: > Previously, reg_load would only understand 64-bit values passed to it. > This patch extends the parsing to handle larger fields, if they are > specified in hexadecimal. Internally they are stored as a single action, > but they are converted into multiple 64-bit modifications when > re-serialised. > > Signed-off-by: Joe Stringer <[email protected]> > --- > v4: Reduce change to allowing >64bit values to be specified in hex.
Would you mind adding a test that exercises a >64 bit example, at least to demonstrate that it is parsed and formatted correctly? Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
