Carmelo Cascone
Carmelo Cascone
Hi @makrofag1, you are describing the case where an app wants to modify a table's default action, which is equivalent to a flow rule with all match fields set to...
P4 counters can be read using P4Runtime, not gNMI. Unfortunately in ONOS we don't have an API for reading indirect counters (yet). ONOS can read direct counters when periodically reading...
@MehmedGIT I'm seeing this pull request only now. Thanks for your contribution to the INT work. However, the ONOS project does not use GitHub features for code contribution. Can you...
It works, thanks Yi!
One way to get this type of stats is by using P4 direct counters for the tables you are interested in. Is anything preventing you from doing that?
The proposed change makes sense to me, and it shouldn't break any control plane use case. In ONOS, we already avoid sending updates for the same key in the same...
Agreed that this would break backward compatibility. I don't know why didn't think of that. I would go with option 2 and close the stream if the packet-in/out message is...
@antoninbas I was proposing to use the new flag to describe the content of the same PacketIn/Out message carrying the flag, so a receiver would have to look at the...
At the [WG meeting on April 24th 2019](https://docs.google.com/document/d/1qzeAnKDDOIgBzq3sLS1C1CacunTtrV5x5T5xPXUFRGM/edit#heading=h.ntrmaymxehvk) we agreed to add an `Option` message to the stream channel to advertise client/server “capabilities”, including the ability to omit packet-in/out metadata...
@jafingerhut these are excellent points. Regarding PSA "compliance," I'm not sure what's best to make requirements explicit, if via version numbers or via an out-of-band mechanism to exchange capabilities. The...