Skip to content

Commit

Permalink
Merge pull request #2062 from edcdavid/fix-ptp-templates
Browse files Browse the repository at this point in the history
CNF-14780: fix ptp templates
  • Loading branch information
openshift-merge-bot[bot] authored Oct 4, 2024
2 parents 246cbef + 652f44e commit 2dbbb92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ policies:
name: du-ptp-slave
spec:
profile:
- interface: ens6f0
- interface: ens5f0
name: slave
phc2sysOpts: -a -r -n 25
phc2sysOpts: -a -r -n 24
ptp4lOpts: -2 -s --summary_interval -4
openapi:
path: schema.openapi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ spec:
profile:
- name: "slave"
# This interface must match the hardware in this group
interface: "ens6f0"
interface: "ens5f0"
ptp4lOpts: "-2 -s --summary_interval -4"
phc2sysOpts: "-a -r -n 25"
phc2sysOpts: "-a -r -n 24"
- fileName: SriovOperatorConfig.yaml
policyName: "config-policy"
- fileName: PerformanceProfile.yaml
Expand Down

0 comments on commit 2dbbb92

Please sign in to comment.