Re: [dpdk-dev] [PATCH] net/mlx5: fix cross compilation on aarch64

2019-04-10 Thread Ferruh Yigit
On 4/10/2019 7:59 AM, Shahaf Shuler wrote: > Monday, April 8, 2019 3:43 PM, Ori Kam: >> Subject: [PATCH] net/mlx5: fix cross compilation on aarch64 >> >> In case of cross compilation on aarch64 we must add include for stdlib in >> order to use the free function. >> >> Fixes: cbb66daa3c85 ("net/mlx

Re: [dpdk-dev] [PATCH] net/mlx5: fix cross compilation on aarch64

2019-04-09 Thread Shahaf Shuler
Monday, April 8, 2019 3:43 PM, Ori Kam: > Subject: [PATCH] net/mlx5: fix cross compilation on aarch64 > > In case of cross compilation on aarch64 we must add include for stdlib in > order to use the free function. > > Fixes: cbb66daa3c85 ("net/mlx5: prepare Direct Verbs for Direct Rule") > > Si