Project

General

Profile

Actions

Correction #11735

closed

Feedback on Hardware — Hardware Tuning and Troubleshooting

Added by Marcos M about 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Hardware
Target version:
-
Start date:
03/26/2021
Due date:
% Done:

0%

Estimated time:

Description

Page: https://docs.netgate.com/pfsense/en/latest/hardware/tune.html

Feedback:
On pfSense 21.02/2.5, given that the igb driver is now replaced by the iflib em driver, the following no longer applies:

hw.igb.num_queues=1 # this is no longer used/needed
hw.igb.fc_setting=0 # this now needs to be set as a System Tunable like so: dev.igb.X.fc=0

Actions #1

Updated by Jim Pingle about 3 years ago

  • Tracker changed from Todo to Correction
Actions #2

Updated by Jim Pingle almost 3 years ago

  • Status changed from New to In Progress
  • Assignee set to Jim Pingle
Actions #3

Updated by Jim Pingle almost 3 years ago

  • Status changed from In Progress to Feedback
Actions #4

Updated by Marcos M almost 3 years ago

Of note, hw.ix.flow_control=0 in loader.conf.local can still be used, though it's probably best to keep it as device specific so it can be included in config backups as System Tunables.

Regarding dev.igb.x.fc=0, this needs to be set as a System Tunable since it does not get applied after reboot if placed in the loader.conf.local file:

[21.05-RC][root@pfSense.home.arpa]/root: cat /boot/loader.conf.local
dev.igb.0.fc=0
dev.ix.0.fc=0
[21.05-RC][root@pfSense.home.arpa]/root: sysctl -a | grep dev.igb.0.fc
dev.igb.0.fc_low_water: 32752
dev.igb.0.fc_high_water: 32768
dev.igb.0.fc: 3
[21.05-RC][root@pfSense.home.arpa]/root: sysctl -a | grep dev.ix.0.fc
dev.ix.0.fc: 0

When used as a System Tunable and after reboot:

sysctl -a | grep dev.igb.0.fc
dev.igb.0.fc: 0

Note that his has been the case since 21.02/2.5.0.

Actions #6

Updated by Marcos M almost 3 years ago

Looks good.

Actions #7

Updated by Jim Pingle almost 3 years ago

  • Status changed from Feedback to Closed
Actions

Also available in: Atom PDF