|
@@ -65,13 +65,13 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
65
|
65
|
"Missing REMAC for IPv4 packet (ARP sent)" )
|
66
|
66
|
|
67
|
67
|
/** Number of IPoIB send work queue entries */
|
68
|
|
-#define IPOIB_NUM_SEND_WQES 2
|
|
68
|
+#define IPOIB_NUM_SEND_WQES 8
|
69
|
69
|
|
70
|
70
|
/** Number of IPoIB receive work queue entries */
|
71
|
71
|
#define IPOIB_NUM_RECV_WQES 4
|
72
|
72
|
|
73
|
73
|
/** Number of IPoIB completion entries */
|
74
|
|
-#define IPOIB_NUM_CQES 8
|
|
74
|
+#define IPOIB_NUM_CQES 16
|
75
|
75
|
|
76
|
76
|
/** An IPoIB broadcast address */
|
77
|
77
|
struct ipoib_broadcast {
|