Ethereal now has the ability to decode (and check) the FCS for ethernet frames (assuming it understands the protocol so it can determine that the last 4 bytes are FCS). Is there any interest in addin
[cut] The Intel i82586 and i82596 and can be told to receive frames with a bad FCS. They can also be told to send a precomputed FCS rather than computing it on the fly. The i82596 and tulip can also
FYI, all DEC FDDI controllers we currently support (or support is being worked on) do support receiving bad frames -- all frames are always passed to the rx path and it's up to a driver to decide if
Rask Ingemann Lambertsen wrote: On Mon, Nov 17, 2003 at 01:52:17PM -0800, Ben Greear wrote: Is there any interest in adding an Ethtool command to tell the driver to push the extra 4 bytes of CSUM int
The i825xx Ethernet chips are configured by putting a configure command on the TX list. One of the bits of the configure command tells the chip to discard or keep packets with errors. Assuming you ca
Rask Ingemann Lambertsen wrote: On Wed, Nov 19, 2003 at 07:33:53AM -0800, Ben Greear wrote: Rask Ingemann Lambertsen wrote: The Intel i82586 and i82596 and can be told to receive frames with a bad FC
[Intel i82557/8/9 Ethernet chips] Saving bad frames to memory is controlled by CB_CFIG_SAVE_BAD_FRAMES in byte 6. Saving the FCS to memory is controlled by CB_CFIG_CRC_IN_MEM in byte 18. See drivers/
Ethereal now has the ability to decode (and check) the FCS for ethernet frames (assuming it understands the protocol so it can determine that the last 4 bytes are FCS). Is there any interest in addin
[cut] The Intel i82586 and i82596 and can be told to receive frames with a bad FCS. They can also be told to send a precomputed FCS rather than computing it on the fly. The i82596 and tulip can also
FYI, all DEC FDDI controllers we currently support (or support is being worked on) do support receiving bad frames -- all frames are always passed to the rx path and it's up to a driver to decide if
Is there any interest in adding an Ethtool command to tell the driver to push the extra 4 bytes of CSUM into the skb? When enabling this feature, I'd also like to allow drivers to receive frames wit
The i825xx Ethernet chips are configured by putting a configure command on the TX list. One of the bits of the configure command tells the chip to discard or keep packets with errors. Assuming you ca
The Intel i82586 and i82596 and can be told to receive frames with a bad FCS. They can also be told to send a precomputed FCS rather than computing it on the fly. The i82596 and tulip can also trans
[Intel i82557/8/9 Ethernet chips] Saving bad frames to memory is controlled by CB_CFIG_SAVE_BAD_FRAMES in byte 6. Saving the FCS to memory is controlled by CB_CFIG_CRC_IN_MEM in byte 18. See drivers/