<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/scripts/system, branch debian/0.19.67</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.19.67</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.19.67'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2011-05-03T23:25:13+00:00</updated>
<entry>
<title>Make irq affinity handle any irq naming convention</title>
<updated>2011-05-03T23:25:13+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-05-03T23:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=535f1748b0b74f33a5bdc471be35490f1f005834'/>
<id>urn:sha1:535f1748b0b74f33a5bdc471be35490f1f005834</id>
<content type='text'>
Bug 7032 (reprise)
Since there are various forms of multi-queue naming, it is better
to just go with the simplest pattern which is to take all the irq's
of form ethX-... and sort them.
</content>
</entry>
<entry>
<title>Fix irq-affinity mapping for multiqueue NIC's</title>
<updated>2011-05-02T23:39:54+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-05-02T22:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=9aa70813c98ae360d4320dfdb6112b7a1e3b593b'/>
<id>urn:sha1:9aa70813c98ae360d4320dfdb6112b7a1e3b593b</id>
<content type='text'>
Bug 7032
Fix matchinging of irq's named 'eth0-TxRx-0'. And change the code to
handle any form of IRQ naming of multiqueue that is eth0-xxx-0.
</content>
</entry>
<entry>
<title>fix typo in irq-affinity</title>
<updated>2011-04-13T18:41:10+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2011-04-13T18:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=6443aebed3a9fda9832ab251b82665a72536a805'/>
<id>urn:sha1:6443aebed3a9fda9832ab251b82665a72536a805</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix irq naming convention mapping code</title>
<updated>2011-04-13T16:05:13+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-04-13T16:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=e510abef1a0ed87e7c2159f77e7105d118219d51'/>
<id>urn:sha1:e510abef1a0ed87e7c2159f77e7105d118219d51</id>
<content type='text'>
The mislabeled commit ddce08161907797fe914ba609b362d812e23fc8a
    Fix wrong name in get_irq_affinity
Was some code to handle Broadcom device IRQ naming convention
that was untested. The part that built regex was incorrectly
expanding a string with regex characters.
</content>
</entry>
<entry>
<title>Fix wrong name in get_irq_affinity</title>
<updated>2011-04-10T18:46:58+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-04-10T18:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=ddce08161907797fe914ba609b362d812e23fc8a'/>
<id>urn:sha1:ddce08161907797fe914ba609b362d812e23fc8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle irq assignment on multiqueue NIC</title>
<updated>2011-03-16T19:17:13+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2011-03-16T19:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=082b1f52b5d18a7d6526c6e92290a862e63ddace'/>
<id>urn:sha1:082b1f52b5d18a7d6526c6e92290a862e63ddace</id>
<content type='text'>
Bug 6845, 6821
Need to avoid using /sys/class/net/ethX/device/irq (or /sys/bus/pci/.../irq)
because these don't handle MSI or multiqueue.  This also resolves issues
with Vmware/ESX.
</content>
</entry>
<entry>
<title>Fix typo in domain name regex</title>
<updated>2011-03-09T01:35:05+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2011-03-09T01:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=3eefee211de792bd5a6012059803a755c5ebf943'/>
<id>urn:sha1:3eefee211de792bd5a6012059803a755c5ebf943</id>
<content type='text'>
meant to allow any upper (or lower case) in domain name.
</content>
</entry>
<entry>
<title>Warn if attempting to force mask on multiqueue NIC</title>
<updated>2011-03-01T18:56:16+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2011-03-01T01:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=6938b8bce001cca2d98d6b277d134c9e8e405271'/>
<id>urn:sha1:6938b8bce001cca2d98d6b277d134c9e8e405271</id>
<content type='text'>
Bug 6845
Warn (and ignore) attempt to assign IRQ directly on multiqueuej
NIC.
</content>
</entry>
<entry>
<title>Workaround Xen NIC address</title>
<updated>2011-02-25T19:20:58+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2011-02-25T19:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=4f6faa2ba6510c01165b18ce8315cd7049a15783'/>
<id>urn:sha1:4f6faa2ba6510c01165b18ce8315cd7049a15783</id>
<content type='text'>
Bug 6837
Xen does not behave like normal hardware. It assigns a random MAC
address (with local bit set).
</content>
</entry>
<entry>
<title>Validate domain and host name</title>
<updated>2011-02-25T17:07:41+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2011-02-25T17:07:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=6c9f83f6bcf081973f25c7564cc61ba07ae2cfd2'/>
<id>urn:sha1:6c9f83f6bcf081973f25c7564cc61ba07ae2cfd2</id>
<content type='text'>
Bug 6243
More complete validation of host name and domain name
</content>
</entry>
</feed>
