diff --git a/salt/pcap/defaults.yaml b/salt/pcap/defaults.yaml index bb93ec6cc..701cde04d 100644 --- a/salt/pcap/defaults.yaml +++ b/salt/pcap/defaults.yaml @@ -6,6 +6,6 @@ pcap: blocks: 2048 preallocate_file_mb: 4096 aiops: 128 - stenopin: False - stenopins: [] + pin_to_cpu: False + cpus_to_pin_to: [] disks: [] \ No newline at end of file diff --git a/salt/pcap/soc_pcap.yaml b/salt/pcap/soc_pcap.yaml index 2ed91bd7f..321e93713 100644 --- a/salt/pcap/soc_pcap.yaml +++ b/salt/pcap/soc_pcap.yaml @@ -18,7 +18,7 @@ pcap: pin_to_cpu: description: Enable CPU pinning for PCAP. cpus_to_pin_to: - description: CPU to pin PCAP to. Currently only a single SPU is supported + description: CPU to pin PCAP to. Currently only a single CPU is supported disks: description: List of disks to use for PCAP. This is currently not used. advanced: True