Hi Hal. The following is a series of 10 patches: 1. QoS policy file parser Yacc file 2. QoS policy file parser Lex file 3. QoS policy file parser Yacc & Lex generated files 4. QoS policy file parser header file 5. QoS policy file parser C file with auxiliary functions 6. Compilation changes for QoS policy file parser: Added new files to makefiles. Introduced new configuration switch '--enable-maintainer-mode', which will run Lex & Yacc instead of just using the generated files. 7. Renamed static function find_prtn_by_name() to non-static osm_prtn_find_by_name() This function will be used later by the PathRecord logic. 8. Added QoS class and service id fields to the path record. 9. Added new command line option for OSM: '-Y' or '--qos_policy_file' 10.Checking PathRecord query for QoS constraints.
-- Yevgeny Signed-off-by: Yevgeny Kliteynik <[EMAIL PROTECTED]> _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
