|
@@ -183,8 +183,6 @@ static char mv643xx_eth_driver_version[] = "1.4";
|
|
|
#define DEFAULT_TX_QUEUE_SIZE 512
|
|
|
#define SKB_DMA_REALIGN ((PAGE_SIZE - NET_SKB_PAD) % SMP_CACHE_BYTES)
|
|
|
|
|
|
-#define TSO_HEADER_SIZE 128
|
|
|
-
|
|
|
/* Max number of allowed TCP segments for software TSO */
|
|
|
#define MV643XX_MAX_TSO_SEGS 100
|
|
|
#define MV643XX_MAX_SKB_DESCS (MV643XX_MAX_TSO_SEGS * 2 + MAX_SKB_FRAGS)
|