DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Mlx meson build
@ 2018-06-13 22:14 Stephen Hemminger
  2018-06-14  8:15 ` Bruce Richardson
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Hemminger @ 2018-06-13 22:14 UTC (permalink / raw)
  To: Thomas Monjalon, shahafs, Bruce Richardson; +Cc: dev

Is there any chance of getting MLX drivers to build with meson?
It seems like it should be possible to always build with meson if rdma-core is present.
The meson build language has ways of checking for necessary dependencies.

Are you working on it for 18.08? or shall I bodge something together.

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

* Re: [dpdk-dev] Mlx meson build
  2018-06-13 22:14 [dpdk-dev] Mlx meson build Stephen Hemminger
@ 2018-06-14  8:15 ` Bruce Richardson
  2018-06-14  8:35   ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Bruce Richardson @ 2018-06-14  8:15 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: Thomas Monjalon, shahafs, dev

On Wed, Jun 13, 2018 at 03:14:16PM -0700, Stephen Hemminger wrote:
> Is there any chance of getting MLX drivers to build with meson?
> It seems like it should be possible to always build with meson if rdma-core is present.
> The meson build language has ways of checking for necessary dependencies.
> 
> Are you working on it for 18.08? or shall I bodge something together.

I'm not actively working on it, due to time constraints but I'm happy
enough to review and help out others with the work.

/Bruce

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

* Re: [dpdk-dev] Mlx meson build
  2018-06-14  8:15 ` Bruce Richardson
@ 2018-06-14  8:35   ` Thomas Monjalon
  2018-06-14 11:05     ` Shahaf Shuler
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2018-06-14  8:35 UTC (permalink / raw)
  To: Bruce Richardson, Stephen Hemminger; +Cc: shahafs, dev

14/06/2018 10:15, Bruce Richardson:
> On Wed, Jun 13, 2018 at 03:14:16PM -0700, Stephen Hemminger wrote:
> > Is there any chance of getting MLX drivers to build with meson?
> > It seems like it should be possible to always build with meson if rdma-core is present.
> > The meson build language has ways of checking for necessary dependencies.
> > 
> > Are you working on it for 18.08? or shall I bodge something together.
> 
> I'm not actively working on it, due to time constraints but I'm happy
> enough to review and help out others with the work.

Same for me. I would be happy to work on it but I cannot commit as
I am already very busy for this month.

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

* Re: [dpdk-dev] Mlx meson build
  2018-06-14  8:35   ` Thomas Monjalon
@ 2018-06-14 11:05     ` Shahaf Shuler
  2018-06-14 15:54       ` Stephen Hemminger
  0 siblings, 1 reply; 5+ messages in thread
From: Shahaf Shuler @ 2018-06-14 11:05 UTC (permalink / raw)
  To: Thomas Monjalon, Bruce Richardson, Stephen Hemminger; +Cc: dev

Thursday, June 14, 2018 11:35 AM, Thomas Monjalon :
> Subject: Re: Mlx meson build
> 
> 14/06/2018 10:15, Bruce Richardson:
> > On Wed, Jun 13, 2018 at 03:14:16PM -0700, Stephen Hemminger wrote:
> > > Is there any chance of getting MLX drivers to build with meson?
> > > It seems like it should be possible to always build with meson if rdma-
> core is present.
> > > The meson build language has ways of checking for necessary
> dependencies.
> > >
> > > Are you working on it for 18.08? or shall I bodge something together.
> >
> > I'm not actively working on it, due to time constraints but I'm happy
> > enough to review and help out others with the work.
> 
> Same for me. I would be happy to work on it but I cannot commit as I am
> already very busy for this month.

Currently it is not in the plan for 18.08, we hope to get it in 18.11.
Besides of it being simpler to write make files and faster to compile is there urgent need from your side? 

> 

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

* Re: [dpdk-dev] Mlx meson build
  2018-06-14 11:05     ` Shahaf Shuler
@ 2018-06-14 15:54       ` Stephen Hemminger
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Hemminger @ 2018-06-14 15:54 UTC (permalink / raw)
  To: Shahaf Shuler; +Cc: Thomas Monjalon, Bruce Richardson, dev

On Thu, 14 Jun 2018 11:05:23 +0000
Shahaf Shuler <shahafs@mellanox.com> wrote:

> Thursday, June 14, 2018 11:35 AM, Thomas Monjalon :
> > Subject: Re: Mlx meson build
> > 
> > 14/06/2018 10:15, Bruce Richardson:  
> > > On Wed, Jun 13, 2018 at 03:14:16PM -0700, Stephen Hemminger wrote:  
> > > > Is there any chance of getting MLX drivers to build with meson?
> > > > It seems like it should be possible to always build with meson if rdma-  
> > core is present.  
> > > > The meson build language has ways of checking for necessary  
> > dependencies.  
> > > >
> > > > Are you working on it for 18.08? or shall I bodge something together.  
> > >
> > > I'm not actively working on it, due to time constraints but I'm happy
> > > enough to review and help out others with the work.  
> > 
> > Same for me. I would be happy to work on it but I cannot commit as I am
> > already very busy for this month.  
> 
> Currently it is not in the plan for 18.08, we hope to get it in 18.11.
> Besides of it being simpler to write make files and faster to compile is there urgent need from your side? 

It is one of the pieces missing to do full meson cut over in 18.11.
Ran into it while trying to do faster builds for testing.

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

end of thread, other threads:[~2018-06-14 15:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-13 22:14 [dpdk-dev] Mlx meson build Stephen Hemminger
2018-06-14  8:15 ` Bruce Richardson
2018-06-14  8:35   ` Thomas Monjalon
2018-06-14 11:05     ` Shahaf Shuler
2018-06-14 15:54       ` Stephen Hemminger

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