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 97286A0540; Mon, 20 Jul 2020 10:51:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 109B41DBB; Mon, 20 Jul 2020 10:51:48 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 73C0C1023 for ; Mon, 20 Jul 2020 10:51:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1595235105; 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=EvoNn+CTLf15f/iVAmillhBK43Qgx4BT1H46TrFlG70=; b=B6e8pzR8Hq5YcXSYWio7ugcIkGja8IlEDcqlUA8R5FMUhN2XWRCAu2F3CuGXVaZPX4V/0o YLQ2g8lKtIUH0+hSPDG7fsREvQySGKP/pUZ0jYv8vMFcxWenQ2vHVh9ZgDF5dMaI6DIfe5 15qTETb7iFrpDBkxHGCI/Nu5PQO8L0k= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-193-5DbzTIi_M0a-if3JDYr0tQ-1; Mon, 20 Jul 2020 04:51:44 -0400 X-MC-Unique: 5DbzTIi_M0a-if3JDYr0tQ-1 Received: by mail-vk1-f198.google.com with SMTP id a127so6752696vkc.23 for ; Mon, 20 Jul 2020 01:51:43 -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=EvoNn+CTLf15f/iVAmillhBK43Qgx4BT1H46TrFlG70=; b=kmUXmasd3ePm++E/MVHbdVVOwHbKSLCBKYMojSaMucpqdp7mWRtAbZLgt3t7p1sBsL WOxzXQJB0Q1RWZ6DQAoZhchWztLonVinbppv2Vu1E+gD+HVA9QsdCdzmyeVr6ZRY2NPT q6eqh5zg5cp29jweCOJeNfAWobE6RopbnIAkbB6kEtxRBh36MylU9J8fHJACjmPxRtQq Epf9RCVAYXqgfTl/utwcWueiX8wIhZ8BwQnKmzp88bLJzJHerLcCcmeoplEb9sJ0a5EV UeTTovYUDz9b0SZaf7tZ1a3fIBrnpcvhFeIFUCH70CionvvzquwonVHFuvOWln2Gszf6 n34g== X-Gm-Message-State: AOAM531xR/SIEMOPM28djf1juzUf+Vx3GUU1rFye46UX7WsHREZH8XFU QbcS+R52me5co6zFh5uZPYi6B6LMCw9tMAwWnyrdUU/zMm6AIsTdQxjwaZyXnQbBN9iETucQMak qKVoagu66axZ21yyT8tE= X-Received: by 2002:a67:c58c:: with SMTP id h12mr15347714vsk.141.1595235103589; Mon, 20 Jul 2020 01:51:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwSI+IttkYsOrFODz61MQb6kQLhPE7UIPAosVpWBy3aeAVYjBHA0d5nv2J0MmXXjyT4TBSJ4vCA0v3E8oio9ew= X-Received: by 2002:a67:c58c:: with SMTP id h12mr15347703vsk.141.1595235103329; Mon, 20 Jul 2020 01:51:43 -0700 (PDT) MIME-Version: 1.0 References: <20200719115153.19586-1-alialnu@mellanox.com> In-Reply-To: From: David Marchand Date: Mon, 20 Jul 2020 10:51:32 +0200 Message-ID: To: Raslan Darawsheh Cc: Ali Alnubani , "dev@dpdk.org" , Suanming Mou , "Yigit, Ferruh" , Thomas Monjalon 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: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 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. -- David Marchand