diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-12 10:41:31 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-12 11:07:09 -0800 |
commit | ac9042acae2579b03d39fa6d5b7a8dbef1a8a048 (patch) | |
tree | d71efb8490456c3b1ec74c6e9cac3e517633e024 /Makefile.am | |
parent | 500c844e27d7ff989ae73a8cff506552844cdf70 (diff) | |
download | vyatta-cfg-system-ac9042acae2579b03d39fa6d5b7a8dbef1a8a048.tar.gz vyatta-cfg-system-ac9042acae2579b03d39fa6d5b7a8dbef1a8a048.zip |
New IRQ affinity script and RPS support
Replace old script with new cleaner script that handles both
IRQ affinity and Receive Packet Steering. Instead of two scripts
(one for mask and one for auto), do it all with one script.
Receive Packet Steering is supported in two ways.
If 'auto' is used, then both threads on HT system will be
used for receive processing.
If explicit mask is given, then two masks can be used to set
both IRQ cpus and RPS cpus.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d9c35d8a..f349121e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,8 +32,7 @@ sbin_SCRIPTS += scripts/system/vyatta_update_syslog.pl sbin_SCRIPTS += scripts/system/vyatta_update_console.pl sbin_SCRIPTS += scripts/system/vyatta_update_ntp.pl sbin_SCRIPTS += scripts/system/vyatta_update_telnet -sbin_SCRIPTS += scripts/system/vyatta-auto-irqaffin.pl -sbin_SCRIPTS += scripts/system/vyatta-irqaffin +sbin_SCRIPTS += scripts/system/irq-affinity.pl sbin_SCRIPTS += scripts/snmp/vyatta-snmp.pl sbin_SCRIPTS += scripts/snmp/snmpd.init sbin_SCRIPTS += scripts/snmp/if-mib-alias |