Overview

Request 481460 accepted

- Disable dpdk-kmp package for ix86.

- Disable dpdk-kmp package for ix86.

Loading...

Markos Chandras's avatar

This is wrong

+%ifnarch %ix86
+setconf CONFIG_RTE_KNI_KMOD n
+%else +setconf CONFIG_RTE_KNI_KMOD y
+%endif

It should be

+%ifnarch %ix86
+setconf CONFIG_RTE_KNI_KMOD y
+%else +setconf CONFIG_RTE_KNI_KMOD n
+%endif

right? because you want it to be 'y' everywhere except ix86


Markos Chandras's avatar

(formatting failed me but you get the gist)


Nirmoy Das's avatar

I think its what you wanted check again..

+%ifnarch %{ix86} +setconf CONFIG_RTE_KNI_KMOD y +%else +setconf CONFIG_RTE_KNI_KMOD n +%endif


Nirmoy Das's avatar

We want the dpdk-kmp for all other arch except ix86

Request History
Nirmoy Das's avatar

ndas created request

- Disable dpdk-kmp package for ix86.

- Disable dpdk-kmp package for ix86.


Markos Chandras's avatar

markoschandras accepted request

LGTM

openSUSE Build Service is sponsored by