update copyright date to 2013
[dpdk.git] / examples / load_balancer / main.h
index a1bca7e..fb20023 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  *   BSD LICENSE
  * 
- *   Copyright(c) 2010-2012 Intel Corporation. All rights reserved.
+ *   Copyright(c) 2010-2013 Intel Corporation. All rights reserved.
  *   All rights reserved.
  * 
  *   Redistribution and use in source and binary forms, with or without 
@@ -88,7 +88,7 @@
 #endif
 
 #ifndef APP_DEFAULT_MEMPOOL_BUFFERS
-#define APP_DEFAULT_MEMPOOL_BUFFERS   8192
+#define APP_DEFAULT_MEMPOOL_BUFFERS   8192 * 4
 #endif
 
 #ifndef APP_DEFAULT_MEMPOOL_CACHE_SIZE
 #define APP_DEFAULT_NIC_RX_FREE_THRESH  64
 #endif
 
+#ifndef APP_DEFAULT_NIC_RX_DROP_EN
+#define APP_DEFAULT_NIC_RX_DROP_EN 0
+#endif
+
 /* NIC TX */
 #ifndef APP_DEFAULT_NIC_TX_RING_SIZE
 #define APP_DEFAULT_NIC_TX_RING_SIZE 1024