RE: [PATCH] crypto/scheduler: fix incorrect variable usage

2024-11-06 Thread Akhil Goyal
Hi Kai, Any update on this patch? > > I'm not see any issue with original code, can you give more details about > > crash > so > > I can try to reproduce at my end. > > cc kirill.rybalche...@intel.com for review > > The details are there in Bugzilla > https://bugs.dpdk.org/show_bug.cgi?id=1537

RE: [PATCH] crypto/scheduler: fix incorrect variable usage

2024-10-09 Thread Akhil Goyal
_ > > From: Yong Liang <1269690...@qq.com> > Sent: 18 September 2024 15:15 > To: dev@dpdk.org > Cc: roy.fan.zh...@intel.com > Subject: [PATCH] crypto/scheduler: fix incorrect variable usage > > The variable `pending_deq_ops` was incorrectly used > in

Re: [PATCH] crypto/scheduler: fix incorrect variable usage

2024-10-07 Thread Ji, Kai
roy.fan.zh...@intel.com Subject: [PATCH] crypto/scheduler: fix incorrect variable usage The variable `pending_deq_ops` was incorrectly used instead of `pending_enq_ops`. This causes the program to crash when the worker PMD accesses the session Bugzilla ID: 1537 Fixes: 6812b9bf470e ("crypt

[PATCH] crypto/scheduler: fix incorrect variable usage

2024-09-18 Thread Yong Liang
The variable `pending_deq_ops` was incorrectly used instead of `pending_enq_ops`. This causes the program to crash when the worker PMD accesses the session Bugzilla ID: 1537 Fixes: 6812b9bf470e ("crypto/scheduler: use unified session") Cc: roy.fan.zh...@intel.com Signed-off-by: Yong Liang <126969