projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa23f0
)
igb: reduce Rx header size
author
Eric Dumazet
<
[email protected]
>
Fri, 3 Aug 2012 04:46:59 +0000
(
04:46
+0000)
committer
Jeff Kirsher
<
[email protected]
>
Wed, 5 Sep 2012 05:51:39 +0000
(22:51 -0700)
Reduce skb truesize by 256 bytes.
Signed-off-by: Eric Dumazet <
[email protected]
>
Cc: Alexander Duyck <
[email protected]
>
Tested-by: Aaron Brown <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
drivers/net/ethernet/intel/igb/igb.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/igb/igb.h
b/drivers/net/ethernet/intel/igb/igb.h
index 9e572dd29ab288e98bd72c4859f16fbf839c9c3b..0c9f62caa8fa505a9fd958e6b30d65efe364e4b4 100644
(file)
--- a/
drivers/net/ethernet/intel/igb/igb.h
+++ b/
drivers/net/ethernet/intel/igb/igb.h
@@
-131,9
+131,9
@@
struct vf_data_storage {
#define MAXIMUM_ETHERNET_VLAN_SIZE 1522
/* Supported Rx Buffer Sizes */
-#define IGB_RXBUFFER_
512 512
+#define IGB_RXBUFFER_
256 256
#define IGB_RXBUFFER_16384 16384
-#define IGB_RX_HDR_LEN IGB_RXBUFFER_
512
+#define IGB_RX_HDR_LEN IGB_RXBUFFER_
256
/* How many Tx Descriptors do we need to call netif_wake_queue ? */
#define IGB_TX_QUEUE_WAKE 16