diff options
| author | David S. Miller <davem@davemloft.net> | 2024-01-31 15:24:07 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2024-01-31 15:24:07 +0300 |
| commit | 2acfd589e50e6a4d63fc007b9ac3e366bbf819fb (patch) | |
| tree | 4aeef8efa90f8a4cefd402f885b3ba568a18d06b /include/linux | |
| parent | 57bf3dd2fe91aa144d2c8f53b02dc4e65c9b1135 (diff) | |
| parent | 5ca63ffdb94ba2bac4c23c8609aabd7edd03c312 (diff) | |
| download | linux-2acfd589e50e6a4d63fc007b9ac3e366bbf819fb.tar.xz | |
Merge branch 'stmmac-EST'
Rohan G says:
====================
net: stmmac: EST conformance support
This patchset enables support for queueMaxSDU and transmission overrun
counters which are required for Qbv conformance.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/stmmac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h index dee5ad6e48c5..dfa1828cd756 100644 --- a/include/linux/stmmac.h +++ b/include/linux/stmmac.h @@ -127,6 +127,7 @@ struct stmmac_est { u32 gcl_unaligned[EST_GCL]; u32 gcl[EST_GCL]; u32 gcl_size; + u32 max_sdu[MTL_MAX_TX_QUEUES]; }; struct stmmac_rxq_cfg { |
