Re: [PATCH 1/1] crypto:chelsio: Update ntx queue received from cxgb4

2018-10-12 Thread Lino Sanfilippo
Hi, > + if (uld_type == CXGB4_ULD_CRYPTO) { > + i = min_t(int, adap->vres.ncrypto_fc, > + num_online_cpus()); > + txq_info->ntxq = rounddown(i, adap->params.nports); > + if (txq_info->ntxq <= 0) { > + dev_warn(adap->

URGENT RESPONSE NEEDED

2018-10-12 Thread Sean Kim.
Hello my dear. Did you receive my email message to you? Please, get back to me ASAP as the matter is becoming late. Expecting your urgent response. Sean.

[PATCH 1/1] crypto:chelsio: Update ntx queue received from cxgb4

2018-10-12 Thread Harsh Jain
Update cxgb4 to send No. of Tx Queue created in lldinfo struct and use the same ntxq in chcr driver. This patch depends on following commit commit add92a817e60e308a419693413a38d9d1e663aff "Fix memory corruption in DMA Mapped buffers" Signed-off-by: Harsh Jain --- drivers/crypto/chelsio/chcr_al