Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-25 | 0.19.89debian/0.19.89 | An-Cheng Huang | |
2011-05-25 | alternative fix for bug 6958 | An-Cheng Huang | |
2011-05-23 | 0.19.88debian/0.19.88 | An-Cheng Huang | |
2011-05-23 | don't assume hw-id exists since it can be deleted | An-Cheng Huang | |
2011-05-20 | 0.19.87debian/0.19.87 | Stephen Hemminger | |
2011-05-20 | Merge branch 'napa' of vm:vyatta/napa/vyatta-cfg-system into napa | Stephen Hemminger | |
2011-05-20 | irq-affinity: more fixup | Stephen Hemminger | |
1. Fix thread_per_core -- now a global variable 2. Add documentation about where still broken with offline cpus 3. Break out hamming weight function (might be used to fix #2) Tested on UP, 4 core x 2 thread, 8 socket (virt) and Multiqueue and single queue NIC. | |||
2011-05-20 | 0.19.86debian/0.19.86 | Stephen Hemminger | |
2011-05-20 | Merge branch 'napa' of vm:vyatta/napa/vyatta-cfg-system into napa | Stephen Hemminger | |
2011-05-20 | irq-affinity: use sysfs to read cpu topology | Stephen Hemminger | |
Change to using sysfs to read cpu topology. This makes code more robust and follow the standard practice of other utilities. As an added benefit, irq-affinty now handles offline cpu's and other cases where cpu numbers are not fully populated. | |||
2011-05-20 | 0.19.85debian/0.19.85 | Stephen Hemminger | |
2011-05-20 | Merge branch 'napa' of suva.vyatta.com:/git/vyatta-cfg-system into napa | Stephen Hemminger | |
2011-05-20 | irq-affinity: initialize sockets to 1 | Stephen Hemminger | |
2011-05-19 | 0.19.84debian/0.19.84 | Stig Thormodsrud | |
2011-05-19 | irq-affinity: fix handling of UP system | Stephen Hemminger | |
On a UP system, there is no "physical-id" in /proc/cpuinfo. | |||
2011-05-19 | Use syslog perror for debug option | Stephen Hemminger | |
Rather than reinventing existing code, use library. | |||
2011-05-17 | 0.19.81debian/0.19.81 | Bob Gilligan | |
2011-05-17 | Bugfix: 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-17 | Fix calculation of number of cores on systems with more than one socket. | Bob Gilligan | |
2011-05-17 | 0.19.80debian/0.19.80 | Bob Gilligan | |
2011-05-17 | Merge branch 'napa' of http://git.vyatta.com/vyatta-cfg-system into napa | Bob Gilligan | |
2011-05-18 | 0.19.79debian/0.19.79 | Stig Thormodsrud | |
2011-05-18 | Fix 5912: "show vrrp" doesn't list sync-group | Stig Thormodsrud | |
2011-05-17 | 0.19.78debian/0.19.78 | Stephen Hemminger | |
2011-05-17 | irq-affinity: add workaround to avoid some cpu's | Stephen 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-17 | 0.19.77debian/0.19.77 | Stephen Hemminger | |
2011-05-17 | Merge branch 'napa' of vm:vyatta/napa/vyatta-cfg-system into napa | Stephen Hemminger | |
2011-05-17 | Fix grub syntax error | Stephen Hemminger | |
left over from conversion to new grub. | |||
2011-05-17 | Support more than 10 CPUs. | Bob Gilligan | |
2011-05-16 | 0.19.83 | Stig Thormodsrud | |
2011-05-16 | Partial fix for 6393: keepalived shutdown too late - can cause lost traffic | Stig Thormodsrud | |
Don't call 'update-rc.d vyatta-keepalived remove' since we still need to stop the daemon on shutdown/reboot. | |||
2011-05-19 | 0.19.82debian/0.19.82 | Stephen Hemminger | |
2011-05-16 | 0.19.76debian/0.19.76 | An-Cheng Huang | |
2011-05-16 | eliminate hard-coded commit hook directory | An-Cheng Huang | |
2011-05-16 | 0.19.75debian/0.19.75 | Stephen Hemminger | |
2011-05-16 | smp-affinity: fix typo for assign_multiqueue | Stephen Hemminger | |
Multiqueue setup was broken ixgbe because of s/assign/assing/ | |||
2011-05-13 | 0.19.74debian/0.19.74 | John Southworth | |
2011-05-12 | Merge branch 'napa' of git.vyatta.com:/git/vyatta-cfg-system into napa | John Southworth | |
2011-05-12 | Bugfix 7076: make add system image copy to /config instead of ↵ | John Southworth | |
/opt/vyatta/etc/config | |||
2011-05-12 | Merge branch 'napa' of suva.vyatta.com:/git/vyatta-cfg-system into napa | Stephen Hemminger | |
2011-05-12 | Remove unused parts of rl-system.init | Stephen Hemminger | |
The script was looking up hostname and setting $LOGFILE, but these parts are never used in current code. | |||
2011-05-11 | 0.19.73debian/0.19.73 | Mohit Mehta | |
2011-05-11 | Fix Bug 7012 make /config available with init-floppy | Mohit Mehta | |
2011-05-10 | 0.19.72debian/0.19.72 | Michael Larson | |
2011-05-10 | support interactive mode for rest api for install image op mode commands. | Michael Larson | |
2011-05-10 | 0.19.71debian/0.19.71 | An-Cheng Huang | |
2011-05-10 | more changes for new commit | An-Cheng Huang | |
(cherry picked from commit 11baf27c6caf1a0edf2b993fb7066227d02eab7b) | |||
2011-05-10 | changes for new commit | An-Cheng Huang | |
(cherry picked from commit edf507d5be8061475d00c0cb3278f7cdd8ae844a) | |||
2011-05-09 | 0.19.70debian/0.19.70 | Stephen Hemminger | |
2011-05-09 | Convert mac octets from hex | Stephen Hemminger | |
Bug 7063 Need to convert MAC octets from hex to numeric before doing math operations. |