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->
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.
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