Re: 6.2 mtu now limits size of incomming packet



Mike Karels wrote:
There are also things to consider such as if a GigE card is connected to a GigE device (switch/card etc) and the card supports jumbo frames should the MRU be set to the max jumbo receive size for the card? This could cause confusion when people plug jumbo capable devices in with hardware limitations making the MRU lower than other devices on the network.

Although we don't have an MRU explicitly, we don't enable reception
of jumbo frames without administrator action. There is an IFCAP_JUMBO_MTU
flag defined, but not previously used as far as I know. We added the
ability to set that flag with ifconfig, which enables reception of
jumbo frames without changing the MTU. Then, in ether_input, we accept
any packet that a NIC sees fit to receive.

for what values of "we"?


Mike
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"

_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Gigabit Ethernet NIC with Jumbo Frame Support
    ... Ethernet NIC that supports jumbo frames. ... the following drivers support jumbo frames; ... multi TBs to back up from a SAN (via 2Gb Qlogic FC card) to a TSM ... Both use the skdriver. ...
    (freebsd-net)
  • Gigabit Ethernet NIC with Jumbo Frame Support
    ... I am looking for a recommendation for a card purchase of a Gigabit ... Ethernet NIC that supports jumbo frames. ... the following drivers support jumbo frames; ...
    (freebsd-net)
  • Re: Gigabit Ethernet NIC with Jumbo Frame Support
    ... I am looking for a recommendation for a card purchase of a Gigabit ... Ethernet NIC that supports jumbo frames. ... Looking at the kernel, ...
    (freebsd-net)
  • Re: 6.2 mtu now limits size of incomming packet
    ... should the MRU be set to the max jumbo receive size for the card? ... hardware limitations making the MRU lower than other devices on the network. ... of jumbo frames without administrator action. ... flag defined, but not previously used as far as I know. ...
    (freebsd-net)
  • Re: 6.2 mtu now limits size of incomming packet
    ... should the MRU be set to the max jumbo receive size for the card? ... hardware limitations making the MRU lower than other devices on the network. ... of jumbo frames without administrator action. ... flag defined, but not previously used as far as I know. ...
    (freebsd-net)