Parcourir la source

sfc: Increase size of RX SKB header area

This allows the SKB to hold the headers without reallocation more often.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Jon Cooper il y a 12 ans
Parent
commit
d4ef5b6f37
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      drivers/net/ethernet/sfc/rx.c

+ 1 - 1
drivers/net/ethernet/sfc/rx.c

@@ -36,7 +36,7 @@
 #define EFX_RECYCLE_RING_SIZE_NOIOMMU (2 * EFX_RX_PREFERRED_BATCH)
 
 /* Size of buffer allocated for skb header area. */
-#define EFX_SKB_HEADERS  64u
+#define EFX_SKB_HEADERS  128u
 
 /* This is the percentage fill level below which new RX descriptors
  * will be added to the RX descriptor ring.