<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/scripts/system, branch oxnard</title>
<subtitle>Vyatta system-level configuration templates/scripts (mirror of https://github.com/vyos/vyatta-cfg-system.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=oxnard</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=oxnard'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2012-02-21T21:19:31+00:00</updated>
<entry>
<title>Fix server property option</title>
<updated>2012-02-21T21:19:31+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-02-21T21:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=5f583fe81fc8be7f9e516044b43f3f28037242c8'/>
<id>urn:sha1:5f583fe81fc8be7f9e516044b43f3f28037242c8</id>
<content type='text'>
Bug 7623
Patch provided by Stig.
</content>
</entry>
<entry>
<title>interfaces: don't add config for missing devices</title>
<updated>2011-12-22T01:32:51+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-12-22T01:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=537585b5e1a7d73f7c88b7726d0c1f112329bea3'/>
<id>urn:sha1:537585b5e1a7d73f7c88b7726d0c1f112329bea3</id>
<content type='text'>
If device disappears or is renamed between the time udev script
is run, and the vyatta-router script is run; then don't add an entry
to the config file.
</content>
</entry>
<entry>
<title>Fix perl deprecated warning with 5.14</title>
<updated>2011-11-22T19:24:54+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-11-22T19:24:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=dcff7e2c90f21cc7eb7e08ca054c8779dc0b22fd'/>
<id>urn:sha1:dcff7e2c90f21cc7eb7e08ca054c8779dc0b22fd</id>
<content type='text'>
Code of the form:
  for $i qw(a b c)
causes the warning:
  Use of qw(...) as parentheses is deprecated
</content>
</entry>
<entry>
<title>irq-affinity: more fixup</title>
<updated>2011-05-20T18:09:55+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-05-20T18:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=c6430d1e9b511e36f59b5b5a484b7edf829be117'/>
<id>urn:sha1:c6430d1e9b511e36f59b5b5a484b7edf829be117</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>irq-affinity: use sysfs to read cpu topology</title>
<updated>2011-05-20T15:38:57+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-05-20T15:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=c206df7d62af7b1c2f310e546c877c18095bc6d1'/>
<id>urn:sha1:c206df7d62af7b1c2f310e546c877c18095bc6d1</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>irq-affinity: initialize sockets to 1</title>
<updated>2011-05-20T14:13:50+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-05-20T14:13:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=5a1d4ee6db359887ad5b65150fa5de7312a06202'/>
<id>urn:sha1:5a1d4ee6db359887ad5b65150fa5de7312a06202</id>
<content type='text'>
</content>
</entry>
<entry>
<title>irq-affinity: fix handling of UP system</title>
<updated>2011-05-19T15:08:31+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-05-19T15:08:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=262ab1d763600bcbe3bed48ad1efb28c48fbf2d4'/>
<id>urn:sha1:262ab1d763600bcbe3bed48ad1efb28c48fbf2d4</id>
<content type='text'>
On a UP system, there is no "physical-id" in /proc/cpuinfo.
</content>
</entry>
<entry>
<title>Use syslog perror for debug option</title>
<updated>2011-05-19T14:59:35+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-05-19T14:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=27ee0f241c05ba4b2e3fd1b7b6703c8427b71ea2'/>
<id>urn:sha1:27ee0f241c05ba4b2e3fd1b7b6703c8427b71ea2</id>
<content type='text'>
Rather than reinventing existing code, use library.
</content>
</entry>
<entry>
<title>Bugfix: 6773 (again).  Fix handling of single-queue NICs on MPs.</title>
<updated>2011-05-17T19:08:39+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2011-05-17T19:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=76c76e8edeb9d71c8afdbb824fbb71c93905daea'/>
<id>urn:sha1:76c76e8edeb9d71c8afdbb824fbb71c93905daea</id>
<content type='text'>
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).
</content>
</entry>
<entry>
<title>Fix calculation of number of cores on systems with more than one socket.</title>
<updated>2011-05-17T16:51:51+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2011-05-17T16:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=4fad1606dfce2b2cd180fe6afcf6eeb9826a8fc7'/>
<id>urn:sha1:4fad1606dfce2b2cd180fe6afcf6eeb9826a8fc7</id>
<content type='text'>
</content>
</entry>
</feed>
