Skip to content

Commit 33180d1

Browse files
committed
Merge: CNB101: ethtool: update ethtool core to upstream v6.15.
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/784 JIRA: https://issues.redhat.com/browse/RHEL-75603 Update ethtool upto kernel v6.15. Brew: - https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=67705382 Depends: !868 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. Approved-by: Michal Schmidt <mschmidt@redhat.com> Approved-by: Petr Oros <poros@redhat.com> Approved-by: José Ignacio Tornos Martínez <jtornosm@redhat.com> Approved-by: Antoine Tenart <atenart@redhat.com> Approved-by: Ivan Vecera <ivecera@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Julio Faracco <jfaracco@redhat.com>
2 parents 182cccf + 8e8ea23 commit 33180d1

Some content is hidden

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

67 files changed

+4847
-1133
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)