f5030c82d2
- Add _constraints file to force build dpdk with sse3 enabled x86 machine. - Enable compilation for ppc64le with the help of Rüdiger(ro@suse.de). - Enable example package for aarch64 using Rüdiger(ro@suse.de) changes. - Do not enable PMD_RING on ppc64le (missing rte_eth_from_rings). - Disable examples that need LPM which is disabled on non-x86. [+0036-examples-fix-build-dependencies.patch, +0037-examples-ethtool-fix-build.patch] OBS-URL: https://build.opensuse.org/request/show/417972 OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=13
19 lines
286 B
XML
19 lines
286 B
XML
<?xml version="1.0"?>
|
|
<constraints>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>i586</arch>
|
|
<arch>x86_64</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<cpu>
|
|
<flag>mmx</flag>
|
|
<flag>sse</flag>
|
|
<flag>sse2</flag>
|
|
<flag>sse3</flag>
|
|
</cpu>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|
|
|