Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-loxi
/
d4a45c841e8d6dc5cd3ca9ed5e56fcb14cd2a591
/
py_gen
a5706e6
Add test file for q_in_q vport.
by Wilson Ng
· 11 years ago
0f4cc50
pyloxi: remove dead code
by Rich Lane
· 11 years ago
f8a3d00
add of_str64_t string type
by Rich Lane
· 11 years ago
038c9e6
pyloxi: parse unknown subclasses as the superclass
by Rich Lane
· 11 years ago
e632199
py_gen: move TLVs into their own module
by Rich Lane
· 11 years ago
1adf421
pyloxi: support of_checksum_128_t
by Rich Lane
· 11 years ago
2c9938e
py_gen: move ID classes into their own modules
by Rich Lane
· 11 years ago
25e73f0
ir: add alignment properties to OFClass
by Rich Lane
· 11 years ago
f0bac29
pyloxi: move pack_list to generic_util
by Rich Lane
· 11 years ago
5bcc7c7
pyloxi: generic list deserialization
by Rich Lane
· 11 years ago
8158ed0
pyloxi: remove special case for reading OXM lists
by Rich Lane
· 11 years ago
a160186
pyloxi: deal with length fields inside unpack
by Rich Lane
· 11 years ago
5df3fd8
pyloxi: keep track of offset/length ourselves in OFReader
by Rich Lane
· 11 years ago
5b2745c
pyloxi: remove automatic conversion from str to OFReader
by Rich Lane
· 11 years ago
3b9b28e
pyloxi: generate all openflow class modules from a single template
by Rich Lane
· 11 years ago
d50d971
pyloxi: move list unpack functions into util
by Rich Lane
· 11 years ago
78a3bc4
pyloxi: generate virtual class unpack methods
by Rich Lane
· 11 years ago
9d98adf
pyloxi: create inheritance hierarchy
by Rich Lane
· 11 years ago
a2de219
pyloxi: use OFClass directly
by Rich Lane
· 11 years ago
a9b756c
pyloxi: use ofclass subtemplate for OXMs
by Rich Lane
· 11 years ago
0f7f9d5
pyloxi: use the ofclass subtemplate for messages
by Rich Lane
· 11 years ago
75649a6
pyloxi: fix special parsing case for experimenter instructions
by Rich Lane
· 11 years ago
41000ba
pyloxi: support of_instruction_bsn_disable_src_mac_check
by Rich Lane
· 11 years ago
2c0a2d7
Merge branch 'master' of github.com:floodlight/loxigen into group_mod
by Andreas Wundsam
· 11 years ago
5812cf3
group_mod: add subclass structure
by Andreas Wundsam
· 11 years ago
5630c42
py_gen: adapt to of_g removal / new ir model
by Andreas Wundsam
· 11 years ago
5420b95
backends: use template_utils
by Andreas Wundsam
· 11 years ago
d089bfa
pyloxi: support of_bsn_lacp_stats_request/reply
by Rich Lane
· 11 years ago
fa93127
pyloxi: build ofclasses once during initialization
by Rich Lane
· 11 years ago
b5e8c83
Fixed issues from code review
by Rob Vaterlaus
· 11 years ago
d6e97d4
Merge branch 'master' of github.com:floodlight/loxigen
by Rob Vaterlaus
· 11 years ago
b3f49d9
Fix issues with C backend with new error message hierarchy
by Rob Vaterlaus
· 11 years ago
feee371
Hierarchical error messages plus some more tweaks
by Rob Vaterlaus
· 11 years ago
3b2fd83
support of_bitmap_128_t in core, loci, and pyloxi
by Rich Lane
· 11 years ago
69ecfdc
py_loxi: support/resolve enum members of structs
by Andreas Wundsam
· 11 years ago
b25d07c
openflow_input: add discriminators to experimenter superclasses
by Rich Lane
· 11 years ago
3f557de
Merge branch 'master' of github.com:floodlight/loxigen
by Andreas Wundsam
· 11 years ago
b566a16
openflow_input: introduced type ipv4_t
by Andreas Wundsam
· 11 years ago
b564efc
pyloxi: slightly generalize alignment
by Rich Lane
· 11 years ago
5a72bc3
pyloxi: factor out loxi.generic_util.pad_to
by Rich Lane
· 11 years ago
be90eae
pyloxi: support OXM member in set-field actions
by Rich Lane
· 11 years ago
7b9c949
pyloxi: hardcode OF 1.3 multipart message subtypes
by Rich Lane
· 11 years ago
efa5400
pyloxi: fix OF 1.1+ flow mod parsing
by Rich Lane
· 11 years ago
4c88647
pyloxi: fix OF 1.1+ experimenter message parsing
by Rich Lane
· 11 years ago
65790d2
pyloxi: add tests for parse_message
by Rich Lane
· 11 years ago
1c5db11
pyloxi: fix invalid reference to ofp from inside pyloxi
by Rich Lane
· 11 years ago
da11f8b
pyloxi: move OFType interface functions to module level
by Rich Lane
· 11 years ago
c854bae
pyloxi: add convenience code to generate most OFTypeData objects
by Rich Lane
· 11 years ago
8a22cda
pyloxi: move OFType logic out of code and into a table
by Rich Lane
· 11 years ago
8f22cee
Merge remote-tracking branch 'origin/master' into pyloxi-ir
by Rich Lane
· 11 years ago
9dc5619
add pointer to license files to loci/pyloxi generated copyright headers
by Rich Lane
· 11 years ago
7b89a32
pyloxi: serialize/deserialize of_bsn_vport_q_in_q_t
by Rich Lane
· 11 years ago
8e5a1f8
generate pyloxi documentation using sphinx
by Rich Lane
· 11 years ago
4db1fdc
generate pyloxi documentation using sphinx
by Rich Lane
· 11 years ago
d6c123c
py_gen: remove unused util code
by Rich Lane
· 11 years ago
e0edaad
py_gen: make constant_for_value use the IR
by Rich Lane
· 11 years ago
eb9d3f0
py_gen: support embedding of_bsn_vport_q_in_q_t
by Rich Lane
· 11 years ago
dffcf85
pyloxi: use IR to generate enums
by Rich Lane
· 11 years ago
002e70c
pyloxi: use LOXI IR for classes
by Rich Lane
· 11 years ago
b915bec
pyloxi: trim blacklist
by Rich Lane
· 11 years ago
c9fc57d
pyloxi: move remaining basic serialization tests to datafiles
by Rich Lane
· 11 years ago
5c4446e
pyloxi: automatically test all datafiles
by Rich Lane
· 11 years ago
d392eae
pyloxi: test packing the unpacked object
by Rich Lane
· 11 years ago
9a3f1fd
pyloxi: start using data files for test cases
by Rich Lane
· 11 years ago
1d5b010
pyloxi: factor out test utility functions
by Rich Lane
· 11 years ago
5edb555
pyloxi: parse OF 1.1 and 1.2 stats messages
by Rich Lane
· 11 years ago
d157d4a
py_gen/utils: more specific error msg
by Andreas Wundsam
· 12 years ago
adb7983
pyloxi: fix of_wc_bmap_t for OF 1.2+
by Rich Lane
· 12 years ago
ed4f906
pyloxi: unpack of_list_instruction
by Rich Lane
· 12 years ago
e02314c
pyloxi: generate instruction classes
by Rich Lane
· 12 years ago
d367a24
pyloxi: implement of_meter_features_t
by Rich Lane
· 12 years ago
6c3acb2
pyloxi: unpack of_list_meter_stats
by Rich Lane
· 12 years ago
d82c0a6
pyloxi: support meter bands
by Rich Lane
· 12 years ago
42bf98c
pyloxi: unpack of_list_group_stats_entry
by Rich Lane
· 12 years ago
9b38d11
pyloxi: unpack of_list_group_desc_stats_entry
by Rich Lane
· 12 years ago
8692ecd
pyloxi: blacklist inheritance parents from simple list deserialization
by Rich Lane
· 12 years ago
8e27ec7
pyloxi: unpack of_list_bucket_t
by Rich Lane
· 12 years ago
a4d3d2d
pyloxi: add of13 packet-out test
by Rich Lane
· 12 years ago
4c76498
pyloxi: add (incomplete) of13 message test cases
by Rich Lane
· 12 years ago
a018605
pyloxi: raise an exception when unimplemented
by Rich Lane
· 12 years ago
2216080
pyloxi: skip padding after reading of_match_v3
by Rich Lane
· 12 years ago
ef0b887
pyloxi: remove unused 'offset' fields
by Rich Lane
· 12 years ago
5de3bb2
pyloxi: remove 'skip' field from Member
by Rich Lane
· 12 years ago
0b2ce25
pyloxi: fill in of11 match type
by Rich Lane
· 12 years ago
21fd011
pyloxi: deserialize OXM lists
by Rich Lane
· 12 years ago
82e9f6e
pyloxi: fix OXM lengths
by Rich Lane
· 12 years ago
3005cf9
pyloxi: support (only) empty 1.2/1.3 matches
by Rich Lane
· 12 years ago
b00a75f
pyloxi: alias of11/of12 matches
by Rich Lane
· 12 years ago
193317b
pyloxi: support field length members
by Rich Lane
· 12 years ago
57026dc
pyloxi: rewrite deserialization to use OFReader
by Rich Lane
· 12 years ago
1de06ab
pyloxi: add OFReader class
by Rich Lane
· 12 years ago
15cbe84
pyloxi: move version-independent utility code to a new file
by Rich Lane
· 12 years ago
c268579
pyloxi: add padding as its own member type
by Rich Lane
· 12 years ago
8ca3b77
pyloxi: include all members in OFClass.members
by Rich Lane
· 12 years ago
00549ea
pyloxi: add loxi.version_names
by Rich Lane
· 12 years ago
a22233e
pyloxi: add basic test cases for of11 and of12
by Rich Lane
· 12 years ago
0733cd6
Merge branch 'master' into pyloxi-1.3
by Rich Lane
· 12 years ago
fe735bc
convert enum values to integers
by Rich Lane
· 12 years ago
e90685c
pyloxi: support hello_elems
by Rich Lane
· 12 years ago
4180564
pyloxi: implement of_ipv6_t
by Rich Lane
· 12 years ago
Next »