<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sys/dev/ixl/i40e_alloc.h, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2018-06-18T20:32:53Z</updated>
<entry>
<title>ixl(4): Update version number to 2.0.0-k</title>
<updated>2018-06-18T20:32:53Z</updated>
<author>
<name>Eric Joyner</name>
<email>erj@FreeBSD.org</email>
</author>
<published>2018-06-18T20:32:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f4cc2d1710068319774a27d5c5e7ff85856c9278'/>
<id>urn:sha1:f4cc2d1710068319774a27d5c5e7ff85856c9278</id>
<content type='text'>
And update copyrights to current year.

MFC after:	1 month
Sponsored by:	Intel Corporation
</content>
</entry>
<entry>
<title>ixl(4): Update to 1.9.9-k</title>
<updated>2018-05-01T18:50:12Z</updated>
<author>
<name>Eric Joyner</name>
<email>erj@FreeBSD.org</email>
</author>
<published>2018-05-01T18:50:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ceebc2f348c028b21bf9bcc99f7a3c4b0cb7d926'/>
<id>urn:sha1:ceebc2f348c028b21bf9bcc99f7a3c4b0cb7d926</id>
<content type='text'>
Refresh upstream driver before impending conversion to iflib.

Major changes:

- Support for descriptor writeback mode (required by ixlv(4) for AVF support)
- Ability to disable firmware LLDP agent by user (PR 221530)
- Fix for TX queue hang when using TSO (PR 221919)
- Separate descriptor ring sizes for TX and RX rings

PR:		221530, 221919
Submitted by:	Krzysztof Galazka &lt;krzysztof.galazka@intel.com&gt;
Reviewed by:	#IntelNetworking
MFC after:	1 day
Relnotes:	Yes
Sponsored by:	Intel Corporation
Differential Revision:	https://reviews.freebsd.org/D14985
</content>
</entry>
<entry>
<title>ixl: Update to 1.4.5-k.</title>
<updated>2016-05-12T18:18:55Z</updated>
<author>
<name>Eric Joyner</name>
<email>erj@FreeBSD.org</email>
</author>
<published>2016-05-12T18:18:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ac83ea833d494a651c3fa807c90675b724a78c19'/>
<id>urn:sha1:ac83ea833d494a651c3fa807c90675b724a78c19</id>
<content type='text'>
This first update will revert some upstream changes; forthcoming updates will reinstate them.

Changes, by author:

Anjali Singhai Jain		i40e-shared: Add WB_ON_ITR offload support
Shannon Nelson			i40e-shared: fix phy_types bitmap type
Kevin Scott			i40e-shared: Store off PHY capabilities
Shannon Nelson			i40e-shared: fix byteswap of phy_type
Jingjing Wu			i40e-shared: Fix compile issue related to const string
Greg Bowers			i40e-shared: Add AQ defines for non-willing Apps (DCB)
Greg Bowers			i40e-shared: Support for non-willing Apps (DCB)
Shannon Nelson			i40e-shared: use upper-32 bit macro for address
Shannon Nelson			i40e-shared: grab the AQ spinlocks before clearing registers
Eric Joyner			ixl: Properly strip out X722_SUPPORT (temporarily).
Eric Joyner			ixl: Allow Fort Pond devices to advertise 100M in set_advertise sysctl.

Differential Revision:  https://reviews.freebsd.org/D6211
Reviewed by:    sbruno, kmacy, jeffrey.e.pieper@intel.com
MFC after:      2 weeks
Sponsored by:   Intel Corporation
</content>
</entry>
<entry>
<title>Remove executable property from several ixl(4) source files.</title>
<updated>2015-05-19T18:35:18Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2015-05-19T18:35:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4e8e1ebd719f190853b09bb4834a7b63367eb49f'/>
<id>urn:sha1:4e8e1ebd719f190853b09bb4834a7b63367eb49f</id>
<content type='text'>
Differential Revision:	https://reviews.freebsd.org/D2583
Reviewed by:	erj
</content>
</entry>
<entry>
<title>Revert r270808, which were changes to common code (i40e_alloc.h).</title>
<updated>2014-09-18T21:13:03Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2014-09-18T21:13:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d94ca7cf07cbd94a5a2ba07a7dfebfcbb02aeaa5'/>
<id>urn:sha1:d94ca7cf07cbd94a5a2ba07a7dfebfcbb02aeaa5</id>
<content type='text'>
Rather than #define-ing common code function calls to OS-dependent
ones, make the osdep versions match the common code expectations,
adjust the FreeBSD specific code to use those, and remove the
#defines.

In the FreeBSD specific code, use "i40e_mem_reserved" for the
now expected but unused argument to i40e_allocate_dma_mem().

Reviewed by:	gnn, eric.joyner intel.com
MFC after:	3 days
</content>
</entry>
<entry>
<title>These functions are #defined to "osdep" specific names without the "_mem"</title>
<updated>2014-08-29T12:48:38Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2014-08-29T12:48:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3ad95447c808a2b9c552dbebd750e8b48e5f539a'/>
<id>urn:sha1:3ad95447c808a2b9c552dbebd750e8b48e5f539a</id>
<content type='text'>
extension.  Provide prototypes for the actual implementations.
Correct function arguments to match the implementations.

MFC after:	3 days
X-MFC with:	r270755
</content>
</entry>
<entry>
<title>Update to the Intel Base driver for the Intel XL710 Ethernet Controller Family</title>
<updated>2014-08-22T18:59:19Z</updated>
<author>
<name>Jack F Vogel</name>
<email>jfv@FreeBSD.org</email>
</author>
<published>2014-08-22T18:59:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=61ae650d55553d48c55fbe023706dfa4b97483bb'/>
<id>urn:sha1:61ae650d55553d48c55fbe023706dfa4b97483bb</id>
<content type='text'>
	- It was decided to change the driver name to if_ixl for FreeBSD
	- This release adds the VF Driver to the tree, it can be built into
	  the kernel or as the if_ixlv module
	- The VF driver is independent for the first time, this will be
	  desireable when full SRIOV capability is added to the OS.
	- Thanks to my new coworker Eric Joyner for his superb work in
	  both the core and vf driver code.

Enjoy everyone!

Submitted by:	jack.vogel@intel.com and eric.joyner@intel.com
MFC after:	3 days (hoping to make 10.1)
</content>
</entry>
</feed>
