On 12/02/2014 04:21 AM, Dan Carpenter wrote: > drivers/crypto/qat/qat_common/adf_transport.c > 407 /* Enable IRQ coalescing always. This will allow to use > 408 * the optimised flag and coalesc register. > 409 * If it is disabled in the config file just use min time value */ > 410 if (adf_get_cfg_int(accel_dev, "Accelerator0", > 411 ADF_ETRMGR_COALESCING_ENABLED_FORMAT, > 412 bank_num, &coalesc_enabled) && coalesc_enabled) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > This condition is reversed, so it only enables coalescing on error. Hello Dan, Yes, you are correct. Looks like we never enable interrupt coalescing. Thanks for reporting the issue. Patch fixing this will be out soon. Regards, Tadeusz -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html