From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3E4D1A0540; Mon, 20 Jul 2020 14:24:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9E4A229CB; Mon, 20 Jul 2020 14:24:00 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 8E59925B3 for ; Mon, 20 Jul 2020 14:23:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1595247839; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4SC9fdj5wPl9tiu9Cbpx560vEFfStUuioMmKVmSef74=; b=LLagHT50lH7KkBJn4A/DGG03vzUDOyMqTsig/SPLHMkJu66g6WtAZxkVdK/rjJhZFpxvoM WMRmsg83PjLdziiajyfVQMGDzkMh87hPC77iK7OA87SymGb7UfQmlOqkN9Gpnme5KfCn/e 4vNErZat34OqPCVRCH/IpxgDxZTFLrs= Received: from mail-vs1-f70.google.com (mail-vs1-f70.google.com [209.85.217.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-402-oG8_AG-DN3GPnALJIYyKpQ-1; Mon, 20 Jul 2020 08:23:56 -0400 X-MC-Unique: oG8_AG-DN3GPnALJIYyKpQ-1 Received: by mail-vs1-f70.google.com with SMTP id j16so2895849vsj.4 for ; Mon, 20 Jul 2020 05:23:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4SC9fdj5wPl9tiu9Cbpx560vEFfStUuioMmKVmSef74=; b=EYFBnJorEr9IBA3sWW/SmwfDEigwqc1TXGaY2L/QzN0Rx0nzNh8490TKR2oSGhbgMW P+0AH3hQdIv18358Dv6cVgZ863g0/MZMXJ/AazGac070wLsOk48VlzSfJVH9yXgZokIM FJC6KWfN/wWSAplBXwIkecjlRAIRTKK1vMpYuSNITPAErm5t54Cygo7EwWrxJO9lY3pi vowrgXlw5lVlN66WxTpQjmWdHvwLeEBFV+lpwGm8SgKL74zDlf1jYNg2OyRnkjHhsWNS Foz17arol9hp+DTgGGylDqApUP6Ayc5KQmZuPB1pOfgrhJfXPogGeGUu4SJzMHmM5GRR bz7w== X-Gm-Message-State: AOAM530/GjvWBmAhRHb7mZJDTEsWUj21uo9auDqirukpdesfoX9Jt5p3 jCmj6wAWAwyNL0vfRoxLpW36pDM6Y7MqqEn088BDlCH1eygeqqcqWfPDfYM9BxXyCckVhJkcz2i KTFPuFnUHz+G1jIY9fqA= X-Received: by 2002:ab0:5a72:: with SMTP id m47mr15079984uad.86.1595247835787; Mon, 20 Jul 2020 05:23:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxqChrxsalHFA0Sn+bv3mPwSRysW6D0m4LV6kb6vFVSq+nVPby2jiPBO7GxI//PA0gEAG2iJyJ+4yN/xZdn8ak= X-Received: by 2002:ab0:5a72:: with SMTP id m47mr15079975uad.86.1595247835585; Mon, 20 Jul 2020 05:23:55 -0700 (PDT) MIME-Version: 1.0 References: <20200719115153.19586-1-alialnu@mellanox.com> In-Reply-To: From: David Marchand Date: Mon, 20 Jul 2020 14:23:44 +0200 Message-ID: To: Raslan Darawsheh Cc: Ali Alnubani , "dev@dpdk.org" , Suanming Mou , "Yigit, Ferruh" , Thomas Monjalon , Aaron Conole X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] common/mlx5: fix mlx5 build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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: fatal error: > > '../mlx5_malloc.h' file not found > > > #include "../mlx5_malloc.h" > > > ^~~~~~~~~~~~~~~~~~ > > > > Ok, I see. > > Too bad the robot is not testing on the right branch. > Yes I agree and I guess we need to fix that, who can help with this? Afaik, anyone can fix it. The robot scripts initiated by Aaron are on github: https://github.com/orgcandman/pw-ci -- David Marchand