summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-20Merge branch 'napa' of suva.vyatta.com:/git/vyatta-cfg-system into napaStephen Hemminger
2011-05-20irq-affinity: initialize sockets to 1Stephen Hemminger
2011-05-190.19.84debian/0.19.84Stig Thormodsrud
2011-05-19irq-affinity: fix handling of UP systemStephen Hemminger
On a UP system, there is no "physical-id" in /proc/cpuinfo.
2011-05-19Use syslog perror for debug optionStephen Hemminger
Rather than reinventing existing code, use library.
2011-05-170.19.81debian/0.19.81Bob Gilligan
2011-05-17Bugfix: 6773 (again). Fix handling of single-queue NICs on MPs.Bob Gilligan
Some single-queue NICs use the multiqueue IRQ naming format (e.g. eth0-rx-0). We need to select the CPU assignements for these IRQs using the same algorithm that we use for single-queue NICs using the standard naming format (e.g. eth0).
2011-05-17Fix calculation of number of cores on systems with more than one socket.Bob Gilligan
2011-05-170.19.80debian/0.19.80Bob Gilligan
2011-05-17Merge branch 'napa' of http://git.vyatta.com/vyatta-cfg-system into napaBob Gilligan
2011-05-180.19.79debian/0.19.79Stig Thormodsrud
2011-05-18Fix 5912: "show vrrp" doesn't list sync-groupStig Thormodsrud
2011-05-170.19.78debian/0.19.78Stephen Hemminger
2011-05-17irq-affinity: add workaround to avoid some cpu'sStephen Hemminger
For routing and other applications it is helpful to provide some mechanism to reserve some set of CPU's and not assign interface IRQ's to them. Uses environment variable VYATTA_IRQAFFINITY_BANNED_CPUS as mechanism similar to irqbalance(8).
2011-05-170.19.77debian/0.19.77Stephen Hemminger
2011-05-17Merge branch 'napa' of vm:vyatta/napa/vyatta-cfg-system into napaStephen Hemminger
2011-05-17Fix grub syntax errorStephen Hemminger
left over from conversion to new grub.
2011-05-17Support more than 10 CPUs.Bob Gilligan
2011-05-160.19.83Stig Thormodsrud
2011-05-16Partial fix for 6393: keepalived shutdown too late - can cause lost trafficStig Thormodsrud
Don't call 'update-rc.d vyatta-keepalived remove' since we still need to stop the daemon on shutdown/reboot.
2011-05-190.19.82debian/0.19.82Stephen Hemminger
2011-05-160.19.76debian/0.19.76An-Cheng Huang
2011-05-16eliminate hard-coded commit hook directoryAn-Cheng Huang
2011-05-160.19.75debian/0.19.75Stephen Hemminger
2011-05-16smp-affinity: fix typo for assign_multiqueueStephen Hemminger
Multiqueue setup was broken ixgbe because of s/assign/assing/
2011-05-130.19.74debian/0.19.74John Southworth
2011-05-12Merge branch 'napa' of git.vyatta.com:/git/vyatta-cfg-system into napaJohn Southworth
2011-05-12Bugfix 7076: make add system image copy to /config instead of ↵John Southworth
/opt/vyatta/etc/config
2011-05-12Merge branch 'napa' of suva.vyatta.com:/git/vyatta-cfg-system into napaStephen Hemminger
2011-05-12Remove unused parts of rl-system.initStephen Hemminger
The script was looking up hostname and setting $LOGFILE, but these parts are never used in current code.
2011-05-110.19.73debian/0.19.73Mohit Mehta
2011-05-11Fix Bug 7012 make /config available with init-floppyMohit Mehta
2011-05-100.19.72debian/0.19.72Michael Larson
2011-05-10support interactive mode for rest api for install image op mode commands.Michael Larson
2011-05-100.19.71debian/0.19.71An-Cheng Huang
2011-05-10more changes for new commitAn-Cheng Huang
(cherry picked from commit 11baf27c6caf1a0edf2b993fb7066227d02eab7b)
2011-05-10changes for new commitAn-Cheng Huang
(cherry picked from commit edf507d5be8061475d00c0cb3278f7cdd8ae844a)
2011-05-090.19.70debian/0.19.70Stephen Hemminger
2011-05-09Convert mac octets from hexStephen Hemminger
Bug 7063 Need to convert MAC octets from hex to numeric before doing math operations.
2011-05-06Support netxen NIC irq naming conventionStephen Hemminger
Bug 7062 The irq's on Netxen NIC are named: eth0[0] eth0[1] eth0[2] ... This confuses the auto IRQ affinity script.
2011-05-060.19.69debian/0.19.69Stephen Hemminger
2011-05-06Update help for console speedStephen Hemminger
Bug 7024
2011-05-050.19.68debian/0.19.68Stephen Hemminger
2011-05-05Using ext4 for filesystem depends on newer version of grubStephen Hemminger
Old (Lenny) version of grub-pc is unable to boot from ext4.
2011-05-05Make ext4 the default file system typeStephen Hemminger
2011-05-04Update grub config to new syntaxStephen Hemminger
The 'terminal' config statement is replaced by terminal_input and terminal_output.
2011-05-040.19.67debian/0.19.67Stephen Hemminger
2011-05-04Align install-image partition correctlyStephen Hemminger
Need to pass correct offset for start of root partition
2011-05-030.19.66debian/0.19.66Stephen Hemminger
2011-05-03Adjust root partition offset based on disk sizeStephen Hemminger
On tiny disks, then it doesn't make sense to waste space by offsetting root partition. On big disks, it doesn't hurt and it allows for running on SSD.