Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Dec 2006 10:59:04 -0500
From:      John Nielsen <lists@jnielsen.net>
To:        freebsd-net@freebsd.org
Cc:        Jim Pirzyk <pirzyk@freebsd.org>
Subject:   Re: Gigabit Ethernet NIC with Jumbo Frame Support
Message-ID:  <200612021059.05567.lists@jnielsen.net>
In-Reply-To: <827DB520-91DD-46E3-8CE7-1F9CCAF7756F@freebsd.org>
References:  <827DB520-91DD-46E3-8CE7-1F9CCAF7756F@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 01 December 2006 21:11, Jim Pirzyk wrote:
> I am looking for a recommendation for a card purchase of a Gigabit
> Ethernet NIC that supports jumbo frames.  Looking at the kernel,
> the following drivers support jumbo frames; bce, bge, em, ixgb,
> lge, nge, sk stge, and vge.  What is perceived as the most stable,
> best performing card and driver for FreeBSD RELENG_6 line?  I have
> multi TBs to back up from a SAN (via 2Gb Qlogic FC card) to a TSM
> Server. We currently have the Broadcom BCM5750, but that chipset
> does not support Jumbo Frames.  The card itself needs to be PCI-
> Express.

At home I use an SMC card and an onboard Marvell chip on either end of a gig 
link with jumbo frames (mtu 9000) enabled. I've been quite happy with it; 
for random I/O intensive tasks I can't tell a difference between using an 
NFS mount and local storage. Both use the sk(4) driver. Watch out for newer 
Marvell chipsets that require the non-finished msk(4) driver.

At work I use an em(4) Intel card, but don't have jumbo frames enabled. It 
performs well even so. Only some of the chipsets supported by the driver 
support jumbo frames. See the manpage for details.

Unfortunately I'm not sure what's available as a PCI-e card. I expect you'll 
get additional responses, though.

HTH,

JN



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612021059.05567.lists>