|
@@ -65,7 +65,7 @@
|
|
|
/* Number of bytes of an RX frame that are copied to skb->data */
|
|
/* Number of bytes of an RX frame that are copied to skb->data */
|
|
|
#define BE_HDR_LEN ((u16) 64)
|
|
#define BE_HDR_LEN ((u16) 64)
|
|
|
/* allocate extra space to allow tunneling decapsulation without head reallocation */
|
|
/* allocate extra space to allow tunneling decapsulation without head reallocation */
|
|
|
-#define BE_RX_SKB_ALLOC_SIZE (BE_HDR_LEN + 64)
|
|
|
|
|
|
|
+#define BE_RX_SKB_ALLOC_SIZE 256
|
|
|
|
|
|
|
|
#define BE_MAX_JUMBO_FRAME_SIZE 9018
|
|
#define BE_MAX_JUMBO_FRAME_SIZE 9018
|
|
|
#define BE_MIN_MTU 256
|
|
#define BE_MIN_MTU 256
|