Skip to content

Commit

Permalink
schema doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
roland-sipos committed Sep 21, 2023
1 parent ad6987e commit a945920
Showing 1 changed file with 54 additions and 54 deletions.
108 changes: 54 additions & 54 deletions schema/dpdklibs/nicreaderinfo.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -11,60 +11,60 @@ local info = {

info: s.record("Info", [
s.field("groups_sent", self.double8, 0, doc="Number of groups of frames sent"),
s.field("total_groups_sent", self.double8, 0, doc="Total number of groups of frames sent"),
s.field("rx_good_packets", self.double8, 0, doc="Total number of"),
s.field("rx_good_bytes", self.double8, 0, doc="Total number of"),
s.field("rx_missed_errors", self.double8, 0, doc="Total number of"),
s.field("rx_errors", self.double8, 0, doc="Total number of"),
s.field("rx_unicast_packets", self.double8, 0, doc="Total number of"),
s.field("rx_multicast_packets", self.double8, 0, doc="Total number of"),
s.field("rx_broadcast_packets", self.double8, 0, doc="Total number of"),
s.field("rx_dropped_packets", self.double8, 0, doc="Total number of"),
s.field("rx_unknown_protocol_packets", self.double8, 0, doc="Total number of"),
s.field("rx_crc_errors", self.double8, 0, doc="Total number of"),
s.field("rx_illegal_byte_errors", self.double8, 0, doc="Total number of"),
s.field("rx_error_bytes", self.double8, 0, doc="Total number of"),
s.field("mac_local_errors", self.double8, 0, doc="Total number of"),
s.field("mac_remote_errors", self.double8, 0, doc="Total number of"),
s.field("rx_len_errors", self.double8, 0, doc="Total number of"),
s.field("rx_xon_packets", self.double8, 0, doc="Total number of"),
s.field("rx_xoff_packets", self.double8, 0, doc="Total number of"),
s.field("rx_size_64_packets", self.double8, 0, doc="Total number of"),
s.field("rx_size_65_to_127_packets", self.double8, 0, doc="Total number of"),
s.field("rx_size_128_to_255_packets", self.double8, 0, doc="Total number of"),
s.field("rx_size_256_to_511_packets", self.double8, 0, doc="Total number of"),
s.field("rx_size_512_to_1023_packets", self.double8, 0, doc="Total number of"),
s.field("rx_size_1024_to_1522_packets", self.double8, 0, doc="Total number of"),
s.field("rx_size_1523_to_max_packets", self.double8, 0, doc="Total number of"),
s.field("rx_undersized_errors", self.double8, 0, doc="Total number of"),
s.field("rx_oversize_errors", self.double8, 0, doc="Total number of"),
s.field("rx_mac_short_pkt_dropped", self.double8, 0, doc="Total number of"),
s.field("rx_fragmented_errors", self.double8, 0, doc="Total number of"),
s.field("rx_jabber_errors", self.double8, 0, doc="Total number of"),
s.field("rx_q0_packets", self.double8, 0, doc="Total number of"),
s.field("rx_q1_packets", self.double8, 0, doc="Total number of"),
s.field("rx_q2_packets", self.double8, 0, doc="Total number of"),
s.field("rx_q3_packets", self.double8, 0, doc="Total number of"),
s.field("rx_q4_packets", self.double8, 0, doc="Total number of"),
s.field("rx_q5_packets", self.double8, 0, doc="Total number of"),
s.field("rx_q6_packets", self.double8, 0, doc="Total number of"),
s.field("rx_q7_packets", self.double8, 0, doc="Total number of"),
s.field("rx_q8_packets", self.double8, 0, doc="Total number of"),
s.field("rx_q9_packets", self.double8, 0, doc="Total number of"),
s.field("rx_q10_packets", self.double8, 0, doc="Total number of"),
s.field("rx_q11_packets", self.double8, 0, doc="Total number of"),
s.field("rx_q0_bytes", self.double8, 0, doc="Total number of"),
s.field("rx_q1_bytes", self.double8, 0, doc="Total number of"),
s.field("rx_q2_bytes", self.double8, 0, doc="Total number of"),
s.field("rx_q3_bytes", self.double8, 0, doc="Total number of"),
s.field("rx_q4_bytes", self.double8, 0, doc="Total number of"),
s.field("rx_q5_bytes", self.double8, 0, doc="Total number of"),
s.field("rx_q6_bytes", self.double8, 0, doc="Total number of"),
s.field("rx_q7_bytes", self.double8, 0, doc="Total number of"),
s.field("rx_q8_bytes", self.double8, 0, doc="Total number of"),
s.field("rx_q9_bytes", self.double8, 0, doc="Total number of"),
s.field("rx_q10_bytes", self.double8, 0, doc="Total number of"),
s.field("rx_q11_bytes", self.double8, 0, doc="Total number of"),
s.field("total_groups_sent", self.double8, 0, doc="Total groups of frames sent"),
s.field("rx_good_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_good_bytes", self.double8, 0, doc="New since last poll"),
s.field("rx_missed_errors", self.double8, 0, doc="New since last poll"),
s.field("rx_errors", self.double8, 0, doc="New since last poll"),
s.field("rx_unicast_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_multicast_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_broadcast_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_dropped_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_unknown_protocol_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_crc_errors", self.double8, 0, doc="New since last poll"),
s.field("rx_illegal_byte_errors", self.double8, 0, doc="New since last poll"),
s.field("rx_error_bytes", self.double8, 0, doc="New since last poll"),
s.field("mac_local_errors", self.double8, 0, doc="New since last poll"),
s.field("mac_remote_errors", self.double8, 0, doc="New since last poll"),
s.field("rx_len_errors", self.double8, 0, doc="New since last poll"),
s.field("rx_xon_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_xoff_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_size_64_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_size_65_to_127_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_size_128_to_255_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_size_256_to_511_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_size_512_to_1023_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_size_1024_to_1522_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_size_1523_to_max_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_undersized_errors", self.double8, 0, doc="New since last poll"),
s.field("rx_oversize_errors", self.double8, 0, doc="New since last poll"),
s.field("rx_mac_short_pkt_dropped", self.double8, 0, doc="New since last poll"),
s.field("rx_fragmented_errors", self.double8, 0, doc="New since last poll"),
s.field("rx_jabber_errors", self.double8, 0, doc="New since last poll"),
s.field("rx_q0_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_q1_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_q2_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_q3_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_q4_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_q5_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_q6_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_q7_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_q8_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_q9_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_q10_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_q11_packets", self.double8, 0, doc="New since last poll"),
s.field("rx_q0_bytes", self.double8, 0, doc="New since last poll"),
s.field("rx_q1_bytes", self.double8, 0, doc="New since last poll"),
s.field("rx_q2_bytes", self.double8, 0, doc="New since last poll"),
s.field("rx_q3_bytes", self.double8, 0, doc="New since last poll"),
s.field("rx_q4_bytes", self.double8, 0, doc="New since last poll"),
s.field("rx_q5_bytes", self.double8, 0, doc="New since last poll"),
s.field("rx_q6_bytes", self.double8, 0, doc="New since last poll"),
s.field("rx_q7_bytes", self.double8, 0, doc="New since last poll"),
s.field("rx_q8_bytes", self.double8, 0, doc="New since last poll"),
s.field("rx_q9_bytes", self.double8, 0, doc="New since last poll"),
s.field("rx_q10_bytes", self.double8, 0, doc="New since last poll"),
s.field("rx_q11_bytes", self.double8, 0, doc="New since last poll"),
], doc="NIC Reader information"),

};
Expand Down

0 comments on commit a945920

Please sign in to comment.