<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/scripts/system, branch debian/0.18.15</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=debian%2F0.18.15</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.18.15'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2010-11-16T17:33:49+00:00</updated>
<entry>
<title>update call to error location api.</title>
<updated>2010-11-16T17:33:49+00:00</updated>
<author>
<name>Michael Larson</name>
<email>mike@vyatta.com</email>
</author>
<published>2010-11-16T17:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=46fb3cc1c3e7dc2a006c1546a9e3c16ac529ca16'/>
<id>urn:sha1:46fb3cc1c3e7dc2a006c1546a9e3c16ac529ca16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add hw-id for existing interfaces to config</title>
<updated>2010-11-15T21:12:01+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-15T21:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=ba6dc2331c53310ba4e0e8f9cb54717aa7103eb9'/>
<id>urn:sha1:ba6dc2331c53310ba4e0e8f9cb54717aa7103eb9</id>
<content type='text'>
If config has interface (without hw-id), then add it on boot.
</content>
</entry>
<entry>
<title>Fix irq-affinity for special cases</title>
<updated>2010-11-12T21:51:24+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-12T21:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=985778af972d1ec074802604c819663af54e499e'/>
<id>urn:sha1:985778af972d1ec074802604c819663af54e499e</id>
<content type='text'>
Need to handle virtual devices with no IRQ, and older processors
without concept of multi-core.
</content>
</entry>
<entry>
<title>New IRQ affinity script and RPS support</title>
<updated>2010-11-12T19:07:09+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-12T18:41:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=ac9042acae2579b03d39fa6d5b7a8dbef1a8a048'/>
<id>urn:sha1:ac9042acae2579b03d39fa6d5b7a8dbef1a8a048</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Change mode on all executable scripts</title>
<updated>2010-11-12T18:36:23+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-12T18:36:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=801aadf4c48098fa68ec2c4d8c175dbc20d9010b'/>
<id>urn:sha1:801aadf4c48098fa68ec2c4d8c175dbc20d9010b</id>
<content type='text'>
The executable bit should be set on scripts.
This only impacts the repository, during build install fixes it.
</content>
</entry>
<entry>
<title>Add special case for single-queue NICs using multi-queue naming format.</title>
<updated>2010-11-04T17:20:32+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2010-11-04T17:20:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=6f5a8e2c91aa9639164371192bfa8a8046e469f0'/>
<id>urn:sha1:6f5a8e2c91aa9639164371192bfa8a8046e469f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix set on uniproc machine</title>
<updated>2010-10-27T17:51:25+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-10-27T17:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=cebdb861ac8873812cf66e420c88911cbc2712c4'/>
<id>urn:sha1:cebdb861ac8873812cf66e420c88911cbc2712c4</id>
<content type='text'>
It is better to just check using normal code path on uniproc
than to make everything a special case.
</content>
</entry>
<entry>
<title>IRQ affinity update</title>
<updated>2010-10-27T17:26:39+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-10-27T17:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=ab75c62a0c22d95512cf7792370f5552ac5da39e'/>
<id>urn:sha1:ab75c62a0c22d95512cf7792370f5552ac5da39e</id>
<content type='text'>
1. Move scripts to vyatta-cfg-system
2. Use syntax to check for legal values
3. Don't fail on UP
</content>
</entry>
<entry>
<title>Sort the interface names when adding</title>
<updated>2010-10-26T21:32:09+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-10-26T21:32:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=531f96177092d44d3dc6ad8597ae353d4cf989ca'/>
<id>urn:sha1:531f96177092d44d3dc6ad8597ae353d4cf989ca</id>
<content type='text'>
Makes new entries show up in order.
</content>
</entry>
<entry>
<title>Change vyatta_net_name into a perl script</title>
<updated>2010-10-26T21:06:00+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-10-21T23:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=4a92157b9e077514fdbf5845169323ed7370bedb'/>
<id>urn:sha1:4a92157b9e077514fdbf5845169323ed7370bedb</id>
<content type='text'>
Use existing config parser and perl to handle udev device naming.
Do renaming early in udev boot, and fixup config file later.
This avoids rescanning udev devices on boot and adds preliminary
support for hotplug.
</content>
</entry>
</feed>
