Re: [dpdk-dev] Potential bug in QAT PMD code

2021-04-16 Thread Linfeng Li
Hi Declan, I'm wondering if there is any update on this issue and if so when the fix can be merged into the master branch. Thanks so much. Regards, Linfeng -Original Message- From: Doherty, Declan Sent: Wednesday, March 3, 2021 2:01 AM To: Linfeng Li ; dev@dpdk.org Cc: john

[dpdk-dev] Potential bug in QAT PMD code

2021-02-23 Thread Linfeng Li
Hi, We believe we found a potential bug in the QAT PMD code. file link: https://github.com/DPDK/dpdk/blob/main/drivers/crypto/qat/qat_sym.c The undesired behavior happens when: * symmetric operation * out-of-place operation * encryption * do cipher + do hash

[dpdk-dev] Behavior inconsistency in QAT PMD code

2021-03-14 Thread Linfeng Li
Hi, We believe we found a behavior inconsistency based of different source mbuf layout in the QAT PMD code. file link: https://github.com/DPDK/dpdk/blob/main/drivers/crypto/qat/qat_sym.c The inconsistent behavior happens when: * symmetric operation * out-of-place operation