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 DCB61A0540; Mon, 20 Jul 2020 10:24:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A76131023; Mon, 20 Jul 2020 10:24:51 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id AF506F04 for ; Mon, 20 Jul 2020 10:24:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1595233488; 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=FirYxley5SuASYP/n7iP5LSRTCGeov+IDjKNeJjG2dU=; b=D0bivCixpavndbyxMPtCm+Ei0Bv1+vmvlyVpH0+5d3z8lT2oyRUNkdq6Sd9ovQuXiWFmDP ZCk51ikIpQyxLRDb5dhx6BEQh+PgoGeMioELfE/eYPYjzUjN9Wv6Im0wqnyksJbjNohO9e cc00J+R9ozoQ8/ZrO54VugCzow6UwHM= 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-51-BWZR6FavOfWPCtRSHbFhzg-1; Mon, 20 Jul 2020 04:24:45 -0400 X-MC-Unique: BWZR6FavOfWPCtRSHbFhzg-1 Received: by mail-vs1-f70.google.com with SMTP id p24so2833495vsf.11 for ; Mon, 20 Jul 2020 01:24:45 -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=FirYxley5SuASYP/n7iP5LSRTCGeov+IDjKNeJjG2dU=; b=k5R7x9aUWQdTR6KcsGuxXFrAzvJaM5avfV9V+ZNIa1bNKEdfH98Mjnk/wTI3rizars ldelwyhuWx2Ohwt40R3myrsL3Mi5ZoAvcqbvuPA3Knel1kfQnFgP65WP6tn0tv7xLEKU bL3CRhgI3Jnhyadx541In/OhTWmhNIFmdFPv9/8MVAmrlR1nWiJP5tLH+chrWfGZR3Y/ JoVDh45yq3rjDqyiXNmXtQusXnMhnHgUQm3DICuvb7Ql/SUbp2UPZKA5+hitEoj7frhM 5ztOq1VgyHSopdYw+fYaoy61Ax/EYktZzeTF9wyQC2HCA8zFkWka5JRrjx59ACofbknJ 2nFw== X-Gm-Message-State: AOAM532EQJnycgPJ3kaMd2LlWrKjUUCRp5zOayWh3EG16WADD1QNMs9H mRCUlVqMmcpbykRakX/W09peJhlSJ2+bNJ+2duJ9zwBBt2xW8cqD6GRQkKNOHZS1HnVIDLra8tX TnIcD6OCB/sE3hB4TkxE= X-Received: by 2002:a67:c58c:: with SMTP id h12mr15289557vsk.141.1595233485151; Mon, 20 Jul 2020 01:24:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxQ55zRq+6nPJMlsWDmDJuIjtxVMGFIb6dql79r+a7l1KhhAV3N8k7+w82pBIomFPY79ptwswI8ARybfmku+XE= X-Received: by 2002:a67:c58c:: with SMTP id h12mr15289553vsk.141.1595233484923; Mon, 20 Jul 2020 01:24:44 -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:24:33 +0200 Message-ID: To: Raslan Darawsheh Cc: Ali Alnubani , "dev@dpdk.org" , Suanming Mou , "Yigit, Ferruh" , Thomas Monjalon Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com 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 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, The CI reported a lot of build issues for this patch: https://travis-ci.com/github/ovsrobot/dpdk/builds/176208345 -- David Marchand