<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/ixgbe, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2010-05-24T18:00:28Z</updated>
<entry>
<title>MFC of driver version 2.2.0 for 8.1</title>
<updated>2010-05-24T18:00:28Z</updated>
<author>
<name>Jack F Vogel</name>
<email>jfv@FreeBSD.org</email>
</author>
<published>2010-05-24T18:00:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a147bb27e89398f3cdc6a42f72c1ca6822660a2'/>
<id>urn:sha1:2a147bb27e89398f3cdc6a42f72c1ca6822660a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC of version 2.1.7 of the ixgbe driver.</title>
<updated>2010-04-05T18:46:29Z</updated>
<author>
<name>Jack F Vogel</name>
<email>jfv@FreeBSD.org</email>
</author>
<published>2010-04-05T18:46:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d4e2e2a53f013f49b53afe5785c9eba0cab99712'/>
<id>urn:sha1:d4e2e2a53f013f49b53afe5785c9eba0cab99712</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r203834 and r205197: Make ALTQ work for drbr consumers.</title>
<updated>2010-03-18T17:00:44Z</updated>
<author>
<name>Max Laier</name>
<email>mlaier@FreeBSD.org</email>
</author>
<published>2010-03-18T17:00:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=29f2c008fd146c26e0bfe5c5f9d11e26ec44974b'/>
<id>urn:sha1:29f2c008fd146c26e0bfe5c5f9d11e26ec44974b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,</title>
<updated>2010-02-11T18:34:06Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2010-02-11T18:34:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7733cf8fffadd4b286f7ed03e7748ee70e36433d'/>
<id>urn:sha1:7733cf8fffadd4b286f7ed03e7748ee70e36433d</id>
<content type='text'>
201408,201325,200089,198822,197373,197372,197214,196162). Since one of those
changes was a semicolon cleanup from somebody else, this touches a lot more.
</content>
</entry>
<entry>
<title>This patch seperates the control of header split from LRO (which it</title>
<updated>2009-09-04T22:37:03Z</updated>
<author>
<name>Jack F Vogel</name>
<email>jfv@FreeBSD.org</email>
</author>
<published>2009-09-04T22:37:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0bb40ca3e0009f29079191f1910386c5cda2ddd7'/>
<id>urn:sha1:0bb40ca3e0009f29079191f1910386c5cda2ddd7</id>
<content type='text'>
was previously dependent on), LRO gets turned off when bridging but
its been found that header split is still a performance win in that case.

Secondly, there was some interface specific control in stats code that
has been missing, and a logic error that resulted in bogus reporting.
Thanks to Manish and John of LineRateSystems for the report and help in
this code.

Approved by: re
</content>
</entry>
<entry>
<title>Improvement on the last change, this gives a precise</title>
<updated>2009-07-24T21:35:52Z</updated>
<author>
<name>Jack F Vogel</name>
<email>jfv@FreeBSD.org</email>
</author>
<published>2009-07-24T21:35:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=45289e2ded0ec138bd46b0016ada1008d1bc4a0c'/>
<id>urn:sha1:45289e2ded0ec138bd46b0016ada1008d1bc4a0c</id>
<content type='text'>
way to tell the one and only interface that a vlan
event is for. Thanks to John Baldwin for the patch.

Approved by: re
</content>
</entry>
<entry>
<title>This delta fixes two bugs:</title>
<updated>2009-07-24T16:57:49Z</updated>
<author>
<name>Jack F Vogel</name>
<email>jfv@FreeBSD.org</email>
</author>
<published>2009-07-24T16:57:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=387424df40d26125deb66790003549747d706da7'/>
<id>urn:sha1:387424df40d26125deb66790003549747d706da7</id>
<content type='text'>
  - When a vlan event occurs a check was not made that
    the event was actually for the interface, thus resulting
    in a panic. All three drivers have this vulnerability. Add
    a check for this condition.
  - Secondly, there was a duplicate buf_ring free in the em
    driver resulting in a panic on unload. Remove.

Approved by:  re
</content>
</entry>
<entry>
<title>Multiqueue RX is not correctly enabled on the new 82599</title>
<updated>2009-07-01T16:13:01Z</updated>
<author>
<name>Jack F Vogel</name>
<email>jfv@FreeBSD.org</email>
</author>
<published>2009-07-01T16:13:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6bdcc991ae9d0973edfcd08a1d8de6b61d500d54'/>
<id>urn:sha1:6bdcc991ae9d0973edfcd08a1d8de6b61d500d54</id>
<content type='text'>
adapter, the SRRCTL register needs to be setup per queue.

Approved by: re
</content>
</entry>
<entry>
<title>Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/</title>
<updated>2009-06-26T11:45:06Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2009-06-26T11:45:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eb956cd041f956275522092d6ba66671356ff84f'/>
<id>urn:sha1:eb956cd041f956275522092d6ba66671356ff84f</id>
<content type='text'>
IF_ADDR_UNLOCK() across network device drivers when accessing the
per-interface multicast address list, if_multiaddrs.  This will
allow us to change the locking strategy without affecting our driver
programming interface or binary interface.

For two wireless drivers, remove unnecessary locking, since they
don't actually access the multicast address list.

Approved by:	re (kib)
MFC after:	6 weeks
</content>
</entry>
<entry>
<title>Decided to limit the interrupt bind to multiqueue</title>
<updated>2009-06-25T18:40:27Z</updated>
<author>
<name>Jack F Vogel</name>
<email>jfv@FreeBSD.org</email>
</author>
<published>2009-06-25T18:40:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=29af53f0063adcbeb8a8890a57eb2c4f00c2d178'/>
<id>urn:sha1:29af53f0063adcbeb8a8890a57eb2c4f00c2d178</id>
<content type='text'>
config as done in igb.
</content>
</entry>
</feed>
