Commit 47f058c
committed
Merge tag 'mlx5-updates-2022-07-17' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Saeed Mahameed says:
====================
mlx5-updates-2022-07-17
1) Add resiliency for lost completions for PTP TX port timestamp
2) Report Header-data split state via ethtool
3) Decouple HTB code from main regular TX code
* tag 'mlx5-updates-2022-07-17' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux:
net/mlx5: CT: Remove warning of ignore_flow_level support for non PF
net/mlx5e: Add resiliency for PTP TX port timestamp
net/mlx5: Expose ts_cqe_metadata_size2wqe_counter
net/mlx5e: HTB, move htb functions to a new file
net/mlx5e: HTB, change functions name to follow convention
net/mlx5e: HTB, remove priv from htb function calls
net/mlx5e: HTB, hide and dynamically allocate mlx5e_htb structure
net/mlx5e: HTB, move stats and max_sqs to priv
net/mlx5e: HTB, move section comment to the right place
net/mlx5e: HTB, move ids to selq_params struct
net/mlx5e: HTB, reduce visibility of htb functions
net/mlx5e: Fix mqprio_rl handling on devlink reload
net/mlx5e: Report header-data split state through ethtool
====================
Link: https://lore.kernel.org/r/20220719203529.51151-1-saeed@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>File tree
20 files changed
+1157
-861
lines changed- drivers/net/ethernet/mellanox/mlx5/core
- en
- tc
- ipoib
- include/linux/mlx5
20 files changed
+1157
-861
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
| 325 | + | |
325 | 326 | | |
326 | 327 | | |
327 | 328 | | |
| |||
898 | 899 | | |
899 | 900 | | |
900 | 901 | | |
901 | | - | |
902 | | - | |
903 | | - | |
904 | | - | |
905 | | - | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | | - | |
910 | 902 | | |
| 903 | + | |
911 | 904 | | |
912 | 905 | | |
913 | 906 | | |
| |||
945 | 938 | | |
946 | 939 | | |
947 | 940 | | |
| 941 | + | |
| 942 | + | |
948 | 943 | | |
949 | 944 | | |
950 | 945 | | |
| |||
976 | 971 | | |
977 | 972 | | |
978 | 973 | | |
979 | | - | |
| 974 | + | |
980 | 975 | | |
981 | 976 | | |
982 | 977 | | |
| |||
1181 | 1176 | | |
1182 | 1177 | | |
1183 | 1178 | | |
1184 | | - | |
| 1179 | + | |
| 1180 | + | |
1185 | 1181 | | |
1186 | 1182 | | |
1187 | 1183 | | |
| |||
0 commit comments