Re: [dpdk-dev] [PATCH 20.08] crypto/scheduler: use ring peek API

2020-07-15 Thread Akhil Goyal
> > Subject: [PATCH 20.08] crypto/scheduler: use ring peek API > > > > scheduler PMD uses its own hand-made peek functions > > that directly access rte_ring internals. > > As now rte_ring has an API for that type of functionality - > > change scheduler PMD to use API provided by rte_ring. > > > > S

Re: [dpdk-dev] [PATCH 20.08] crypto/scheduler: use ring peek API

2020-07-09 Thread Zhang, Roy Fan
> -Original Message- > From: Ananyev, Konstantin > Sent: Friday, May 22, 2020 12:58 PM > To: dev@dpdk.org > Cc: Zhang, Roy Fan ; Ananyev, Konstantin > > Subject: [PATCH 20.08] crypto/scheduler: use ring peek API > > scheduler PMD uses its own hand-made peek functions > that directly a

[dpdk-dev] [PATCH 20.08] crypto/scheduler: use ring peek API

2020-05-22 Thread Konstantin Ananyev
scheduler PMD uses its own hand-made peek functions that directly access rte_ring internals. As now rte_ring has an API for that type of functionality - change scheduler PMD to use API provided by rte_ring. Signed-off-by: Konstantin Ananyev --- .../crypto/scheduler/scheduler_multicore.c| 28