DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] ZUC PMD as shared library
@ 2017-04-04 12:15 Thomas Monjalon
  2017-04-05  9:46 ` De Lara Guarch, Pablo
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2017-04-04 12:15 UTC (permalink / raw)
  To: Pablo DeLara Guarch, dev

Hi,

Is it possible to build ZUC PMD as a shared library?

There is this error when compiling:
libsso_zuc.a(sso_zuc_yasm.o):
relocation R_X86_64_32 against symbol `EK_d' can not be used
when making a shared object; recompile with -fPIC

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [dpdk-dev] ZUC PMD as shared library
@ 2016-10-08 17:19 Thomas Monjalon
  2016-10-12  2:23 ` De Lara Guarch, Pablo
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2016-10-08 17:19 UTC (permalink / raw)
  To: pablo.de.lara.guarch; +Cc: dev

Hi Pablo,

You are probably aware of the issue, but I would like to make it clear
in case someone else run into the same trouble:

It is impossible to build the ZUC crypto PMD as a shared library:

libsso-zuc-0.1.1/build/libsso_zuc.a(sso_zuc_yasm.o):
	relocation R_X86_64_32 against `EK_d' can not be used
	when making a shared object; recompile with -fPIC

The library libsso-zuc-0.1.1 needs an update to make the asm code
relocatable.
Should we explicit this limitation in the PMD doc?

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

end of thread, other threads:[~2017-04-05  9:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-04 12:15 [dpdk-dev] ZUC PMD as shared library Thomas Monjalon
2017-04-05  9:46 ` De Lara Guarch, Pablo
  -- strict thread matches above, loose matches on Subject: below --
2016-10-08 17:19 Thomas Monjalon
2016-10-12  2:23 ` De Lara Guarch, Pablo
2016-10-12  7:22   ` Thomas Monjalon
2016-10-13 18:30     ` De Lara Guarch, Pablo

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