Carmelo Cascone
Carmelo Cascone
Instead of Travis CI.
For example, these are the messages shown in the simple_switch_grpc log when trying to remove a group unsuccessfully: ``` [23:05:35.526] [bmv2] [E] [thread 13223] Error when trying to remove group...
Assuming the following P4 header for controller packet-out that includes padding: ``` @controller_header("packet_out") header packet_out_header_t { bit egress_port; bit _pad; } ``` that produces the following P4Info: ``` controller_packet_metadata {...
In some cases, a controller might want to create multicast groups that include the ingress port of a packet, while it would be desirable to have a way to instruct...
To reduce PHV utilization and make space for higher priority features. None of the fabric-tna use cases requires IPv6 support and it's totally untested (we don't have PTF tests for...
**This PR is not functional and should not be merged.** We propose an alternative schema to the one introduced in #454 and #457. Instead of being nested inside an app...
This pull request was originally opened by @robertmacdavid in #54. Carmelo re-created this to be based on the new `main` branch. This PR describes a potential solution to the packet...
Wouldn't it be nice if we could get something like a codecov report for each PR, but instead of showing the coverage diff, it would show the diff in terms...
In #209 we have started to hit the 45m timeout for Jenkins jobs configured in `ci-management`: https://gerrit.onosproject.org/plugins/gitiles/ci-management/+/refs/heads/master/jjb/templates/fabric-tna-jobs.yaml#46 We could increase the timeout, but this would have an impact on the...