DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] How to Enable Mellanox Driver Compilation with DPDK20.11
@ 2021-01-29  6:20 Truring Team
  2021-01-29 10:08 ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: Truring Team @ 2021-01-29  6:20 UTC (permalink / raw)
  To: dev

Hi Team ,

Can someone help me to figure out how to  enable the Mellanox Driver flag
in meson.build file , so that dpdk 20.11 compiles with mlx driver enabled.

Best Regards
Puneet

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

* Re: [dpdk-dev] How to Enable Mellanox Driver Compilation with DPDK20.11
  2021-01-29  6:20 [dpdk-dev] How to Enable Mellanox Driver Compilation with DPDK20.11 Truring Team
@ 2021-01-29 10:08 ` Bruce Richardson
  2021-01-29 12:50   ` Truring Team
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Richardson @ 2021-01-29 10:08 UTC (permalink / raw)
  To: Truring Team; +Cc: dev

On Fri, Jan 29, 2021 at 11:50:08AM +0530, Truring Team wrote:
> Hi Team ,
> 
> Can someone help me to figure out how to  enable the Mellanox Driver flag
> in meson.build file , so that dpdk 20.11 compiles with mlx driver enabled.
> 
If the driver is not being built there should be a reason given in the
build configuration summary when you run meson. This is almost certainly
that you are missing a library dependency for it, since all drivers are
enabled unless their dependencies are missing.

/Bruce

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

* Re: [dpdk-dev] How to Enable Mellanox Driver Compilation with DPDK20.11
  2021-01-29 10:08 ` Bruce Richardson
@ 2021-01-29 12:50   ` Truring Team
  0 siblings, 0 replies; 3+ messages in thread
From: Truring Team @ 2021-01-29 12:50 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: dev

Hi Bruce ,
Thanks a lot for your help.
After installing below packages mlx is compiled .

yum -y groupinstall "Infiniband Support"

yum install -y gcc kernel-devel-`uname -r` numactl-devel.x86_64
librdmacm-devel libmnl-devel


*find . -name *.a | grep mlx*

*./drivers/libtmp_rte_common_mlx5.a*

*./drivers/librte_common_mlx5.a*

*./drivers/libtmp_rte_net_mlx4.a*

*./drivers/librte_net_mlx4.a*

*./drivers/libtmp_rte_regex_mlx5.a*

*./drivers/librte_regex_mlx5.a*

*./drivers/libtmp_rte_vdpa_mlx5.a*

*./drivers/librte_vdpa_mlx5.a*

*./drivers/libtmp_rte_net_mlx5.a*

*./drivers/librte_net_mlx5.a*


Best Regards
Puneet

On Fri, 29 Jan 2021 at 15:38, Bruce Richardson <bruce.richardson@intel.com>
wrote:

> On Fri, Jan 29, 2021 at 11:50:08AM +0530, Truring Team wrote:
> > Hi Team ,
> >
> > Can someone help me to figure out how to  enable the Mellanox Driver flag
> > in meson.build file , so that dpdk 20.11 compiles with mlx driver
> enabled.
> >
> If the driver is not being built there should be a reason given in the
> build configuration summary when you run meson. This is almost certainly
> that you are missing a library dependency for it, since all drivers are
> enabled unless their dependencies are missing.
>
> /Bruce
>

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

end of thread, other threads:[~2021-01-29 12:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-29  6:20 [dpdk-dev] How to Enable Mellanox Driver Compilation with DPDK20.11 Truring Team
2021-01-29 10:08 ` Bruce Richardson
2021-01-29 12:50   ` Truring Team

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