- Fix TSO for 5750 chips by setting tcp checksum field to 0 for TSO packets - Add TG3_FLG2_HW_TSO flag for 5750 and newer chips that use the same TSO scheme Signed-off-by: Michael Chan <mchan@xxxxxxx
If we've created this new TG3_FLG2_HW_TSO flag, we should eliminate all 5750 tests which are just checking for that. For example, this patch leaves the following test: - if (GET_ASIC_REV(tp->pci_chip
This particular test is for 5705 or 5750. 5705 is a little different from 5750 in terms of TSO. But I plan to introduce another flag for 5705 and 5750 as these 2 chips have other things in common. Th