> > 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. > > > > Signed-off-by: Konstantin Ananyev <konstantin.anan...@intel.com> > > Acked-by: Fan Zhang <roy.fan.zh...@intel.com>
Applied to dpdk-next-crypto Thanks.