@@ -204,6 +204,9 @@ definitions:
204204 doc : dst port in case of TCP/UDP/SCTP
205205 -
206206 name : gtp-teid
207+ -
208+ name : ip6-fl
209+ doc : IPv6 Flow Label
207210 -
208211 name : discard
209212 value : 31
@@ -1216,6 +1219,30 @@ attribute-sets:
12161219 name : udp-ports
12171220 type : nest
12181221 nested-attributes : tunnel-udp
1222+ -
1223+ name : fec-hist
1224+ attr-cnt-name : --ethtool-a-fec-hist-cnt
1225+ attributes :
1226+ -
1227+ name : pad
1228+ type : pad
1229+ -
1230+ name : bin-low
1231+ type : u32
1232+ doc : Low bound of FEC bin (inclusive)
1233+ -
1234+ name : bin-high
1235+ type : u32
1236+ doc : High bound of FEC bin (inclusive)
1237+ -
1238+ name : bin-val
1239+ type : uint
1240+ doc : Error count in the bin (optional if per-lane values exist)
1241+ -
1242+ name : bin-val-per-lane
1243+ type : binary
1244+ sub-type : u64
1245+ doc : An array of per-lane error counters in the bin (optional)
12191246 -
12201247 name : fec-stat
12211248 attr-cnt-name : __ethtool-a-fec-stat-cnt
@@ -1239,6 +1266,11 @@ attribute-sets:
12391266 name : corr-bits
12401267 type : binary
12411268 sub-type : u64
1269+ -
1270+ name : hist
1271+ type : nest
1272+ multi-attr : True
1273+ nested-attributes : fec-hist
12421274 -
12431275 name : fec
12441276 attr-cnt-name : __ethtool-a-fec-cnt
@@ -1791,6 +1823,73 @@ attribute-sets:
17911823 type : uint
17921824 enum : pse-event
17931825 doc : List of events reported by the PSE controller
1826+ -
1827+ name : mse-capabilities
1828+ doc : MSE capabilities attribute set
1829+ attr-cnt-name : --ethtool-a-mse-capabilities-cnt
1830+ attributes :
1831+ -
1832+ name : max-average-mse
1833+ type : uint
1834+ -
1835+ name : max-peak-mse
1836+ type : uint
1837+ -
1838+ name : refresh-rate-ps
1839+ type : uint
1840+ -
1841+ name : num-symbols
1842+ type : uint
1843+ -
1844+ name : mse-snapshot
1845+ doc : MSE snapshot attribute set
1846+ attr-cnt-name : --ethtool-a-mse-snapshot-cnt
1847+ attributes :
1848+ -
1849+ name : average-mse
1850+ type : uint
1851+ -
1852+ name : peak-mse
1853+ type : uint
1854+ -
1855+ name : worst-peak-mse
1856+ type : uint
1857+ -
1858+ name : mse
1859+ attr-cnt-name : --ethtool-a-mse-cnt
1860+ attributes :
1861+ -
1862+ name : header
1863+ type : nest
1864+ nested-attributes : header
1865+ -
1866+ name : capabilities
1867+ type : nest
1868+ nested-attributes : mse-capabilities
1869+ -
1870+ name : channel-a
1871+ type : nest
1872+ nested-attributes : mse-snapshot
1873+ -
1874+ name : channel-b
1875+ type : nest
1876+ nested-attributes : mse-snapshot
1877+ -
1878+ name : channel-c
1879+ type : nest
1880+ nested-attributes : mse-snapshot
1881+ -
1882+ name : channel-d
1883+ type : nest
1884+ nested-attributes : mse-snapshot
1885+ -
1886+ name : worst-channel
1887+ type : nest
1888+ nested-attributes : mse-snapshot
1889+ -
1890+ name : link
1891+ type : nest
1892+ nested-attributes : mse-snapshot
17941893
17951894operations :
17961895 enum-model : directional
@@ -2724,6 +2823,25 @@ operations:
27242823 attributes :
27252824 - header
27262825 - context
2826+ -
2827+ name : mse-get
2828+ doc : Get PHY MSE measurement data and capabilities.
2829+ attribute-set : mse
2830+ do : &mse-get-op
2831+ request :
2832+ attributes :
2833+ - header
2834+ reply :
2835+ attributes :
2836+ - header
2837+ - capabilities
2838+ - channel-a
2839+ - channel-b
2840+ - channel-c
2841+ - channel-d
2842+ - worst-channel
2843+ - link
2844+ dump : *mse-get-op
27272845
27282846mcast-groups :
27292847 list :
0 commit comments