p4lang / p4runtime

Specification documents for the P4Runtime control-plane API
Apache License 2.0
147 stars 89 forks source link

Add Capabilities RPC to P4Runtime service #251

Closed antoninbas closed 4 years ago

antoninbas commented 4 years ago

The P4Runtime API WG decided to include this to P4Runtime v1.1. For now, this RPC will only enable the client to query the version of the P4Runtime specification implemented by the server.

Fixes #249

chrispsommers commented 4 years ago

LGTM. How about a reference to https://semver.org/ in the biblio and text?

antoninbas commented 4 years ago

@chrispsommers There is a reference already (line 5177 of the current diff)