Hello, guys! Please, can someone point a NIC, PCI 2.2 specs, full VLAN capable under FreeBSD? I?m finding terrible issues using RTL8169 and 3C9x, almost all for the fact NIC cannot handle MTU a little bigger than 1500 (1500 + vlan tagging). I don?t wish reducing MTU. -- Edvaldo Silva - Administrador de Redes Americana Digital www.americanadigital.com.br (19) 3471-2000
Edvaldo Silva wrote:> Hello, guys! > > Please, can someone point a NIC, PCI 2.2 specs, full VLAN capable under > FreeBSD? > > I?m finding terrible issues using RTL8169 and 3C9x, almost all for the > fact NIC cannot handle MTU a little bigger than 1500 (1500 + vlan > tagging). > > I don?t wish reducing MTU.Intel Pro/100 (fxp driver) or Pro/1000 (em/igb driver) are probably the best supported and best performing on FreeBSD, and the Pro/1000 at least has excellent VLAN support. Regards, Richard Tector -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 2709 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20090107/30eac678/smime.bin
On Jan 7, 2009, at 11:01 AM, Edvaldo Silva wrote:> Please, can someone point a NIC, PCI 2.2 specs, full VLAN capable > under FreeBSD?Intel fxp or em; Broadcom bge or bce.... Regards, -- -Chuck
On Wed, Jan 7, 2009 at 2:01 PM, Edvaldo Silva <edv@americanadigital.com.br>wrote:> Hello, guys! > > Please, can someone point a NIC, PCI 2.2 specs, full VLAN capable under > FreeBSD? > > I?m finding terrible issues using RTL8169 and 3C9x, almost all for the > fact NIC cannot handle MTU a little bigger than 1500 (1500 + vlan > tagging). > > I don?t wish reducing MTU. >For 100 meg nics, I almost exclusively use Intel Etherexpress "fxp" cards. I've used them for a long time in servers, but now they average around $3 in quantity on eBay and I use them in everything. Also, many off-lease PC's come with it on the motherboard. For GigE, I prefer (also) Intel Etherexpress --- but the driver is "em" (I have not tried "igb). I also have had no complaints with "bge" and "bce" driver chipsets on equipped motherboards. In both cases, I make heavy use of vlans and hardware vlan tagging. Many router machines have between 10 and 50 vlan interfaces.
>From man vlan:By now, the list of physical interfaces able of full VLAN processing in the hardware is limited to the following devices: age(4), bce(4), bge(4), cxgb(4), em(4), ixgb(4), msk(4), nge(4), re(4), stge(4), ti(4), txp(4), and vge(4). On 1/7/09, Edvaldo Silva <edv@americanadigital.com.br> wrote:> Hello, guys! > > Please, can someone point a NIC, PCI 2.2 specs, full VLAN capable under > FreeBSD? > > I?m finding terrible issues using RTL8169 and 3C9x, almost all for the > fact NIC cannot handle MTU a little bigger than 1500 (1500 + vlan > tagging). > > I don?t wish reducing MTU. > > -- > Edvaldo Silva - Administrador de Redes > Americana Digital > www.americanadigital.com.br > (19) 3471-2000 > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >
The Intel ones driven by em(4) (Intel EtherExpress Pro/1000)? RTL8169/8111/8168 use closed specs, quirks have to be reverse engineered into the driver. On 2009-01-07 05:01:47PM -0200, Edvaldo Silva wrote:> Hello, guys! > > Please, can someone point a NIC, PCI 2.2 specs, full VLAN capable under > FreeBSD? > > I?m finding terrible issues using RTL8169 and 3C9x, almost all for the > fact NIC cannot handle MTU a little bigger than 1500 (1500 + vlan > tagging). > > I don?t wish reducing MTU. > > -- > Edvaldo Silva - Administrador de Redes > Americana Digital > www.americanadigital.com.br > (19) 3471-2000 > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"-- ==========================================================Peter C. Lai | Bard College at Simon's Rock Systems Administrator | 84 Alford Rd. Information Technology Svcs. | Gt. Barrington, MA 01230 USA peter AT simons-rock.edu | (413) 528-7428 ===========================================================
Edvaldo Silva wrote: > Please, can someone point a NIC, PCI 2.2 specs, full VLAN capable under > FreeBSD? I'm using bge(4) and bce(4) interfaces (Broadcom GBit) and fxp(4) ones (100 MBit) in enviroments with heavy use of VLANs. They work very well. There are no problems with the MTU. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Gesch?ftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht M?n- chen, HRB 125758, Gesch?ftsf?hrer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "A language that doesn't have everything is actually easier to program in than some that do." -- Dennis M. Ritchie