Skip to content

Commit c18e5c4

Browse files
committed
Merge: CNB97: ethtool: update ethtool core to upstream v6.15.
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/6775 JIRA: https://issues.redhat.com/browse/RHEL-89014 Update ethtool upto kernel v6.15. Brew: [https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=67396250](https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=67705537) Depends: !6842 Signed-off-by: Mohammad Heib <mheib@redhat.com> New features: - Include a new readable timestamping string, **'option-rx-filter'**, which will appear when using the -T option. - add support for writing firmware blocks using EPL (Extended Payload). - Make timestamping hardware PTP provider selectable. - add support for configuring hds-thresh - Add support for 200Gbps per lane link modes. Omitted-fix: 6db9d3a netdevsim: don't assume core pre-populates HDS params on GET * The targeted code was dropped during the update, so this fix is irrelevant. Omitted-fix: 19f72d9 Docs/zh_CN: Translate index.rst to Simplified Chinese * Changes are not relevant for networking. Omitted-fix: 8694138 selftests: drv-net: wait for iperf client to stop sending * [mschmidt] This is just for selftests. It appeared too late. We can't afford to block this MR any further. Approved-by: Antoine Tenart <atenart@redhat.com> Approved-by: Michal Schmidt <mschmidt@redhat.com> Approved-by: Corinna Vinschen <vinschen@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Augusto Caringi <acaringi@redhat.com>
2 parents b57f037 + 193993e commit c18e5c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+5697
-1153
lines changed

Documentation/netlink/genetlink-c.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ properties:
106106
name-prefix:
107107
description: For enum the prefix of the values, optional.
108108
type: string
109+
enum-cnt-name:
110+
description: Name of the render-max counter enum entry.
111+
type: string
109112
# End genetlink-c
110113

111114
attribute-sets:

Documentation/netlink/genetlink-legacy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ properties:
117117
name-prefix:
118118
description: For enum the prefix of the values, optional.
119119
type: string
120+
enum-cnt-name:
121+
description: Name of the render-max counter enum entry.
122+
type: string
120123
# End genetlink-c
121124
# Start genetlink-legacy
122125
members:

0 commit comments

Comments
 (0)