DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] If shared libraries are used vdev doesn't work anymore
@ 2017-07-31 14:58 Dirk-Holger Lenz
  2017-07-31 15:57 ` Dirk-Holger Lenz
  2017-07-31 20:23 ` Thomas Monjalon
  0 siblings, 2 replies; 6+ messages in thread
From: Dirk-Holger Lenz @ 2017-07-31 14:58 UTC (permalink / raw)
  To: users

If dpdk is built with 'CONFIG_RTE_BUILD_SHARED_LIB=y' then
using the vdev feature (args: e.g. -c 3 -n 4 --vdev="crypto_openssl")
the rte_eal_init() returns 'ERROR: failed to parse device "crypto_openssl"'.
It looks to me that rte_eal_devargs_add() calling rte_eal_devargs_parse()
is trying to check the device name before the shared libraries are read
and the internal data arrays are setup.

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-31 14:58 [dpdk-users] If shared libraries are used vdev doesn't work anymore Dirk-Holger Lenz
2017-07-31 15:57 ` Dirk-Holger Lenz
2017-07-31 20:23 ` Thomas Monjalon
2017-08-01  8:17   ` Gaëtan Rivet
2017-08-01  9:32     ` Thomas Monjalon
2017-08-02 14: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).