Skip to content

Commit

Permalink
Merge pull request #5394 from kc284/master
Browse files Browse the repository at this point in the history
Added unit in the description of PIF_metrics.speed.
  • Loading branch information
robhoes authored Jan 26, 2024
2 parents b9893d3 + 9a617ab commit 1155747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ocaml/idl/datamodel.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1958,7 +1958,7 @@ module PIF_metrics = struct
; field ~qualifier:DynamicRO ~ty:String "device_name"
"Report device name"
; field ~qualifier:DynamicRO ~ty:Int "speed"
"Speed of the link (if available)"
"Speed of the link in Mbit/s (if available)"
; field ~qualifier:DynamicRO ~ty:Bool "duplex"
"Full duplex capability of the link (if available)"
; field ~qualifier:DynamicRO ~ty:String "pci_bus_path"
Expand Down
2 changes: 1 addition & 1 deletion ocaml/idl/schematest.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let hash x = Digest.string x |> Digest.to_hex
(* BEWARE: if this changes, check that schema has been bumped accordingly in
ocaml/idl/datamodel_common.ml, usually schema_minor_vsn *)

let last_known_schema_hash = "2923e663753266bbdcb313ed47bad726"
let last_known_schema_hash = "1e43ef93af9de55620fda75281e8a992"

let current_schema_hash : string =
let open Datamodel_types in
Expand Down

0 comments on commit 1155747

Please sign in to comment.