DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] crypto device 'crypto_aesni_mb' doesn't work in secondary process
@ 2017-08-04  8:14 Dirk-Holger Lenz
  2017-08-04  9:37 ` De Lara Guarch, Pablo
  0 siblings, 1 reply; 4+ messages in thread
From: Dirk-Holger Lenz @ 2017-08-04  8:14 UTC (permalink / raw)
  To: users

when the crypto device of type 'crypto_aesni_mb' is

created in the primary process a secondary process

crashes when writing into the encryption queue.

The dequeue function rte_cryptodev_dequeue_burst()

crashes in flush_mb_mgr() when it tries to access the

structure of function pointers qp->op_fns.

The reason is that this structure is allocated by the

primary process in its memory which is not accessible

in the secondary process (of course also the function

pointers are pointing to code of the primary process).

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

end of thread, other threads:[~2017-08-04 10:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-04  8:14 [dpdk-users] crypto device 'crypto_aesni_mb' doesn't work in secondary process Dirk-Holger Lenz
2017-08-04  9:37 ` De Lara Guarch, Pablo
2017-08-04  9:56   ` Dirk-Holger Lenz
2017-08-04 10:11     ` Dirk-Holger Lenz

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