mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
udev: Enable ntuple offloading feature in supported NICs
We are using CPU-affinity and packet steering functions in various places in IPFire, but packets might still be received on a random CPU core. This feature enables that packets that belong to the same connection (i.e. have the save tuple) will be steered to the same queue. This will increase cache locality and decrease locking which results in higher throughput. https://www.kernel.org/doc/Documentation/networking/scaling.txt Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Acked-by: Peter Müller <peter.mueller@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
f7627d8687
commit
8be8ac63ca
@@ -37,6 +37,7 @@ lib/udev/mtd_probe
|
||||
lib/udev/network-hotplug-bridges
|
||||
lib/udev/network-hotplug-rename
|
||||
lib/udev/network-hotplug-vlan
|
||||
lib/udev/network-offloading
|
||||
lib/udev/rule_generator.functions
|
||||
#lib/udev/rules.d
|
||||
lib/udev/rules.d/25-alsa.rules
|
||||
@@ -64,6 +65,7 @@ lib/udev/rules.d/78-sound-card.rules
|
||||
lib/udev/rules.d/80-drivers.rules
|
||||
lib/udev/rules.d/90-hwrng.rules
|
||||
lib/udev/rules.d/99-codel.rules
|
||||
lib/udev/rules.d/99-offloading.rules
|
||||
lib/udev/scsi_id
|
||||
lib/udev/v4l_id
|
||||
lib/udev/write_cd_rules
|
||||
|
||||
Reference in New Issue
Block a user