Re: [EXT] Re: [PATCH v3 21/29] crypto/cnxk: add more info on command timeout

2022-01-21 Thread Thomas Monjalon
21/01/2022 10:16, Akhil Goyal: > > Note: this mistake is warned by the script devtools/checkpatches.sh > > Warning in drivers/crypto/cnxk/cnxk_cryptodev_ops.c: > > Using %l format, prefer %PRI*64 if type is [u]int64_t > I believe there is something wrong in the reporting; > it said 1 warning wh

RE: [EXT] Re: [PATCH v3 21/29] crypto/cnxk: add more info on command timeout

2022-01-21 Thread Akhil Goyal
> 17/12/2021 10:20, Anoob Joseph: > > Print more info when command timeout happens. Print software and > > hardware queue information. > > > > Signed-off-by: Anoob Joseph > > Signed-off-by: Tejasree Kondoj > > --- > > +void > > +cnxk_cpt_dump_on_err(struct cnxk_cpt_qp *qp) > > +{ > > + struct

Re: [PATCH v3 21/29] crypto/cnxk: add more info on command timeout

2022-01-11 Thread Thomas Monjalon
17/12/2021 10:20, Anoob Joseph: > Print more info when command timeout happens. Print software and > hardware queue information. > > Signed-off-by: Anoob Joseph > Signed-off-by: Tejasree Kondoj > --- > +void > +cnxk_cpt_dump_on_err(struct cnxk_cpt_qp *qp) > +{ > + struct pending_queue *pend_

[PATCH v3 21/29] crypto/cnxk: add more info on command timeout

2021-12-17 Thread Anoob Joseph
Print more info when command timeout happens. Print software and hardware queue information. Signed-off-by: Anoob Joseph Signed-off-by: Tejasree Kondoj --- drivers/common/cnxk/hw/cpt.h | 11 drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 1 + drivers/crypto/cnxk/cn9k_cryptod