-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add units for meter rate to documentation of simple_switch #753
Merged
Merged
Changes from 14 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
37a407d
Add units for meter rate
hesingh 84aa5eb
Edited text because meter rate is entered by CLI
hesingh 3bf1a4e
Forgot to change two more lines
hesingh a906886
Fix burst_size doc and code
hesingh 69c20d3
fix typo
hesingh cc3f725
Change rate doc
hesingh 96076bc
Revet octets change; update doc
hesingh a7dbf6e
Fix/add comments, change doc
hesingh 7b4f242
Add context to doc
hesingh 252cbd1
Edited doc; reverted pdchanges, added help to cli;
hesingh 56f8dca
Merge branch 'master' into master
hesingh 0367e3d
Restore pdfixed code
hesingh 048b2ef
Address review comments
hesingh 06967ec
Address review comments
hesingh 8a114ea
Add CLI syntax and test one change to fix rendering on github
hesingh e870599
Try to fix rendering on github
hesingh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
### | ||
TODO: Write help for any CLI not preceded by "###". | ||
### | ||
|
||
act_prof_add_member_to_group | ||
act_prof_create_group | ||
act_prof_create_member | ||
act_prof_delete_group | ||
act_prof_delete_member | ||
act_prof_dump | ||
act_prof_dump_group | ||
act_prof_dump_member | ||
act_prof_modify_member | ||
act_prof_remove_member_from_group | ||
counter_read | ||
counter_reset | ||
help | ||
load_new_config_file | ||
mc_dump | ||
mc_mgrp_create | ||
mc_mgrp_destroy | ||
mc_node_associate | ||
mc_node_create | ||
mc_node_destroy | ||
mc_node_dissociate | ||
mc_node_update | ||
mc_set_lag_membership | ||
meter_array_set_rates | ||
meter_get_rates | ||
|
||
### meter_set_rates | ||
Meter behavior is specified in RFC 2698. | ||
|
||
The user enters the meter rate in bytes/microsecond and burst_size in | ||
bytes. If the meter type is packets, the rate is entered in packets/microsecond | ||
and burst_size is the number of packets. | ||
|
||
port_add | ||
port_remove | ||
register_read | ||
register_reset | ||
register_write | ||
reset_state | ||
serialize_state | ||
set_crc16_parameters | ||
set_crc32_parameters | ||
shell | ||
show_actions | ||
show_ports | ||
show_tables | ||
swap_configs | ||
switch_info | ||
table_add | ||
table_clear | ||
table_delete | ||
table_dump | ||
table_dump_entry | ||
table_dump_entry_from_key | ||
table_dump_group | ||
table_dump_member | ||
table_indirect_add | ||
table_indirect_add_member_to_group | ||
table_indirect_add_with_group | ||
table_indirect_create_group | ||
table_indirect_create_member | ||
table_indirect_delete | ||
table_indirect_delete_group | ||
table_indirect_delete_member | ||
table_indirect_modify_member | ||
table_indirect_remove_member_from_group | ||
table_indirect_reset_default | ||
table_indirect_set_default | ||
table_indirect_set_default_with_group | ||
table_info | ||
table_modify | ||
table_num_entries | ||
table_reset_default | ||
table_set_default | ||
table_set_timeout | ||
table_show_actions | ||
write_config_to_file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not give the command syntax here as well?