[dpdk-dev] [PATCH] common/mlx5: fix mlx5 build
Raslan Darawsheh
rasland at mellanox.com
Mon Jul 20 10:38:07 CEST 2020
Hi David,
Yes I noticed it already,
but it's coming from the fact that it's trying to apply it on a tree that doesn't have the patch which this patch is trying to fix.
../drivers/common/mlx5/linux/mlx5_glue.c:19:10: fatal error: '../mlx5_malloc.h' file not found
#include "../mlx5_malloc.h"
^~~~~~~~~~~~~~~~~~
Kindest regards,
Raslan Darawsheh
> -----Original Message-----
> From: David Marchand <david.marchand at redhat.com>
> Sent: Monday, July 20, 2020 11:25 AM
> To: Raslan Darawsheh <rasland at mellanox.com>
> Cc: Ali Alnubani <alialnu at mellanox.com>; dev at dpdk.org; Suanming Mou
> <suanmingm at mellanox.com>; Yigit, Ferruh <ferruh.yigit at intel.com>;
> Thomas Monjalon <thomas at monjalon.net>
> Subject: Re: [dpdk-dev] [PATCH] common/mlx5: fix mlx5 build
>
> On Sun, Jul 19, 2020 at 5:17 PM Raslan Darawsheh <rasland at mellanox.com>
> wrote:
> > > @@ -15,6 +16,7 @@
> > > #include <sys/types.h>
> > >
> > > #include "mlx5_glue.h"
> > > +#include "../mlx5_malloc.h"
> > >
> > > static int
> > > mlx5_glue_fork_init(void)
> > > --
> > > 2.27.0
> >
> >
> > Patch squashed into relevant commit in master-net-mlx,
>
> Raslan,
>
> The CI reported a lot of build issues for this patch:
> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftravis
> -
> ci.com%2Fgithub%2Fovsrobot%2Fdpdk%2Fbuilds%2F176208345&data=
> 02%7C01%7Crasland%40mellanox.com%7Cf9c7646374764638494f08d82c8660
> e1%7Ca652971c7d2e4d9ba6a4d149256f461b%7C0%7C0%7C637308302949850
> 241&sdata=jKnsW32l9jGFHayO949aLNzcnWSgoHLNR8TB2hEIJ98%3D&a
> mp;reserved=0
>
>
> --
> David Marchand
More information about the dev
mailing list