3 Commits

Author SHA1 Message Date
Radostin Stoyanov
50f397b249
clean-up trailing whitespace (#453)
These changes have been mostly auto-generated with:

	find . -type f -print0 | xargs -0 perl -pi -e 's/ +$//'

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
2022-02-24 10:49:16 -05:00
Andy Fingerhut
2df5f43b3a
Several proposed changes to v1model standard_metadata for cheat sheet (#255)
* Several proposed changes to v1model standard_metadata for cheat sheet

Remove several fields that are deprecated in the v1model.p4 include file,
or will be soon:

+ drop
+ recirculate_port
+ clone_spec
+ lf_field_list
+ resubmit_flag
+ recirculate_flag

Add mention of more detailed documentation in behavioral-model
repository, for those that want to know more about how each field
behaves.

Group the fields by those that are only intended to be read in a P4
program, versues read/write, and which are only intended to be useful
in ingress, egress, or both.

* Minor updates to proposed v1model standard_metadata changes
2019-12-09 13:56:15 -08:00
sibanez12
7ff3af57fb Adding P4 cheat cheet and its latex source files. (#201) 2018-10-05 15:52:35 -04:00