DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] crypto/scheduler: reorder functions update
@ 2017-02-20 16:17 Fan Zhang
  2017-02-20 16:17 ` [dpdk-dev] [PATCH 1/2] crypto/scheduler: add crypto op reorder processing function Fan Zhang
  2017-02-20 16:17 ` [dpdk-dev] [PATCH 2/2] crypto/scheduler: update round-robin mode Fan Zhang
  0 siblings, 2 replies; 3+ messages in thread
From: Fan Zhang @ 2017-02-20 16:17 UTC (permalink / raw)
  To: dev; +Cc: pablo.de.lara.guarch

As all scheduler modes have same packet reordering steps, these steps
are gathered as inline functions to be reused by all scheduler modes.
The round-robin mode scheduler is also updated.

Fan Zhang (2):
  crypto/scheduler: add crypto op reorder processing function
  crypto/scheduler: update round-robin mode

 drivers/crypto/scheduler/scheduler_pmd_ops.c     |   3 +
 drivers/crypto/scheduler/scheduler_pmd_private.h | 118 ++++++++++++++
 drivers/crypto/scheduler/scheduler_roundrobin.c  | 195 +++--------------------
 3 files changed, 140 insertions(+), 176 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-20 16:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-20 16:17 [dpdk-dev] [PATCH 0/2] crypto/scheduler: reorder functions update Fan Zhang
2017-02-20 16:17 ` [dpdk-dev] [PATCH 1/2] crypto/scheduler: add crypto op reorder processing function Fan Zhang
2017-02-20 16:17 ` [dpdk-dev] [PATCH 2/2] crypto/scheduler: update round-robin mode Fan Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).