kernel/drivers/net/ethernet/cavium/liquidio/octeon_config.h
.. .. @@ -438,9 +438,10 @@ 438 438 #define MAX_BAR1_IOREMAP_SIZE (16 * OCTEON_BAR1_ENTRY_SIZE) 439 439 440 440 /* Response lists - 1 ordered, 1 unordered-blocking, 1 unordered-nonblocking 441 + * 1 process done list, 1 zombie lists(timeouted sc list)441 442 * NoResponse Lists are now maintained with each IQ. (Dec' 2007). 442 443 */ 443 -#define MAX_RESPONSE_LISTS 4444 +#define MAX_RESPONSE_LISTS 6444 445 445 446 /* Opcode hash bits. The opcode is hashed on the lower 6-bits to lookup the 446 447 * dispatch table.