DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] PPC64: turn off fm10k driver compilation on IBM POWER
@ 2015-11-04  6:15 Chao Zhu
  2015-11-04  8:14 ` Qiu, Michael
  0 siblings, 1 reply; 3+ messages in thread
From: Chao Zhu @ 2015-11-04  6:15 UTC (permalink / raw)
  To: dev

The fm10k vector driver is specific for x86 platform which can't compile
on IBM POWER for lacking of tmmintrin.h header file. This patch turns
off fm10k driver compilation on IBM POWER to prevent compile issue.

Signed-off-by: Chao Zhu <chaozhu@linux.vnet.ibm.com>
---
 config/defconfig_ppc_64-power8-linuxapp-gcc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/config/defconfig_ppc_64-power8-linuxapp-gcc b/config/defconfig_ppc_64-power8-linuxapp-gcc
index f1af518..03760c4 100644
--- a/config/defconfig_ppc_64-power8-linuxapp-gcc
+++ b/config/defconfig_ppc_64-power8-linuxapp-gcc
@@ -50,6 +50,7 @@ CONFIG_RTE_LIBRTE_VIRTIO_PMD=n
 CONFIG_RTE_LIBRTE_VMXNET3_PMD=n
 CONFIG_RTE_LIBRTE_PMD_BOND=n
 CONFIG_RTE_LIBRTE_ENIC_PMD=n
+CONFIG_RTE_LIBRTE_FM10K_PMD=n
 
 # This following libraries are not available on Power. So they're turned off.
 CONFIG_RTE_LIBRTE_LPM=n
-- 
1.7.1

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

* Re: [dpdk-dev] [PATCH] PPC64: turn off fm10k driver compilation on IBM POWER
  2015-11-04  6:15 [dpdk-dev] [PATCH] PPC64: turn off fm10k driver compilation on IBM POWER Chao Zhu
@ 2015-11-04  8:14 ` Qiu, Michael
  2015-11-04 17:45   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Qiu, Michael @ 2015-11-04  8:14 UTC (permalink / raw)
  To: Chao Zhu, dev

On 2015/11/4 14:14, Chao Zhu wrote:
> The fm10k vector driver is specific for x86 platform which can't compile
> on IBM POWER for lacking of tmmintrin.h header file. This patch turns
> off fm10k driver compilation on IBM POWER to prevent compile issue.
>
> Signed-off-by: Chao Zhu <chaozhu@linux.vnet.ibm.com>

Acked-by: Michael Qiu <michael.qiu@intel.com>
> ---
>  config/defconfig_ppc_64-power8-linuxapp-gcc |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/config/defconfig_ppc_64-power8-linuxapp-gcc b/config/defconfig_ppc_64-power8-linuxapp-gcc
> index f1af518..03760c4 100644
> --- a/config/defconfig_ppc_64-power8-linuxapp-gcc
> +++ b/config/defconfig_ppc_64-power8-linuxapp-gcc
> @@ -50,6 +50,7 @@ CONFIG_RTE_LIBRTE_VIRTIO_PMD=n
>  CONFIG_RTE_LIBRTE_VMXNET3_PMD=n
>  CONFIG_RTE_LIBRTE_PMD_BOND=n
>  CONFIG_RTE_LIBRTE_ENIC_PMD=n
> +CONFIG_RTE_LIBRTE_FM10K_PMD=n
>  
>  # This following libraries are not available on Power. So they're turned off.
>  CONFIG_RTE_LIBRTE_LPM=n


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

* Re: [dpdk-dev] [PATCH] PPC64: turn off fm10k driver compilation on IBM POWER
  2015-11-04  8:14 ` Qiu, Michael
@ 2015-11-04 17:45   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2015-11-04 17:45 UTC (permalink / raw)
  To: Chao Zhu; +Cc: dev

2015-11-04 08:14, Qiu, Michael:
> On 2015/11/4 14:14, Chao Zhu wrote:
> > The fm10k vector driver is specific for x86 platform which can't compile
> > on IBM POWER for lacking of tmmintrin.h header file. This patch turns
> > off fm10k driver compilation on IBM POWER to prevent compile issue.
> >
> > Signed-off-by: Chao Zhu <chaozhu@linux.vnet.ibm.com>
> 
> Acked-by: Michael Qiu <michael.qiu@intel.com>

Applied, thanks

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

end of thread, other threads:[~2015-11-04 17:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-04  6:15 [dpdk-dev] [PATCH] PPC64: turn off fm10k driver compilation on IBM POWER Chao Zhu
2015-11-04  8:14 ` Qiu, Michael
2015-11-04 17:45   ` Thomas Monjalon

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