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.march...@redhat.com> > Sent: Monday, July 20, 2020 11:25 AM > To: Raslan Darawsheh <rasl...@mellanox.com> > Cc: Ali Alnubani <alia...@mellanox.com>; dev@dpdk.org; Suanming Mou > <suanmi...@mellanox.com>; Yigit, Ferruh <ferruh.yi...@intel.com>; > Thomas Monjalon <tho...@monjalon.net> > Subject: Re: [dpdk-dev] [PATCH] common/mlx5: fix mlx5 build > > On Sun, Jul 19, 2020 at 5:17 PM Raslan Darawsheh <rasl...@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