From ac9042acae2579b03d39fa6d5b7a8dbef1a8a048 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 12 Nov 2010 10:41:31 -0800 Subject: 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. --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3