]> git.karo-electronics.de Git - karo-tx-linux.git/commit
crypto: chcr - Fix txq ids.
authorHarsh Jain <harsh@chelsio.com>
Mon, 10 Apr 2017 12:54:00 +0000 (18:24 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 21 Apr 2017 12:30:34 +0000 (20:30 +0800)
commit72a56ca97dc163a7a10a654aab6635e30e781070
tree34f12d90bcf9f029956878a6f672cd1cd86db8a1
parent0a7bd30c1b7fca5f1443f1bc2dfdc2681d315359
crypto: chcr - Fix txq ids.

The patch fixes a critical issue to map txqid with flows on the hardware appropriately,
if tx queues created are more than flows configured then  txqid shall map within
the range of hardware flows configured. This ensure that un-mapped txqid does not remain un-handled.
The patch also segregated the rxqid and txqid for clarity.

Signed-off-by: Atul Gupta <atul.gupta@chelsio.com>
Reviewed-by: Ganesh Goudar <ganeshgr@chelsio.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/chelsio/chcr_algo.c
drivers/crypto/chelsio/chcr_core.h
drivers/crypto/chelsio/chcr_crypto.h
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h