: Re: [ovs-dev] [PATCH] Detecting dpdk vhost_cuse when building ovs
Hi Gary,
I wasn't able to apply the patch, it appears to be corrupt.
Would you mind resending it, perhaps using get send-email?
I also think that it would be useful to include the first
part of the email in the commit mess
Hi Gary,
I wasn't able to apply the patch, it appears to be corrupt.
Would you mind resending it, perhaps using get send-email?
I also think that it would be useful to include the first
part of the email in the commit message, for future reference.
Otherwise the patch seems fine to me, thanks!
Dpdk allows users to create a config that includes other config files and then
override values.
Eg.
defconfig_x86_64-native_vhost_cuse-linuxapp-gcc:
#include "defconfig_x86_64-native-linuxapp-gcc"
CONFIG_RTE_BUILD_COMBINE_LIBS=y
CONFIG_RTE_BUILD_SHARED_LIB=n
CONFIG_RTE_LIBRTE_VHOST=y
CONFIG_RTE_