Re: [dpdk-dev] [PATCH] crypto/qat: fix missing release note for dual thread feature

2020-02-12 Thread Akhil Goyal
> > > > This commit fixes missing release notes for dual thread feature. > > > > Fixes: 026f21c0b951 ("common/qat: support dual threads for > enqueue/dequeue") > > > > Signed-off-by: Arek Kusztal > Acked-by: Fiona Trahe Applied to dpdk-next-crypto Squashed with http://patches.dpdk.org/patch/

Re: [dpdk-dev] [PATCH] crypto/qat: fix missing release note for dual thread feature

2020-02-10 Thread Trahe, Fiona
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Friday, January 31, 2020 7:29 AM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Trahe, Fiona ; Kusztal, > ArkadiuszX > > Subject: [PATCH] crypto/qat: fix missing release note for dual thread feature > > This commit fixes missing

[dpdk-dev] [PATCH] crypto/qat: fix missing release note for dual thread feature

2020-01-30 Thread Arek Kusztal
This commit fixes missing release notes for dual thread feature. Fixes: 026f21c0b951 ("common/qat: support dual threads for enqueue/dequeue") Signed-off-by: Arek Kusztal --- doc/guides/rel_notes/release_20_02.rst | 7 +++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/re