Le mardi 02 juin 2009 à 13:50 +0200, Pascal Terjan a écrit :By the way there is some strange code: tp->rx_buf_sz = (mtu > RX_BUF_SIZE) ? mtu + ETH_HLEN + 8 : RX_BUF_SIZE; Isn't there a (different from the one I'm interested in :) ) bug when 1500 < mtu <= RX_BUF_SIZE Shouldn't the test be (mtu > ETH_DATA_LEN) ? -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
