Thanks for developing this code an open-sourcing it.
- Could you please add a CONTRIBUTING.md file to the repo so that folks know if you allow a Apache 2.0 license to the code. An example for CONTRIBUTING.md is given below.
https://github.com/hesingh/p4-ipv6-switch-ml/blob/master/CONTRIBUTING.md
Note, p4c uses a Apache 2.0 license.
- Could you please add a README.md file to show to to run code in several directories.
Several folks have asked the P4 community about how to add a new extern to simple_switch and also asked for crypto extern. Seeing this repo we are adding your extern to the behavioral-model repo. Please see this PR: p4lang/behavioral-model#834
See this note from the Issue for what could help in README.md for help.
"I don't think it is necessary to give a working example that uses Mininet .
Instructions for running a single simple_switch or simple_switch_grpc process, with all command line options needed to use the new extern, should be enough. Let those who wish to use the new extern in a Mininet network figure out the changes to their own software outside of simple_switch."
Thanks.
Thanks for developing this code an open-sourcing it.
https://github.com/hesingh/p4-ipv6-switch-ml/blob/master/CONTRIBUTING.md
Note, p4c uses a Apache 2.0 license.
Several folks have asked the P4 community about how to add a new extern to simple_switch and also asked for crypto extern. Seeing this repo we are adding your extern to the behavioral-model repo. Please see this PR: p4lang/behavioral-model#834
See this note from the Issue for what could help in README.md for help.
"I don't think it is necessary to give a working example that uses Mininet .
Instructions for running a single simple_switch or simple_switch_grpc process, with all command line options needed to use the new extern, should be enough. Let those who wish to use the new extern in a Mininet network figure out the changes to their own software outside of simple_switch."
Thanks.