forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/net/ethernet/cavium/liquidio/octeon_config.h
....@@ -438,9 +438,10 @@
438438 #define MAX_BAR1_IOREMAP_SIZE (16 * OCTEON_BAR1_ENTRY_SIZE)
439439
440440 /* Response lists - 1 ordered, 1 unordered-blocking, 1 unordered-nonblocking
441
+ * 1 process done list, 1 zombie lists(timeouted sc list)
441442 * NoResponse Lists are now maintained with each IQ. (Dec' 2007).
442443 */
443
-#define MAX_RESPONSE_LISTS 4
444
+#define MAX_RESPONSE_LISTS 6
444445
445446 /* Opcode hash bits. The opcode is hashed on the lower 6-bits to lookup the
446447 * dispatch table.