Removing initialization of nrxq and rxq_size in uld_info. As
ipsec uses nic queues only, there is no need to create uld
rx queues for ipsec.
Fixes: 1b77be463929e ("crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/net")
Signed-off-by: Ayush Sawal <ayush.sawal@chelsio.com>
---
.../net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.c | 3 ---
1 file changed, 3 deletions(-)
@@ -92,9 +92,6 @@ static const struct xfrmdev_ops ch_ipsec_xfrmdev_ops = {staticstructcxgb4_uld_infoch_ipsec_uld_info={.name=CHIPSEC_DRV_MODULE_NAME,-.nrxq=MAX_ULD_QSETS,-/* Max ntxq will be derived from fw config file*/-.rxq_size=1024,.add=ch_ipsec_uld_add,.state_change=ch_ipsec_uld_state_change,.tx_handler=ch_ipsec_xmit,
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 13 Jan 2021 10:13:02 +0530 you wrote:
Removing initialization of nrxq and rxq_size in uld_info. As
ipsec uses nic queues only, there is no need to create uld
rx queues for ipsec.
Fixes: 1b77be463929e ("crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/net")
Signed-off-by: Ayush Sawal <ayush.sawal@chelsio.com>
[...]