All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] crypto/scheduler: add packet-base scheduling mode
@ 2017-03-28 14:09 Fan Zhang
  2017-03-28 14:09 ` [PATCH v3 1/3] crypto/scheduler: add packet size based mode code Fan Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 23+ messages in thread
From: Fan Zhang @ 2017-03-28 14:09 UTC (permalink / raw)
  To: dev; +Cc: pablo.de.lara.guarch, sergio.gonzalez.monroy, declan.doherty

Packet-size based distribution mode, which works with 2 slaves, primary
slave and secondary slave, and distribute the enqueued crypto ops to them
based on their data lengths. A crypto op will be distributed to the primary
slave if its data length equals or bigger than the designated threshold,
otherwise it will be handled by the secondary slave.

Fan Zhang (3):
  crypto/scheduler: add packet size based mode code
  crypto/scheduler: enable packet size based scheduling mode
  doc: update cryptodev scheduler PMD documentation

 doc/guides/cryptodevs/scheduler.rst                |  14 +
 drivers/crypto/scheduler/Makefile                  |   1 +
 drivers/crypto/scheduler/rte_cryptodev_scheduler.c |   7 +
 drivers/crypto/scheduler/rte_cryptodev_scheduler.h |   3 +
 .../crypto/scheduler/scheduler_pkt_size_distr.c    | 400 +++++++++++++++++++++
 5 files changed, 425 insertions(+)
 create mode 100644 drivers/crypto/scheduler/scheduler_pkt_size_distr.c

-- 
2.7.4

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

end of thread, other threads:[~2017-03-30 12:12 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-28 14:09 [PATCH v3 0/3] crypto/scheduler: add packet-base scheduling mode Fan Zhang
2017-03-28 14:09 ` [PATCH v3 1/3] crypto/scheduler: add packet size based mode code Fan Zhang
2017-03-28 14:09 ` [PATCH v3 2/3] crypto/scheduler: enable packet size based scheduling mode Fan Zhang
2017-03-28 14:09 ` [PATCH v3 3/3] doc: update cryptodev scheduler PMD documentation Fan Zhang
2017-03-29  8:25 ` [PATCH v4 0/3] crypto/scheduler: add packet-base scheduling mode Fan Zhang
2017-03-29  8:25   ` [PATCH v4 1/3] crypto/scheduler: add packet size based mode code Fan Zhang
2017-03-30  7:38     ` Declan Doherty
2017-03-29  8:25   ` [PATCH v4 2/3] crypto/scheduler: enable packet size based scheduling mode Fan Zhang
2017-03-29  8:25   ` [PATCH v4 3/3] doc: update cryptodev scheduler PMD documentation Fan Zhang
2017-03-29  9:57     ` Mcnamara, John
2017-03-29 16:26   ` [PATCH v5 0/3] crypto/scheduler: add packet-base scheduling mode Fan Zhang
2017-03-29 16:26     ` [PATCH v5 1/3] crypto/scheduler: add packet size based mode code Fan Zhang
2017-03-29 20:09       ` De Lara Guarch, Pablo
2017-03-29 16:26     ` [PATCH v5 2/3] crypto/scheduler: enable packet size based scheduling mode Fan Zhang
2017-03-29 16:26     ` [PATCH v5 3/3] doc: update cryptodev scheduler PMD documentation Fan Zhang
2017-03-30 10:47     ` [PATCH v6 0/3] crypto/scheduler: add packet-base scheduling mode Fan Zhang
2017-03-30 10:47       ` [PATCH v6 1/3] crypto/scheduler: add packet size based mode code Fan Zhang
2017-03-30 11:16         ` Declan Doherty
2017-03-30 10:47       ` [PATCH v6 2/3] crypto/scheduler: enable packet size based scheduling mode Fan Zhang
2017-03-30 11:17         ` Declan Doherty
2017-03-30 10:47       ` [PATCH v6 3/3] doc: update cryptodev scheduler PMD documentation Fan Zhang
2017-03-30 11:17         ` Declan Doherty
2017-03-30 12:10       ` [PATCH v6 0/3] crypto/scheduler: add packet-base scheduling mode De Lara Guarch, Pablo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.