Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ policies:
profile:
- interface: ens5f0
name: slave
phc2sysOpts: -a -r -n 24
phc2sysOpts: -a -r -m -n 24 -N 8 -R 16
ptp4lOpts: -2 -s --summary_interval -4
recommend:
- match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ policies:
profile:
- interface: ens5f0
name: slave
phc2sysOpts: -a -r -n 24
phc2sysOpts: -a -r -m -n 24 -N 8 -R 16
ptp4lOpts: -2 -s --summary_interval -4
recommend:
- match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ policies:
profile:
- interface: ens5f0
name: slave
phc2sysOpts: -a -r -n 24
phc2sysOpts: -a -r -m -n 24 -N 8 -R 16
ptp4lOpts: -2 -s --summary_interval -4
recommend:
- match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ policies:
profile:
- interface: '{{hub fromConfigMap "" "group-hardware-types-configmap" (printf "%s-ptpcfgslave-profile-interface" (index .ManagedClusterLabels "hardware-type")) hub}}'
name: slave
phc2sysOpts: -a -r -n 24
phc2sysOpts: -a -r -m -n 24 -N 8 -R 16
ptp4lOpts: -2 -s --summary_interval -4
recommend:
- match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ policies:
profile:
- interface: '{{hub fromConfigMap "" "group-hardware-types-configmap" (printf "%s-ptpcfgslave-profile-interface" (index .ManagedClusterLabels "hardware-type")) hub}}'
name: slave
phc2sysOpts: -a -r -n 24
phc2sysOpts: -a -r -m -n 24 -N 8 -R 16

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@abraham2512 , kindly obtain more information about how these config values ended up on the cluster.
If there was a change in the PTP operator that requires these values, then the change should probably go to the source-cr.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note with useful info:

This is probably a kube-compare issue.

ptp4lOpts: -2 -s --summary_interval -4
recommend:
- match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ policies:
profile:
- interface: '{{hub fromConfigMap "" "group-hardware-types-configmap" (printf "%s-ptpcfgslave-profile-interface" (index .ManagedClusterLabels "hardware-type")) hub}}'
name: slave
phc2sysOpts: -a -r -n 24
phc2sysOpts: -a -r -m -n 24 -N 8 -R 16
ptp4lOpts: -2 -s --summary_interval -4
recommend:
- match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
# This interface must match the hardware in this group
interface: "ens5f0"
ptp4lOpts: "-2 -s --summary_interval -4"
phc2sysOpts: "-a -r -n 24"
phc2sysOpts: "-a -r -m -n 24 -N 8 -R 16"
- fileName: sriov-operator/SriovOperatorConfig.yaml
policyName: "config-policy"
# PerformanceProfile.yaml is architecture-specific. Replace x86_64 with aarch64 for ARM deployments
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
# This interface must match the hardware in this group
interface: "ens5f0"
ptp4lOpts: "-2 -s --summary_interval -4"
phc2sysOpts: "-a -r -n 24"
phc2sysOpts: "-a -r -m -n 24 -N 8 -R 16"
- fileName: sriov-operator/SriovOperatorConfigForSNO.yaml
policyName: "config-policy"
# For existing clusters with node selector set as "master",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
# This interface must match the hardware in this group
interface: "ens5f0"
ptp4lOpts: "-2 -s --summary_interval -4"
phc2sysOpts: "-a -r -n 24"
phc2sysOpts: "-a -r -m -n 24 -N 8 -R 16"
- fileName: sriov-operator/SriovOperatorConfig.yaml
policyName: "config-policy"
# PerformanceProfile.yaml is architecture-specific. Replace x86_64 with aarch64 for ARM deployments
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
# This interface must match the hardware in this group
interface: '{{hub fromConfigMap "" "group-hardware-types-configmap" (printf "%s-ptpcfgslave-profile-interface" (index .ManagedClusterLabels "hardware-type")) hub}}'
ptp4lOpts: "-2 -s --summary_interval -4"
phc2sysOpts: "-a -r -n 24"
phc2sysOpts: "-a -r -m -n 24 -N 8 -R 16"
###
- fileName: sriov-operator/SriovOperatorConfig.yaml # wave 10
policyName: "group-du-3nc-cfg-pc"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
# This interface must match the hardware in this group
interface: '{{hub fromConfigMap "" "group-hardware-types-configmap" (printf "%s-ptpcfgslave-profile-interface" (index .ManagedClusterLabels "hardware-type")) hub}}'
ptp4lOpts: "-2 -s --summary_interval -4"
phc2sysOpts: "-a -r -n 24"
phc2sysOpts: "-a -r -m -n 24 -N 8 -R 16"
###
- fileName: sriov-operator/SriovOperatorConfig.yaml # wave 10
policyName: "gr-du-sno-cfg-pc-templated"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
# This interface must match the hardware in this group
interface: '{{hub fromConfigMap "" "group-hardware-types-configmap" (printf "%s-ptpcfgslave-profile-interface" (index .ManagedClusterLabels "hardware-type")) hub}}'
ptp4lOpts: "-2 -s --summary_interval -4"
phc2sysOpts: "-a -r -n 24"
phc2sysOpts: "-a -r -m -n 24 -N 8 -R 16"
###
- fileName: sriov-operator/SriovOperatorConfig.yaml # wave 10
policyName: "group-du-standard-cfg-pc"
Expand Down