<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg.git/templates/interfaces/ethernet, branch current</title>
<subtitle>Vyatta configuration system (mirror of https://github.com/vyos/vyatta-cfg.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=current</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=current'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/'/>
<updated>2009-12-21T18:50:12+00:00</updated>
<entry>
<title>Move interfaces to vyatta-cfg-system package</title>
<updated>2009-12-21T18:50:12+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-12-21T18:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=886e0e9ff9dd3e3fe73a37285b386cdffc653315'/>
<id>urn:sha1:886e0e9ff9dd3e3fe73a37285b386cdffc653315</id>
<content type='text'>
All the other templates and scripts related to interfaces
are in vyatta-cfg-system
</content>
</entry>
<entry>
<title>Fix description setting on vif</title>
<updated>2009-10-21T23:56:48+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-10-21T23:56:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=491f11ced1f6982addb795ff57631a19133ec707'/>
<id>urn:sha1:491f11ced1f6982addb795ff57631a19133ec707</id>
<content type='text'>
Bug 5014
</content>
</entry>
<entry>
<title>move priority after tag nodes.</title>
<updated>2009-10-21T16:13:40+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-10-21T16:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=eeccdff003ce8fd83e6e7c1c7c869273d76f91e6'/>
<id>urn:sha1:eeccdff003ce8fd83e6e7c1c7c869273d76f91e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pushed priorities to node.def's</title>
<updated>2009-10-20T21:57:18+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-10-20T21:57:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=8bc7592c6b882f6bcde78fc75a43f3488b9092ba'/>
<id>urn:sha1:8bc7592c6b882f6bcde78fc75a43f3488b9092ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix 2593: Introduce automatic static IRQ affinity balancing for some NICs.</title>
<updated>2009-10-12T23:23:57+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2009-10-12T23:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=565f1d0d9bfe9f6b4174c322f3f6bb78f52b453e'/>
<id>urn:sha1:565f1d0d9bfe9f6b4174c322f3f6bb78f52b453e</id>
<content type='text'>
This change implements a mechanism for setting the IRQ affinity of NIC
interrupts in a way that is optimally balanced.  The affinity settings
are static, and are set up at configuration time.  I've added "auto"
as a new legal value to the "interfaces ethernet ethX smp_affinity"
configuration parameter.  If this value is set, then the system
attempts to perform automatic IRQ affinity assignment.

At this time, automatic IRQ affinity is supported only for multiqueue
NICs that use the igb or bnx2 drivers.  Even with these two,
differences in the organization of queues and their naming convention
necessitate some NIC-specific code.  The assignment strategy attempts
to assign all queues of all NICs that share the same queue number to
the same CPU.  This has been shown to be optimal for IP forwarding
workloads in 2.6.31 kernels.

Setting the value to "auto" for NICs that use other drivers will be a
no-op.
</content>
</entry>
<entry>
<title>Bugfix 4700, 4269: Fix set and commit-time checks for ethernet vif addresses too</title>
<updated>2009-09-10T00:38:00+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2009-09-10T00:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=d32ceb43ab64530c6eca81ec83fe4b374dd510d0'/>
<id>urn:sha1:d32ceb43ab64530c6eca81ec83fe4b374dd510d0</id>
<content type='text'>
Also restore "--valid-addr" flag to vyatta-interfaces.pl since it is used outside
this package.
</content>
</entry>
<entry>
<title>Bugfix 4700, 4269: Fix set and commit-time checks of ethernet address values</title>
<updated>2009-09-10T00:08:21+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2009-09-10T00:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=84fb2f920765c6d02f35ef1654dc0f8c2bef648c'/>
<id>urn:sha1:84fb2f920765c6d02f35ef1654dc0f8c2bef648c</id>
<content type='text'>
Changed the the set-time and commit-time check of ethernet interface address
values.  These checks need to prevent configuring both DHCP and static
IPv4 addresses on the same interfac.  The previous checks were comparing
against the running configuration tree, not the proposed config tree.  Now
the set-time check is purely a syntax check, and the commit-time check
only checks for both DHCP and static IPv4 addresses in the proposed config.
The system now allows DHCP and static IPv6 addresses to be configured on
the same interface.
</content>
</entry>
<entry>
<title>Allow empty description</title>
<updated>2009-09-09T21:27:28+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-09-09T21:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=ea5439cd08cd0f79dce8a7a885f06b5ec211eebb'/>
<id>urn:sha1:ea5439cd08cd0f79dce8a7a885f06b5ec211eebb</id>
<content type='text'>
Bug 4918
</content>
</entry>
<entry>
<title>Add ability to disable flow-control</title>
<updated>2009-08-20T00:13:06+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-08-20T00:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=d9fb1e6fee1ab2114ba9cd4dbd10ec6521ec96a9'/>
<id>urn:sha1:d9fb1e6fee1ab2114ba9cd4dbd10ec6521ec96a9</id>
<content type='text'>
Bug 4419
</content>
</entry>
<entry>
<title>Use ip command rather than sysfs to set ifalias</title>
<updated>2009-07-08T23:54:54+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-07-07T21:44:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=93719883d649d7c21fcb9d193caeea2cb214c221'/>
<id>urn:sha1:93719883d649d7c21fcb9d193caeea2cb214c221</id>
<content type='text'>
Bug 4672
By using ip command instead of sysfs, avoid subshell quoting issues.
(cherry picked from commit 1755bfab4b22cc822f96fb78a1e05392d5f07398)
</content>
</entry>
</feed>
