aboutsummaryrefslogtreecommitdiffstats
path: root/xen-2.4.16/include/hypervisor-ifs/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen-2.4.16/include/hypervisor-ifs/network.h')
-rw-r--r--xen-2.4.16/include/hypervisor-ifs/network.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen-2.4.16/include/hypervisor-ifs/network.h b/xen-2.4.16/include/hypervisor-ifs/network.h
index 42bff71827..182fd655fc 100644
--- a/xen-2.4.16/include/hypervisor-ifs/network.h
+++ b/xen-2.4.16/include/hypervisor-ifs/network.h
@@ -26,8 +26,8 @@ typedef struct rx_entry_st {
int status; /* per descriptor status. */
} rx_entry_t;
-#define TX_RING_SIZE 1024
-#define RX_RING_SIZE 1024
+#define TX_RING_SIZE 256
+#define RX_RING_SIZE 256
typedef struct net_ring_st {
/*
* Guest OS places packets into ring at tx_prod.