netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* padata - is serial actually serial?
@ 2016-06-14 21:00 Jason A. Donenfeld
  2016-06-15 11:52 ` Steffen Klassert
  0 siblings, 1 reply; 3+ messages in thread
From: Jason A. Donenfeld @ 2016-06-14 21:00 UTC (permalink / raw)
  To: Steffen Klassert; +Cc: linux-crypto, Netdev

Hi Steffen & Folks,

I submit a job to padata_do_parallel(). When the parallel() function
triggers, I do some things, and then call padata_do_serial(). Finally
the serial() function triggers, where I complete the job (check a
nonce, etc).

The padata API is very appealing because not only does it allow for
parallel computation, but it claims that the serial() functions will
execute in the order that jobs were originally submitted to
padata_do_parallel().

Unfortunately, in practice, I'm pretty sure I'm seeing deviations from
this. When I submit tons and tons of tasks at rapid speed to
padata_do_parallel(), it seems like the serial() function isn't being
called in the exactly the same order that tasks were submitted to
padata_do_parallel().

Is this known (expected) behavior? Or have I stumbled upon a potential
bug that's worthwhile for me to investigate more?

Thanks,
Jason

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

end of thread, other threads:[~2016-06-15 13:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-14 21:00 padata - is serial actually serial? Jason A. Donenfeld
2016-06-15 11:52 ` Steffen Klassert
2016-06-15 13:53   ` Gary R Hook

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).