crypto: octeontx2 - add synchronization between mailbox accesses
Since there are two workqueues implemented in CPTPF driver - one for handling mailbox requests from VFs and another for handling FLR. In both cases PF driver will forward the request to AF driver by writing to mailbox memory. A race condition may arise if two simultaneous requests are written to mailbox memory. Introducing locking mechanism to maintain synchronization between multiple mailbox accesses. Signed-off-by:Harman Kalra <hkalra@marvell.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- drivers/crypto/marvell/octeontx2/otx2_cpt_common.h 1 addition, 0 deletionsdrivers/crypto/marvell/octeontx2/otx2_cpt_common.h
- drivers/crypto/marvell/octeontx2/otx2_cpt_mbox_common.c 14 additions, 0 deletionsdrivers/crypto/marvell/octeontx2/otx2_cpt_mbox_common.c
- drivers/crypto/marvell/octeontx2/otx2_cptpf.h 1 addition, 0 deletionsdrivers/crypto/marvell/octeontx2/otx2_cptpf.h
- drivers/crypto/marvell/octeontx2/otx2_cptpf_main.c 13 additions, 8 deletionsdrivers/crypto/marvell/octeontx2/otx2_cptpf_main.c
- drivers/crypto/marvell/octeontx2/otx2_cptpf_mbox.c 17 additions, 6 deletionsdrivers/crypto/marvell/octeontx2/otx2_cptpf_mbox.c
Please register or sign in to comment