Hi,

My goal is to build OVS packages for Debian based system for ARM with DPDK 
support.

I use docker buildx for that emulatin arm architecture. Build machine is amd64.

Problem is that after successful build I have following packages generated:

libopenvswitch_2.16.92-2~1.gbp1fdff1_arm64.deb
openvswitch-dbg_2.16.92-2~1.gbp1fdff1_arm64.deb
libopenvswitch-dev_2.16.92-2~1.gbp1fdff1_arm64.deb
openvswitch-ipsec_2.16.92-2~1.gbp1fdff1_arm64.deb
openvswitch-pki_2.16.92-2~1.gbp1fdff1_all.deb
openvswitch-switch_2.16.92-2~1.gbp1fdff1_arm64.deb
openvswitch-test_2.16.92-2~1.gbp1fdff1_all.deb
openvswitch-testcontroller_2.16.92-2~1.gbp1fdff1_arm64.deb
openvswitch-common_2.16.92-2~1.gbp1fdff1_arm64.deb
openvswitch-vtep_2.16.92-2~1.gbp1fdff1_arm64.deb
openvswitch-datapath-dkms_2.16.92-2~1.gbp1fdff1_all.deb
python3-openvswitch_2.16.92-2~1.gbp1fdff1_all.deb

I expect to have generated also package openvswitch-switch-dpdk like this one 
https://packages.debian.org/bullseye/openvswitch-switch-dpdk. Correct me if I 
am wrong with that expectation.
This is my parameters passed to configure: --with-dpdk passed with static and 
shared and results is the same.
RUN ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc 
--with-dpdk=static/shared

For me the output from configure script is strange because it look as follow, 
one step says that dpdk is enabled, linking works, and last step mentioning 
dpdk, says that is not enabled:
... #13 232.9 checking for struct tcf_t.firstuse... yes #13 242.9 checking 
whether dpdk is enabled... yes #13 243.0 checking for DPDK... yes #13 243.3 
checking for faulty pkg-config version... no ... #13 280.0 checking whether 
linking with dpdk works... yes ... ... #16 531.3 checking whether dpdk is 
enabled... no ...

I am sending my Dockerfile in attachment. In this Dockerfile I am installing 
dpdk using apt but I have also tried to build dpdk from source based on that 
tutorial (https://docs.openvswitch.org/en/latest/intro/install/dpdk/) and 
result is the same.



BR Adrian Włodarczyk

[cid:logo-exatel_89270747-2b4b-4cc8-8de3-1e4525b182ef.png]        Adrian 
Włodarczyk
  Starszy Programista
EXATEL SA
ul. Perkuna 47
04-164 Warszawa           Dział Rozwoju SDN
www.exatel.pl<https://www.exatel.pl/>     T 573789898
[cid:twitter_ed2e6b28-affc-4d54-8084-a9048872e037.png]<https://twitter.com/exatel_pl>
 [cid:linkedin_1fd08337-df5a-4ada-9173-3cbd182f385c.png] 
<https://www.linkedin.com/company/exatel/>  
[cid:stopka_mail_facebook_00c5b97e-5f16-4510-a320-cc2ffd0158c9.png] 
<https://facebook.com/ExatelPL>     M
  E adrian.wlodarc...@exatel.pl<mailto:adrian.wlodarc...@exatel.pl>

Spółka wpisana do rejestru przedsiębiorców w Sądzie Rejonowym dla m. st. 
Warszawy, XIV Wydział Gospodarczy, pod numerem KRS: 0000044577, kapitał 
zakładowy: 576 854 559 PLN, kapitał opłacony w całości, NIP: 527-010-45-68, 
BDO: 000250055, EXATEL SA, ul. Perkuna 47, 04-164 Warszawa.

Niniejsza wiadomość jest własnością EXATEL SA i może zawierać informacje poufne 
i/lub prawnie chronione. Jeśli nie są Państwo właściwym adresatem (lub 
otrzymali Państwo tę wiadomość na skutek pomyłki), prosimy o tym fakcie 
niezwłocznie poinformować nadawcę i usunąć otrzymaną wiadomość. Każde 
nieautoryzowane kopiowanie, ujawnianie lub rozpowszechnianie załączonej 
informacji jest zabronione.
Informacja o przetwarzaniu danych osobowych: 
link<https://exatel.pl/wp-content/uploads/2021/08/Klauzula-informacyjna-EXATEL-1.pdf>

This e-mail is a property of EXATEL SA and may contain confidential and/or 
privileged information. If you are not the intended recipient (or have received 
this e-mail by mistake) please notify the sender immediately and destroy this 
e-mail. Any unauthorized copying, disclosure or distribution of the material in 
this e-mail is strictly forbidden.
Information on the processing of personal data: 
link<https://exatel.pl/wp-content/uploads/2021/08/Information-clause-EXATEL-2.pdf>

Attachment: Dockerfile-DebianBullseye-arm-dpdk
Description: Dockerfile-DebianBullseye-arm-dpdk

_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to