[dpdk-dev] [PATCH 0/2] crypto/scheduler: reorder functions update

Fan Zhang roy.fan.zhang at intel.com
Mon Feb 20 17:17:03 CET 2017


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



More information about the dev mailing list