Re: [dpdk-dev] [PATCH] common/mlx5: fix mlx5 build

2020-07-20 Thread David Marchand
On Mon, Jul 20, 2020 at 10:59 AM Raslan Darawsheh wrote: > > > 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:

Re: [dpdk-dev] [PATCH] common/mlx5: fix mlx5 build

2020-07-20 Thread Raslan Darawsheh
> -Original Message- > From: David Marchand > Sent: Monday, July 20, 2020 11:52 AM > To: Raslan Darawsheh > Cc: Ali Alnubani ; dev@dpdk.org; Suanming Mou > ; Yigit, Ferruh ; > Thomas Monjalon > Subject: Re: [dpdk-dev] [PATCH] common/mlx5: fix mlx5 build > &

Re: [dpdk-dev] [PATCH] common/mlx5: fix mlx5 build

2020-07-20 Thread David Marchand
On Mon, Jul 20, 2020 at 10:38 AM Raslan Darawsheh wrote: > > 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 er

Re: [dpdk-dev] [PATCH] common/mlx5: fix mlx5 build

2020-07-20 Thread Raslan Darawsheh
; > Thomas Monjalon > Subject: Re: [dpdk-dev] [PATCH] common/mlx5: fix mlx5 build > > On Sun, Jul 19, 2020 at 5:17 PM Raslan Darawsheh > wrote: > > > @@ -15,6 +16,7 @@ > > > #include > > > > > > #include "mlx5_glue.h"

Re: [dpdk-dev] [PATCH] common/mlx5: fix mlx5 build

2020-07-20 Thread David Marchand
On Sun, Jul 19, 2020 at 5:17 PM Raslan Darawsheh wrote: > > @@ -15,6 +16,7 @@ > > #include > > > > #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,

Re: [dpdk-dev] [PATCH] common/mlx5: fix mlx5 build

2020-07-19 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Ali Alnubani > Sent: Sunday, July 19, 2020 2:52 PM > To: dev@dpdk.org > Cc: Suanming Mou ; Raslan Darawsheh > > Subject: [PATCH] common/mlx5: fix mlx5 build > > This fixes the following build errors by adding 2 > missing header includes: > > ``` > drive

[dpdk-dev] [PATCH] common/mlx5: fix mlx5 build

2020-07-19 Thread Ali Alnubani
This fixes the following build errors by adding 2 missing header includes: ``` drivers/common/mlx5/linux/mlx5_glue.c: In function 'mlx5_glue_destroy_flow_action': drivers/common/mlx5/linux/mlx5_glue.c:187:2: error: implicit declaration of function 'mlx5_free' [-Werror=implicit-function-dec