aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ixgbe/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to the Intel ixgbe driver:Jack F Vogel2015-03-171-15/+0
| | | | | | | | | | | | | | | | | | | | | | - Split the driver into independent pf and vf loadables. This is in preparation for SRIOV support which will be following shortly. This also allows us to keep a seperate revision control over the two parts, making for easier sustaining. - Make the TX/RX code a shared/seperated file, in the old code base the ixv code would miss fixes that went into ixgbe, this model will eliminate that problem. - The driver loadables will now match the device names, something that has been requested for some time. - Rather than a modules/ixgbe there is now modules/ix and modules/ixv - It will also be possible to make your static kernel with only one or the other for streamlined installs, or both. Enjoy! Submitted by: jfv and erj Notes: svn path=/head/; revision=280182
* Disable flow-director support until it's been debugged and verified.Adrian Chadd2014-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The flowdirector feature shares on-chip memory with other things such as the RX buffers. In theory it should be configured in a way that doesn't interfere with the rest of operation. In practice, the RX buffer calculation didn't take the flow-director allocation into account and there'd be overlap. This lead to various garbage frames being received containing what looks like internal NIC state. What _I_ saw was traffic ending up in the wrong RX queues. If I was doing a UDP traffic test with only one NIC ring receiving traffic, everything is fine. If I fired up a second UDP stream which came in on another ring, there'd be a few percent of traffic from both rings ending up in the wrong ring. Ie, the RSS hash would indicate it was supposed to come in ring X, but it'd come in ring Y. However, when the allocation was fixed up, the developers at Verisign still saw traffic stalls. The flowdirector feature ends up fiddling with the NIC to do various attempts at load balancing connections by populating flow table rules based on sampled traffic. It's likely that all of that has to be carefully reviewed and made less "magic". So for now the flow director feature is disabled (which fixes both what I was seeing and what they were seeing) until it's all much more debugged and verified. Tested: * (me) 82599EB 2x10G NIC, RSS UDP testing. * (verisign) not sure on the NIC (but likely 82599), 100k-200k/sec TCP transaction tests. Submitted by: Marc De La Gueronniere <mdelagueronniere@verisign.com> MFC after: 1 week Sponsored by: Verisign, Inc. Notes: svn path=/head/; revision=271649
* Move most of the 15 variations on generating opt_inet.h andWarner Losh2014-08-041-18/+0
| | | | | | | | | opt_inet6.h into kmod.mk by forcing almost everybody to eat the same dogfood. While at it, consolidate the opt_bpf.h and opt_mroute.h targets here too. Notes: svn path=/head/; revision=269540
* Make the ixgbe(4) module buildable outside of the tree.Adrian Chadd2014-08-041-1/+5
| | | | | | | It defaults to RSS not being enabled. Notes: svn path=/head/; revision=269500
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| | | | | | | from the latter. Notes: svn path=/head/; revision=265420
* Add quad port probe support, this gives the admin proper information about ↵Jack F Vogel2013-06-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the slot (which should be a PCIE Gen 3 slot for this adapter) by looking back thru the PCI parent devices to the slot device. The fix above also corrects the bandwidth display to GT/s rather than the incorrect Gb/s Next, allow the use of ALTQ if you select the compile option IXGBE_LEGACY_TX. Allow the use of 'unsupported' optic modules by a compile option as well. Add a phy reset capability into the stop code, this is so a static configured driver will still behave properly when taken down (not being able to unload it). This revision synchronizes the shared code with Intel internal current code, and note that it now includes DCB supporting code, this was necessitated by some internal changes with the code, but it also will provide the opportunity to develop this feature in the core driver down the road. I have edited the README to get rid of some of the worse anachronisms in it as well, its by no means as robust as I might wish at this point however. Oh, I also have included some conditional stuff in the code so it will be compatible in both the 9.X and 10 environments. Performance has been a focus in recent changes and I believe this revision driver will perform very well in most workloads. MFC after: 2 weeks Notes: svn path=/head/; revision=251964
* Change the ixgbe module name to if_ixgbe to conformJack F Vogel2013-02-281-1/+1
| | | | | | | to the usual naming convention. Notes: svn path=/head/; revision=247505
* Unbreak make depend.Ulrich Spörlein2012-05-301-0/+4
| | | | Notes: svn path=/head/; revision=236311
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-0/+13
| | | | | | | | | | | | | | | Add TSO6 and LRO/IPv6 support. Fix the module Makefile to at least properly inlcude opt_inet6.h and allow builds without INET or INET6. Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems Reviewed by: gnn (as part of the whole) MFC After: 3 days Notes: svn path=/head/; revision=235964
* New hardware support: Intel X540 adapter support added.Jack F Vogel2012-01-301-1/+1
| | | | | | | | | Some shared code reorganization along with the new adapter. Sync changes to OACTIVE in igb into this driver. Misc small fixes. Notes: svn path=/head/; revision=230775
* Update ixgbe driver to verion 2.3.6Jack F Vogel2010-11-261-2/+2
| | | | | | | | | | | | | - This adds a VM SRIOV interface, ixv, it is however transparent to the user, it links with the ixgbe.ko, but when ixgbe is loaded in a virtualized guest with SRIOV configured this will be detected. - Sync shared code to latest - Many bug fixes and improvements, thanks to everyone who has been using the driver and reporting issues. Notes: svn path=/head/; revision=215911
* Remove unnecessary clean target in em(4), igb(4) and ixgbe(4).Pyun YongHyeon2010-08-161-5/+0
| | | | | | | | | While here also remove man target in igb(4). Reviewed by: jfv Notes: svn path=/head/; revision=211400
* Update the driver to Intel version 2.1.6Jack F Vogel2010-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | - add some new hardware support for 82599 - Big change to interrupt architecture, it now uses a queue which contains an RX/TX pair as the recipient of the interrupt. This will reduce overall system interrupts/msix usage. - Improved RX mbuf handling: the old get_buf routine is no longer synchronized with rxeof, this allows the elimination of packet discards due to mbuf allocation failure. - Much simplified and improved AIM code, it now happens in the queue interrupt context and takes into account both the traffic on the RX AND TX side. - variety of small tweaks, like ring size, that have been seen as performance improvements. - Thanks to those that provided feedback or suggested changes, I hope I've caught all of them. Notes: svn path=/head/; revision=205720
* Update for the Intel 10G driver, this adds support forJack F Vogel2009-06-241-1/+1
| | | | | | | | | newest hardware, adds multiqueue tx interface, infrastructure cleanup to allow up to 32 MSIX vectors on newer Nehalem systems. Bug fixes, etc. Notes: svn path=/head/; revision=194875
* Add support file for 82599 in MakefileJack F Vogel2009-04-101-1/+2
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=190874
* Remove compile of tcp_lro since its now in netinetJack F Vogel2008-06-111-1/+1
| | | | Notes: svn path=/head/; revision=179738
* This is driver version 1.4.4 of the Intel ixgbe driver.Jack F Vogel2008-05-161-1/+1
| | | | | | | | | | | | | | -It has new hardware support -It uses a new method of TX cleanup called Head Write Back -It includes the provisional generic TCP LRO feature contributed by Myricom and made general purpose by me. This should move into the stack upon approval but for this driver drop its in here. -Also bug fixes and etc... MFC in a week if no serious issues arise. Notes: svn path=/head/; revision=179055
* Remove option headers that do not exist and are not usedAntoine Brodin2008-03-271-2/+2
| | | | | | | | | | from the Makefiles in sys/modules. (opt_devfs.h, opt_bdg.h, opt_emu10kx.h and opt_uslcom.h) Approved by: rwatson (mentor) Notes: svn path=/head/; revision=177671
* This is an update to the new Intel 10G 82598 driver.Jack F Vogel2007-09-041-0/+15
The first drop was Beta, this code is expected to be the release version. Note that this driver code will build in either 6.2 or 7. If you use the code in 6.2 you will not get TSO or MSI/X support but it will function in a legacy mode. Approved by: re Notes: svn path=/head/; revision=172043