aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/nxge.4
Commit message (Collapse)AuthorAgeFilesLines
* nxge(4):Sean Bruno2018-05-081-102/+0
| | | | | | | | | | | | | Remove nxge(4) and associated man page and tools in FreeBSD 12.0. Submitted by: kbowling Reviewed by: brooks Relnotes: yes Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D1529 Notes: svn path=/head/; revision=333388
* nxge(4) deprecation noticeSean Bruno2018-05-031-1/+7
| | | | | | | | | | Submitted by: kbowling Reviewed by: brooks Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D15277 Notes: svn path=/head/; revision=333210
* use .Mt to mark up email addresses consistently (final part)Baptiste Daroussin2014-06-261-3/+2
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267938
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-2/+2
| | | | | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days Notes: svn path=/head/; revision=233648
* Fix typo: Offlaod -> Offload.Sergey Kandaurov2010-10-181-1/+1
| | | | | | | | | PR: docs/150756 Approved by: avg (mentor) MFC after: 3 days Notes: svn path=/head/; revision=214020
* Clean up after the previous commit.Christian Brueffer2007-10-291-3/+4
| | | | Notes: svn path=/head/; revision=173140
* Merge Neterion if_nxge driver version 2.0.9.11230 with the followingRobert Watson2007-10-291-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes: 01 - Enhanced LRO: LRO feature is extended to support multi-buffer mode. Previously, Ethernet frames received in contiguous buffers were offloaded. Now, frames received in multiple non-contiguous buffers can be offloaded, as well. The driver now supports LRO for jumbo frames. 02 - Locks Optimization: The driver code was re-organized to limit the use of locks. Moreover, lock contention was reduced by replacing wait locks with try locks. 03 - Code Optimization: The driver code was re-factored to eliminate some memcpy operations. Fast path loops were optimized. 04 - Tag Creations: Physical Buffer Tags are now optimized based upon frame size. For better performance, Physical Memory Maps are now re-used. 05 - Configuration: Features such as TSO, LRO, and Interrupt Mode can be configured either at load or at run time. Rx buffer mode (mode 1 or mode 2) can be configured at load time through kenv. 06 - Driver Statistics: Run time statistics are enhanced to provide better visibility into the driver performance. 07 - Bug Fixes: The driver contains fixes for the problems discovered and reported since last submission. 08 - MSI support: Added Message Signaled Interrupt feature which currently uses 1 message. 09 Removed feature: Rx 3 buffer mode feature has been removed. Driver now supports 1, 2 and 5 buffer modes of which 2 and 5 buffer modes can be used for header separation. 10 Compiler warning: Fixed compiler warning when compiled for 32 bit system. 11 Copyright notice: Source files are updated with the proper copyright notice. MFC after: 3 days Submitted by: Alicia Pena <Alicia dot Pena at neterion dot com>, Muhammad Shafiq <Muhammad dot Shafiq at neterion dot com> Notes: svn path=/head/; revision=173139
* Capitalize a few terms.Christian Brueffer2007-06-301-4/+4
| | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=171113
* General cleanup.Christian Brueffer2007-06-301-15/+26
| | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=171110
* Neterion Xframe 10GbE Server/Storage adapter driver.Sam Leffler2007-06-291-0/+80
The nxge driver provides support for Neterion Xframe-I and Xframe-II adapters. The driver supports TCP Segmentation Offload (TSO/LSO), Jumbo frames (5 buffer mode), Header separation (2 and 3 Receive buffer modes), VLAN, and Promiscuous mode. Submitted by: Neterion Reviewed by: rwatson Approved by: re (kensmith) Notes: svn path=/head/; revision=171095